feat: Initial flatpak support

This commit is contained in:
Mr Finchum 2025-01-30 14:29:45 +00:00
parent d608156206
commit 51108ef86e
13 changed files with 771 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.