summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)