This commit is contained in:
Mr Finchum 2025-01-30 15:28:21 +01:00
parent 4d36b93adc
commit 58be6d5bab
2 changed files with 17 additions and 1 deletions

View file

@ -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.

View file

@ -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"