From 8ae816c698835ad8155a5ee74d717cad398194b5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 9 Aug 2026 10:16:12 +0200 Subject: release: 0.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 --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3