diff options
| -rw-r--r-- | CHANGELOG.md | 15 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
