From ac2e04795275562753585af94a40a6af77ea9b36 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Tue, 31 Dec 2024 13:05:28 +0100 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa4c86..4ad9958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## 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 - **Code Organization:** - Core functionality for **Optima-35** is now refactored into `optima35.py` for better separation of logic and reusability.