From 12c479cedef48f5e83639c624e27f71bff0544ed Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Fri, 3 Jan 2025 12:20:31 +0100 Subject: [PATCH] Updated to v0.0.4-a1 --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb4e75..c16fe79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog ## 0.0.x +### 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). + ### 0.0.1 - Initial UI-Focused Release -- Forked from OPTIMA35 -- Refactored the project to include only UI elements; all core OPTIMA35 files have been removed. -- Updated the changelog to reflect the changes. -- Integrated with OPTIMA35 from pip, ensuring TUI and GUI functionalities work seamlessly. -- Made initial adjustments to the README for clarity and structure. +- 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.