diff options
author | Robin Jarry <robin@jarry.cc> | 2022-10-20 00:04:03 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-10-20 00:29:25 +0200 |
commit | 56b9528d3a4c889ee6e4a033e0370f00d6f3fa29 (patch) | |
tree | f23974a825cb3a08513d0b345269918845b26988 | |
parent | df1a0fff33b920ed2827cc376eb781a737ff7685 (diff) | |
download | aerc-56b9528d3a4c889ee6e4a033e0370f00d6f3fa29.tar.gz |
changelog: refine before release
Add missing entries. Remove implementation details.
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc5c0f5..9dd4a921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Warn before sending emails that may need an attachment with `no-attachment-warning` in `aerc.conf`. - 3 panel view via `:split` and `:vsplit` +- Configure dynamic date format for the message viewer with + `message-view-this-*-time-format`. +- XOAUTH2 support for imap and smtp. +- View message without marking it as seen with `:view -p`. ### Changed @@ -32,7 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Running the same command multiple times only adds one entry to the command history. - Embedded terminal backend (libvterm was replaced by a pure go implementation). -- Use event driven loop instead of Tick based - Filter commands are now executed with `:~/.config/aerc/filters:~/.local/share/aerc/filters:$PREFIX/share/aerc/filters:/usr/share/aerc/filters` appended to the exec `PATH`. This allows referencing aerc's built-in filter @@ -46,8 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). can be disabled by setting `outgoing-cred-cmd-cache=false` in `accounts.conf`. - Mouse support for embedded editors when `mouse-enabled=true`. -- Numerous race conditions related to event handling order -- Numerous race conditions related to OnInvalidate calls +- Numerous race conditions. ## [0.12.0](https://git.sr.ht/~rjarry/aerc/refs/0.12.0) - 2022-09-01 |