summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-13 09:52:09 +0200
committerDanilo M. <danix@danix.xyz>2026-08-13 09:52:09 +0200
commitf119afe9a3d30f5d320b99c90b47fe52e7133d84 (patch)
tree086c1957f16f605aafa3f910fed8f5877a060a3a
parentfa118ca26428e46aff4e8ccff72d3a6e2bde7039 (diff)
downloadqtmaildir-f119afe9a3d30f5d320b99c90b47fe52e7133d84.tar.gz
qtmaildir-f119afe9a3d30f5d320b99c90b47fe52e7133d84.zip
release: 0.16.0v0.16.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--CMakeLists.txt2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 846e5c6..fa9e7cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,16 @@ point at which they are stable.
## [Unreleased]
+## [0.16.0] - 2026-08-13
+
+The rules that tag your mail on arrival move out of a shell script and into the
+application. They now live in a file the GUI and the companion `mailctl` tool
+both read, each rule keeping the note that explains why it is written the way it
+is, and the dialog counts how much mail a rule matches before the next sync
+applies it. A tag change also syncs itself out now, a couple of seconds after
+you stop making changes, and the panes draw their own marks rather than relying
+on whatever glyphs the desktop font happens to carry.
+
### Added
- The rules that tag your mail as it arrives are now visible and editable from
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 01f7279..b1c2c87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.15.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.16.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)