summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--CMakeLists.txt2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 331ce3d..133dd58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,14 @@ point at which they are stable.
## [Unreleased]
+## [0.21.0] - 2026-08-15
+
+The query row gains four filters the application ships: Unread, Inbox, Flagged
+and Sent. Unlike the buttons before them they cooperate with the account
+dropdown, so selecting an account and clicking Unread shows that account's
+unread mail rather than everyone's. Your own saved queries keep the behaviour
+they had and move below them.
+
### Added
- **Four built-in filters on the query row: Unread, Inbox, Flagged and Sent.**
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cbb188e..ff9e1e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.20.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.21.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)