summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-17 13:53:13 +0200
committerDanilo M. <danix@danix.xyz>2026-08-17 13:53:13 +0200
commitc87860ad359baf74c532a89472f9cb74ede27ec9 (patch)
tree538411483404976082a2044798e43e74b145e34f
parent53e7c1d4497909dc3aa9871e0e0fafb071fc8734 (diff)
downloadqtmaildir-3d8aefca085a6ee3bccea7ad0c39ebacf3d696a3.tar.gz
qtmaildir-3d8aefca085a6ee3bccea7ad0c39ebacf3d696a3.zip
release: 0.25.0v0.25.0
-rw-r--r--CHANGELOG.md11
-rw-r--r--CMakeLists.txt2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1519a3..75d2de1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,17 @@ point at which they are stable.
## [Unreleased]
+## [0.25.0] - 2026-08-17
+
+Acting on a row now means the message that row displays, not the whole
+conversation, which is the change most likely to affect your habits: Ctrl+D on
+a thread's card deletes one message where it used to delete the thread. The
+whole-thread actions are still there under a Whole thread submenu. Important
+becomes a toggle, the tagging rules list gains a Note column, and the message
+pane stops offering browser actions that could never work. The Italian
+translation catches up with the whole-thread actions, which shipped as English
+in 0.24.0.
+
### Upgrading
**Acting on a thread row now acts on the message it displays, not on the whole
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 706ecd1..e6b9b17 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.24.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.25.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)