diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-10 20:44:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-10 20:44:01 +0200 |
| commit | 8f9994cddc100de76c3127f50a1fac7a296ec8f5 (patch) | |
| tree | b9023ad897fbfd3141409a036c18415ba963ed11 | |
| parent | ed0e085377440a68cef63ade6dc2afd322c22df9 (diff) | |
| download | qtmaildir-0.14.0.tar.gz qtmaildir-0.14.0.zip | |
release: 0.14.0v0.14.0
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| -rw-r--r-- | CHANGELOG.md | 15 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 16 insertions, 1 deletions
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) |
