summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dbc06e1..a0b90c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,17 @@ point at which they are stable.
## [Unreleased]
+## [0.26.0] - 2026-08-19
+
+Delete now moves mail into the account's trash folder instead of only tagging
+it. Every version before this one added a `deleted` tag and left the file
+exactly where it was, so deleted mail accumulated in the inboxes with only a
+chip to say otherwise. A Trash filter joins the other four, Restore from trash
+is its inverse, and a menu entry lists the mail the old behaviour stranded so
+it can be reviewed rather than migrated behind your back.
+
+**Every account needs a new `trash` key.** See Upgrading below.
+
### Added
- Delete now moves mail into the account's trash folder instead of only
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e6b9b17..c88c083 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.25.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.26.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)