summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-14 17:25:12 +0200
committerDanilo M. <danix@danix.xyz>2026-08-14 17:25:12 +0200
commitdd8a2ba3a04bb6f4d1841a5658b581ce05d95fbd (patch)
tree4430899dd9778dddbdfa798b443407ad438717fe
parenta79725e055699524ec57d09bd484f274ea4a961e (diff)
downloadqtmaildir-8d68166c377e1bcb1bf23c4cba137384fc2ce7fd.tar.gz
qtmaildir-8d68166c377e1bcb1bf23c4cba137384fc2ce7fd.zip
release: 0.20.0v0.20.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--CMakeLists.txt2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b22d9f..a77b2e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,13 @@ point at which they are stable.
## [Unreleased]
+## [0.20.0] - 2026-08-14
+
+Anything on screen in the message pane can now be searched for by right-clicking
+it, either replacing the current query or narrowing it. The message details
+dialog became labelled rows on the way, so each value in it can be searched for
+on its own.
+
### Added
- Anything on screen in the message pane can be searched for by right-clicking
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afd9834..cbb188e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.19.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.20.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)