From 58be6d5bab7b183849d1a734de960cc03b45faab Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Thu, 30 Jan 2025 15:28:21 +0100 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2299d75..5643294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.6.x +### 0.6.0: Initial Flatpak Support +- Started Flatpak package building. +- Not added to Flathub yet, as only stable software is hosted there. +- Not fully completed, icon, name, and description are included, but the version is missing for some reason. +- Local build and installation work. The Bash script `build_flatpak.sh` in the `flatpak/` directory generates all pip dependencies, then builds and installs the app locally. +- `requirements-parser` has to be installed from pip to finish installing the flatpak (maybe more pypi packages..) + +--- + +## 0.5.x +### 0.5.0 +- Removed all leftover of tui code that was hiding in some classes. + +--- + ## 0.4.x ### 0.4.0 - Fixed a critical issue that prevented the program from functioning. diff --git a/pyproject.toml b/pyproject.toml index 987ed7c..b9e2577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "OptimaLab35" dynamic = ["version"] -authors = [{ name = "Mr. Finchum" }] +authors = [{ name = "Mr Finchum" }] description = "User interface for optima35." readme = "pip_README.md" requires-python = ">=3.8"