fix: misspelled dependency

This commit is contained in:
Mr Finchum 2025-01-31 16:42:50 +01:00
parent fba31cf3e6
commit 2476dd8b1f
2 changed files with 15 additions and 4 deletions

View file

@ -1,11 +1,22 @@
# Changelog
## 0.7.x
### 0.7.0: Enhanced Preview
## 0.8.x
### 0.8.1: Fix
- Fixed a misspelling of `PyPiUpdater` in the build file, which prevented v0.8.0 from being installed.
### 0.8.0: Updater Feature
- Added an updater function utilizing my new package [PyPiUpdater](https://gitlab.com/CodeByMrFinchum/PyPiUpdater).
- New updater window displaying the local version and checking for updates online.
- Added an option to update and restart the app from the menu.
---
## 0.7.0: Enhanced Preview
- Images loaded into the preview window are now scaled while maintaining aspect ratio.
- Added live updates: changes to brightness, contrast, or grayscale are applied immediately.
- ⚠ This may crush the system depending on image size and system specifications.
- This may crush the system depending on image size and system specifications.
- Removed Settings from menuBar, and extended the about window.
---
## 0.6.0: Initial Flatpak Support