From 5d3b3010ea70823fc22c1c28049ba9d889e1b680 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sun, 8 Sep 2024 19:49:40 -0500 Subject: [PATCH] Update changelog for initial release. --- CHANGELOG.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ecb8f..19fbbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.0.1] 2024-09-08 + ### Added - Detection of system theme (light or dark mode). @@ -28,8 +30,6 @@ and this project adheres to [Semantic Versioning]. - Icons to match KDE-like Breeze and Breeze dark themes. - Make `dark` and `light` aliases for `dark-blue` and `light-blue`, respectively. -### Deprecated - ### Removed - Old PyQt6 packaging system to match the standard Qt5 and Qt6 approach using resource compilers (from [Inverted-E]). @@ -44,15 +44,17 @@ and this project adheres to [Semantic Versioning]. - Qt6 support. - Branch indicators for QTreeView and QTreeWidget (from [eblade]). - - - - +Initial release. + + + + + + + + [Keep A Changelog]: https://keepachangelog.com/en/1.0.0/