summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md15
-rw-r--r--CMakeLists.txt2
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)