2024-12-17 11:25:44 +00:00
|
|
|
# Changelog
|
|
|
|
|
2025-01-03 16:26:17 +00:00
|
|
|
## 0.1.0
|
|
|
|
- Preserved the current working GUI by pinning `optima35` to a specific version for guaranteed compatibility.
|
|
|
|
|
2024-12-17 11:25:44 +00:00
|
|
|
## 0.0.x
|
2025-01-03 13:45:59 +01:00
|
|
|
### 0.0.4-a2
|
|
|
|
- Adding __version__ to `__init__.py` so version is automaticly updated in program as well as pypi.
|
|
|
|
|
2025-01-03 12:20:31 +01:00
|
|
|
### 0.0.4-a1
|
|
|
|
- Refactored project structure, moving all code to the `src` directory.
|
|
|
|
- Adjusted imports and setup to accommodate the new folder structure.
|
|
|
|
- Skipped version numbers to `.4` due to PyPI versioning constraints (testing purposes).
|
|
|
|
|
2025-01-02 18:51:21 +01:00
|
|
|
### 0.0.1 - Initial UI-Focused Release
|
2025-01-03 12:20:31 +01:00
|
|
|
- Forked from OPTIMA35.
|
|
|
|
- Removed core OPTIMA35 files to focus exclusively on UI components.
|
|
|
|
- Integrated OPTIMA35 functionality via the pip package.
|
|
|
|
- Ensured both TUI and GUI modes operate seamlessly.
|
|
|
|
- Revised the README for improved clarity and structure.
|