This commit is contained in:
Mr Finchum 2024-12-31 13:05:28 +01:00
parent 1f096c3dab
commit ac2e047952

View file

@ -1,6 +1,12 @@
# Changelog # Changelog
## 0.4.x ## 0.4.x
### 0.4.1: Finished GUI and TUI
- Both **GUI** and **TUI** now fully utilize the `optima35` class for core functionality.
- All planned features are operational and integrated into both interfaces.
- **Next Step**: Bug hunting and optimization.
- The fork `optima-35-tui` has been deleted, as **OPTIMA-35** now includes both **TUI** and **GUI** versions within the same project.
### 0.4.0: Splitting into Classes ### 0.4.0: Splitting into Classes
- **Code Organization:** - **Code Organization:**
- Core functionality for **Optima-35** is now refactored into `optima35.py` for better separation of logic and reusability. - Core functionality for **Optima-35** is now refactored into `optima35.py` for better separation of logic and reusability.