summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-15 16:36:02 +0200
committerDanilo M. <danix@danix.xyz>2026-08-15 16:36:02 +0200
commit245eefe9c8788aa777e9909cec9f0f6c3bb30cad (patch)
tree66870f3599c73e2bc911f3ca9b93c5c6aa5179cf
parent6d35f7ec87590fd484ca7640d4d06c06a6d97970 (diff)
downloadqtmaildir-65f6bdbf15bca8ffa93b1d85f8bb0fddf8a437e1.tar.gz
qtmaildir-65f6bdbf15bca8ffa93b1d85f8bb0fddf8a437e1.zip
release: 0.24.0v0.24.0
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
-rw-r--r--CHANGELOG.md15
-rw-r--r--CMakeLists.txt2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61a96bd..7235340 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,21 @@ point at which they are stable.
## [Unreleased]
+## [0.24.0] - 2026-08-15
+
+Double-clicking a row now opens its thread on its own, expanded, with the row
+you clicked showing in the message pane. The rest of the release is three
+defects found by using the application: a card that would not open, an edit that
+came back undone after a sync, and an automatic sync that gave up instead of
+retrying.
+
+### Added
+
+- Double-clicking a row opens that thread alone in the list, expanded, with the
+ double-clicked row's own message in the pane. Double-clicking a reply opens
+ its whole thread with that reply showing, rather than the reply by itself.
+ There is no Back action: the filter buttons are how you leave the view.
+
### Fixed
- A query whose result contains the thread already open left the message pane
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4270cc0..706ecd1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.23.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.24.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)