Skip to content

Commit ad80c1d

Browse files
committed
update 1.7.1
1 parent c3d32d1 commit ad80c1d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
.vscode/
33
.python-version
44

5+
# CREDENTIALS & CONFIGURATION
6+
.env
7+
.npmrc
8+
.pypirc
9+
510
# COMPILED FILES & CACHES
611
__pycache__/
712
*.py[cod]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
## ...`v1.7.1`
17+
## 11.06.2025`v1.7.1`
1818
* fixed an issue with the `Color.is_valid_...()` and `Color.is_valid()` methods, where you were not able to input any color without a type mismatch
1919
* renamed the method `Console.log_box()` to `Console.log_box_filled()`
2020
* added a new method `Console.log_box_bordered()`, which does the same as `Console.log_box_filled()`, but with a border instead of a background color

0 commit comments

Comments
 (0)