summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-09 10:16:12 +0200
committerDanilo M. <danix@danix.xyz>2026-08-09 10:16:12 +0200
commit8ae816c698835ad8155a5ee74d717cad398194b5 (patch)
treefb374ae4f39cdce256c0e01b7f43cd8746e1bc41
parent190b6276f09495269d3dd869cf2d9d6bc6883681 (diff)
downloadqtmaildir-8ae816c698835ad8155a5ee74d717cad398194b5.tar.gz
qtmaildir-8ae816c698835ad8155a5ee74d717cad398194b5.zip
release: 0.12.1v0.12.1
One fix: Archive and Mark all read shipped 0.12.0 sharing an icon, which the same release's toolbar change made visible by removing the text labels that had been disambiguating them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
-rw-r--r--CHANGELOG.md4
-rw-r--r--CMakeLists.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f42995..1fdf212 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ point at which they are stable.
## [Unreleased]
+## [0.12.1] - 2026-08-09
+
+A single fix for a defect 0.12.0 introduced.
+
### Fixed
- **Archive and Mark all read no longer share an icon.** Both used the same one
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d3f9bc..94a9f0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.12.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.12.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)