From 6bdf5039fa5232206f4f55db6e269038ca83358a Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 15 Aug 2026 11:14:33 +0200 Subject: release: 0.21.0 --- CHANGELOG.md | 8 ++++++++ CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3