aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-25 09:16:06 +0200
committerDanilo M. <danix@danix.xyz>2026-08-25 09:16:06 +0200
commitf76e5ebe8cc3f4b6662036a6e8c6308a57caae6b (patch)
tree5c9b0353092c7e97794ffa013798b8c5f83afb3a
parent3e196bbaf6a5f3ebf6597e0ada1f559d24627ca6 (diff)
downloadqtmaildir-f76e5ebe8cc3f4b6662036a6e8c6308a57caae6b.tar.gz
qtmaildir-f76e5ebe8cc3f4b6662036a6e8c6308a57caae6b.zip
release: 0.27.0v0.27.0
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UUQS6n3cmsFrsjCNmwNtf8
-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)