From 94a008a26be39303b778fbc86c7ae0b115e82bb4 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Thu, 2 Jan 2025 15:11:42 +0100 Subject: [PATCH] v0.5.0, prepearing to split project. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad9958..bb3a978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.5.x +### **OPTIMA35 0.5.0: Code Cleaning and Preparation for Split** +- Cleaned up the codebase, following **PEP8**, adding indication for only internal functions. +- Refactored the project in preparation for splitting it into **OPTIMA35 (core functionality)** and **UI (graphical and text interfaces)**. +- Moved `image_handler.py` into the `optima` folder/package to integrate it as an essential part of the OPTIMA35 package, rather than just a utility. + +### **UI 0.1.0: GUI and TUI Updates** +- Updated **GUI** and **TUI** to work seamlessly with the new **OPTIMA35** class. +- Ensured compatibility with the newly organized codebase in the OPTIMA35 package. + ## 0.4.x ### 0.4.1: Finished GUI and TUI - Both **GUI** and **TUI** now fully utilize the `optima35` class for core functionality.