From 8f9994cddc100de76c3127f50a1fac7a296ec8f5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 10 Aug 2026 20:44:01 +0200 Subject: release: 0.14.0 Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 15 +++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb213d1..5c9c7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,21 @@ point at which they are stable. ## [Unreleased] +## [0.14.0] - 2026-08-10 + +The thread list stops going stale. A sync running in the background now +updates it directly: new mail appears, threads you have read leave, and +whatever you were in the middle of stays where it was. Reading a thread out of +a view no longer strands you either, since the message pane says when the +thread it is showing has left the list and offers to bring it back. + +### Upgrading + +Nothing to change. The "Background sync completed. Press Enter in the query bar +to refresh." message is gone because there is nothing left to press Enter for; +if that keystroke is in your fingers, it still re-runs the query and is now +simply redundant. + ### Changed - The thread list now follows a background sync on its own. New mail appears diff --git a/CMakeLists.txt b/CMakeLists.txt index 50365ec..7069ef7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.13.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.14.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -- cgit v1.2.3