You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@
14
14
15
15
# <br><b>Changelog</b><br>
16
16
17
+
## ... `v1.8.1`
18
+
* 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
19
+
* fixed several small bugs regarding the tabs and text wrapping inside `Console.log()`
20
+
* added two new params to `Console.log()`:
21
+
- <code>title_px: *int* = 1</code> the horizontal padding (*in chars*) to the title (*if*`title_bg_color`*is set*)
22
+
- <code>title_mx: *int* = 2</code> the horizontal margin (*in chars*) to the title
23
+
17
24
## 28.08.2025 `v1.8.0`
18
25
* new options for the param `find_args` from the method `Console.get_args()`:
19
26
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
0 commit comments