Skip to content

Commit b587def

Browse files
committed
2 parents b5c40b4 + 7fb5d01 commit b587def

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
# <br><b>Changelog</b><br>
1616

1717
## 20.08.2025 `v1.8.1`
18+
* **fixed a critical bug which caused the package to not install properly and make the whole library not work**
1819
* renamed the param `_console_tabsize` form the method `Console.log()` to `tab_size`, and it will now just set the size for the log directly instead of specifying, what the console's tab size is
1920
* fixed several small bugs regarding the tabs and text wrapping inside `Console.log()`
2021
* added two new params to `Console.log()`:
2122
- <code>title_px: *int* = 1</code> the horizontal padding (*in chars*) to the title (*if* `title_bg_color` *is set*)
2223
- <code>title_mx: *int* = 2</code> the horizontal margin (*in chars*) to the title
23-
* fixed a critical bug which caused the package to not install properly and make the whole library not work
2424

25-
## 28.08.2025 `v1.8.0`
25+
## 28.08.2025 `v1.8.0`**⚠️This release is broken!**
2626
* new options for the param `find_args` from the method `Console.get_args()`:
2727
previously you could only input a dictionary with items like `"alias_name": ["-f", "--flag"]` that specify an arg's alias and the flags that correspond to it
2828
new, instead of flags, you can also once use the literal `"before"` and once `"after"`, which corresponds to all non-flagged values before or after all flagged values
@@ -138,9 +138,9 @@
138138
* added the params <code>start: *str* = ""</code>, <code>end: *str* = "\n"</code> and <code>default_color: *rgba* | *hexa* = DEFAULT.color["cyan"]</code> to `Console.restricted_input()` and `Console.pwd_input()`
139139

140140
## 22.01.2025 `v1.6.4`
141-
* fixed a heavy bug, where the library could not be imported after the last update, because of a bug in `xx_format_codes`
141+
* **fixed a heavy bug, where the library could not be imported after the last update, because of a bug in `xx_format_codes`**
142142

143-
## 22.01.2025 `v1.6.3`
143+
## 22.01.2025 `v1.6.3`**⚠️This release is broken!**
144144
* fixed a small bug in `xx_format_codes`:<br>
145145
inside print-strings, if there was a `'` or `"` inside an auto-reset-formatting (*e.g.* `[u](there's a quote)`), that caused it to not be recognized as valid, and therefore not be automatically reset
146146
now this is fixed and auto-reset-formatting works as expected
@@ -262,7 +262,7 @@
262262
## 28.10.2024 `v1.5.2`
263263
* new parameter <code>correct_path:*bool*</code> in `Path.extend()`:
264264
this makes sure, that typos in the path will only be corrected if this parameter is set to `True`
265-
* fFixed bug in `Path.extend()`, where an empty string was taken as a valid path for the current directory `./`
265+
* fixed bug in `Path.extend()`, where an empty string was taken as a valid path for the current directory `./`
266266
* fixed color validation bug:<br>
267267
`Color.is_valid_rgba()`and `Color.is_valid_hsla()` would not accept an alpha channel of `None`<br>
268268
`Color.is_valid_rgba()` was still checking for an alpha channel from `0` to `255` instead of `0` to `1`

0 commit comments

Comments
 (0)