Merge branch 'fix/readme' into 'main'

fix: misspelled dependency

See merge request CodeByMrFinchum/OptimaLab35!16
This commit is contained in:
Mr Finchum 2025-01-31 15:43:34 +00:00
commit c0d8ab9f14
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

View file

@ -11,7 +11,7 @@ readme = "pip_README.md"
requires-python = ">=3.8"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPyUpdater>=0.3.0, <1.0.0",
"PyPiUpdater>=0.3.0, <1.0.0",
"pyside6",
"PyYAML",
]