patch: Patched pyproject file.

This commit is contained in:
Mr Finchum 2025-03-23 23:09:05 +01:00
parent 35a9f1af55
commit 7adea3084a
2 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,13 @@
---
## 1.2.x
### 1.2.2 Patch: Pyproject file (25.03.23)
- Fixed `Development Status` Classifier
- Added <4.0 python version
### 1.2.1 Patch: Changelog file (25.03.23)
- Patches formation in changelog file.
### 1.2.0 Refactor: Splitting Classes into Separate Files (25.03.23)
- Refactored `gui.py`, which previously contained almost all the code, into multiple files.
- Each window's logic is now in its own file, improving code organization.