Releases: VDV1llain/fluxura
Releases · VDV1llain/fluxura
v0.1.0-alpha1
ADDED
RESET
as global variable (instead ofCLEAR
influx()
).ValueError
in case custom RGB values are out of bounds.BLINK
escape code inStyle
class
CHANGED
- How color codes are made (replacing "\033[" with
ESC
). - Refactored
flux()
.
REMOVED
CLEAR
constant influx()
| | REASON: GlobalRESET
constant is more useful for other things as wellCLEAN
constant | | REASON: Literally had no use.
v0.1.0-alpha
ADDED
-
Foreground and Background Colors:
- Classic color support (e.g., Red, Blue, Green).
- Light/Bright variants.
- Custom RGB colors with
Color.Fore.CUSTOM(r, g, b)
andColor.Back.CUSTOM(r, g, b)
.
-
Text Styling:
- Bold, Italic, Underline, Dim, and Strikethrough effects.
- Clear/reset styles automatically after every print.