summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-06 20:07:38 +0200
committerDanilo M. <danix@danix.xyz>2026-08-06 20:07:38 +0200
commita0a9306659ff34235db0a1ad537766fe4c161b91 (patch)
treee8dfc2b7ceea2abf6a321d4415c766c54608dfaa /CMakeLists.txt
parentca89402d7e244e2616fdf13eb35c083afeb21826 (diff)
downloadqtmaildir-a0a9306659ff34235db0a1ad537766fe4c161b91.tar.gz
qtmaildir-a0a9306659ff34235db0a1ad537766fe4c161b91.zip
release: 0.10.0v0.10.0
Tag edits made during a background sync are held and sent when it finishes, rather than stalling the worker and freezing the message pane. Sync is one control on the toolbar instead of two that behaved differently, and the query bar gains a clear button and the saved queries beside it. Minor rather than patch: a visible control was removed, the query row was rearranged, and when a tag edit reaches the database changed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 340d1d6..1c83396 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.9.0 LANGUAGES CXX)
+project(qtmaildir VERSION 0.10.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)