From 8e7208dc771bc9344f583442ad58cdd5b4178233 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 15 Aug 2026 11:53:03 +0200 Subject: release: 0.22.0 --- CHANGELOG.md | 9 +++++++++ CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d9ecb..c176c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ point at which they are stable. ## [Unreleased] +## [0.22.0] - 2026-08-15 + +Follows 0.21.0's built-in filters with the parts that shipped wrong or missing. +The filters carry icons and the flagged one is labelled Important, matching the +action of that name. `startup_query` can name a filter as well as a saved +query, which it could not, and a new `startup_account` says which account the +dropdown opens on, so the application can start in "work - Inbox" rather than +"All accounts - Inbox". + ### Added - **`startup_account` under `[general]`**, naming the account the dropdown diff --git a/CMakeLists.txt b/CMakeLists.txt index ff9e1e8..f021b0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.21.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.22.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -- cgit v1.2.3