Skip to content

Commit c3ef74e

Browse files
committed
update 1.8.1
1 parent be55296 commit c3ef74e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414

1515
# <br><b>Changelog</b><br>
1616

17-
## ...`v1.8.1`
17+
## 20.08.2025`v1.8.1`
1818
* 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
1919
* fixed several small bugs regarding the tabs and text wrapping inside `Console.log()`
2020
* added two new params to `Console.log()`:
2121
- <code>title_px: *int* = 1</code> the horizontal padding (*in chars*) to the title (*if* `title_bg_color` *is set*)
2222
- <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
2324

2425
## 28.08.2025 `v1.8.0`
2526
* new options for the param `find_args` from the method `Console.get_args()`:

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ extend-ignore = ["E203", "E266", "W503"]
143143
per-file-ignores = ["__init__.py:F403,F405"]
144144

145145
[tool.setuptools]
146-
packages = ["xulbux"]
147146
package-dir = { "" = "src" }
148147

148+
[tool.setuptools.packages.find]
149+
where = ["src"]
150+
149151
[tool.pytest.ini_options]
150152
minversion = "7.0"
151153
addopts = "-ra -q"

0 commit comments

Comments
 (0)