diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-09 10:02:38 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-09 10:02:38 +0200 |
| commit | 7ed455d04ee1eb689d533333968cb8e97166aeba (patch) | |
| tree | 7c15aba5d8df822fcbb3bc39ff50986307bcf00a /CMakeLists.txt | |
| parent | 955c273565521d9559e5760ca252a77c53a7aaa9 (diff) | |
| download | qtmaildir-0.12.0.tar.gz qtmaildir-0.12.0.zip | |
release: 0.12.0v0.12.0
Collects the per-account sync, the cron-sync indicator fix, and the
toolbar and icon work that had been sitting unreleased since 0.11.0.
A minor bump rather than a patch: two user-visible behaviours changed.
The Flag action is now called Important, and the toolbar follows the
desktop's own button style instead of always showing text beside icons.
Both are documented under Upgrading, along with the saved-query label
that a user may want to rename to match.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 829df4b..6d3f9bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.11.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.12.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) |
