aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-15 11:14:33 +0200
committerDanilo M. <danix@danix.xyz>2026-08-15 11:14:33 +0200
commit6bdf5039fa5232206f4f55db6e269038ca83358a (patch)
treee3ecdfe7c96453b6fef17e961383cfd514579d25
parent4757cc5780de1f7a7478cf07948f5659913d31b5 (diff)
downloadqtmaildir-6bdf5039fa5232206f4f55db6e269038ca83358a.tar.gz
qtmaildir-6bdf5039fa5232206f4f55db6e269038ca83358a.zip
release: 0.21.0v0.21.0
-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)