From aae39ba4364a6fb0dc076b1efbe07b4351516da1 Mon Sep 17 00:00:00 2001
From: CodeByMrFinchum <mr.finchum@pm.me>
Date: Sun, 9 Feb 2025 17:52:33 +0100
Subject: [PATCH] v0.12.0

---
 CHANGELOG.md       | 17 +++++++++++++++++
 src/pyproject.toml |  5 ++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b1feea..b93d4af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
 # 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.1: Fixed pipeline
 - Fixed pipeline publish error
diff --git a/src/pyproject.toml b/src/pyproject.toml
index 9e88304..903108e 100644
--- a/src/pyproject.toml
+++ b/src/pyproject.toml
@@ -11,11 +11,14 @@ readme = "../pip_README.md"
 requires-python = ">=3.8"
 dependencies = [
     "optima35>=1.0.0, <2.0.0",
-    "PyPiUpdater>=0.6.0, <1.0.0",
+    "PyPiUpdater>=0.7.0, <1.0.0",
     "pyside6",
     "PyYAML",
 ]
 classifiers = [
+    "Development Status :: 4 - Beta",
+    "Environment :: X11 Applications :: Qt",
+    "Topic :: Multimedia :: Graphics :: Editors",
     "Programming Language :: Python :: 3",
     "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
     "Operating System :: OS Independent",