aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-07-15 22:50:02 +0200
committerRobin Jarry <robin@jarry.cc>2024-07-15 22:50:02 +0200
commitaa8319bc591f3629b7bfd51caf4ff1a59d11ff4c (patch)
treebdd8425daa01fbad2f105808dcc12011377d3387 /CHANGELOG.md
parentd960b8d2caa689521d9bef950ee0ab23862c9f9e (diff)
downloadaerc-aa8319bc591f3629b7bfd51caf4ff1a59d11ff4c.tar.gz
Release version 0.18.10.18.1
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 189a0c8a..73e4b607 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to aerc will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [0.18.1](https://git.sr.ht/~rjarry/aerc/refs/0.18.1) - 2024-07-15
+
+### Fixed
+
+- Startup error if `log-file` directory does not exist.
+- Aerc is now less pedantic about invalid headers for the maildir and notmuch
+ backends.
+- Error when trying to configure `smtp-domain` with STARTTLS enabled.
+- `smtp-domain` is now properly taken into account for TLS connections.
+
## [0.18.0](https://git.sr.ht/~rjarry/aerc/refs/0.18.0) - 2024-07-02
### Added