v0.12.0
This commit is contained in:
parent
b7e65f1dce
commit
aae39ba436
2 changed files with 21 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.12.x
|
||||||
|
### 0.12.0: New Settings Menu & Patches
|
||||||
|
|
||||||
|
- **New Settings Window:**
|
||||||
|
- The updater window has been reworked into a settings window.
|
||||||
|
- **Initial settings (first tab) include:**
|
||||||
|
1. Option to change the theme (with an optional dependency installation).
|
||||||
|
2. Reset selectable EXIF data to default.
|
||||||
|
- The updater UI has been moved to the second tab.
|
||||||
|
- Added a link to the changelog for easier access to update details.
|
||||||
|
|
||||||
|
- **Patches:**
|
||||||
|
- Fixed an issue where links in labels (About window) did not open a browser.
|
||||||
|
- Added a changelog link in the About window.
|
||||||
|
- Minor changes to `utility.py` to handle settings.
|
||||||
|
---
|
||||||
|
|
||||||
## 0.11.x
|
## 0.11.x
|
||||||
### 0.11.1: Fixed pipeline
|
### 0.11.1: Fixed pipeline
|
||||||
- Fixed pipeline publish error
|
- Fixed pipeline publish error
|
||||||
|
|
|
@ -11,11 +11,14 @@ readme = "../pip_README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"optima35>=1.0.0, <2.0.0",
|
"optima35>=1.0.0, <2.0.0",
|
||||||
"PyPiUpdater>=0.6.0, <1.0.0",
|
"PyPiUpdater>=0.7.0, <1.0.0",
|
||||||
"pyside6",
|
"pyside6",
|
||||||
"PyYAML",
|
"PyYAML",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
"Development Status :: 4 - Beta",
|
||||||
|
"Environment :: X11 Applications :: Qt",
|
||||||
|
"Topic :: Multimedia :: Graphics :: Editors",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue