summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rw-r--r--CMakeLists.txt2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fee2199..966297f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,15 @@ point at which they are stable.
## [Unreleased]
+## [0.27.0] - 2026-08-25
+
+qtmaildir can write mail. A composer, markdown bodies sent as plain text or
+alongside an HTML part, drafts that autosave to the server and can be picked
+up again, signatures, and a send that goes through your own sendmail
+compatible program so this application still speaks no network protocol of its
+own. The query row gains a Drafts filter and gives up pinning, and the message
+pane gains a button bar of its own.
+
### Added
- **Composing and sending.** Ctrl+N opens a composer; Reply, Reply all, Reply
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47b0df6..9b4426c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
-project(qtmaildir VERSION 0.26.1 LANGUAGES CXX)
+project(qtmaildir VERSION 0.27.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)