From e15b1d1b36587abfa7287813ca096cb3ccd57a55 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Sun, 2 Feb 2025 13:20:12 +0100 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcff63..7e37b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.9.x +### 0.9.0: UI Enhancements and Language Refinements +- Changed text, labels, buttons, and checkboxes for clearer understanding. +- Improved UI language to make the interface easier to navigate. +- Added tooltips for more helpful information and guidance. +- Updates applied across the main window (both tabs) and the preview window. + +--- + ## 0.8.x ### 0.8.5: Patch for New PyPiUpdater Version - **PyPiUpdater 0.5** introduced breaking changes; adjusted code to ensure compatibility with the new version.