fix: misspelled dependency
This commit is contained in:
parent
fba31cf3e6
commit
2476dd8b1f
2 changed files with 15 additions and 4 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue