From 05a7038468fc880c3b1dfb7a1bb37b17e2e0ec07 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 29 Aug 2026 10:32:22 +0200 Subject: release: 0.28.0 --- CHANGELOG.md | 13 +++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9920c1a..d4bdc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ point at which they are stable. ## [Unreleased] +## [0.28.0] - 2026-08-29 + +A row in the thread list is now either a conversation or a message, and it +says which. Selecting a conversation shows a dashboard of the whole thread +rather than one of its messages, and every action on that row means the +conversation; a thread of one message behaves exactly as it always has. The +"Whole thread" submenu and the five `*_thread` actions are gone with the +ambiguity that made them necessary, so a keybinding for one of them needs +removing: see Upgrading below. + +It also fixes an undo that rewrote messages it never touched, which was +capable of marking a whole conversation unread on the mail server. + ### Added - **A dashboard for a conversation.** Selecting a thread of more than one diff --git a/CMakeLists.txt b/CMakeLists.txt index e3cf82b..cf752af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.27.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.28.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -- cgit v1.2.3