diff options
author | Robin Jarry <robin@jarry.cc> | 2022-08-30 21:24:23 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-30 21:42:37 +0200 |
commit | e9c4e250cace13b6eb35a472d7b4110fbec31ed5 (patch) | |
tree | 660bd46c13901a7dfdf8c64c1035463599c8cd57 | |
parent | f530cd96f316e6821e59351e15b1be5628e0804c (diff) | |
download | aerc-e9c4e250cace13b6eb35a472d7b4110fbec31ed5.tar.gz |
changelog: refine before release
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ddfd8b..7d861c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Run `check-mail-cmd` with `:check-mail`. - Display active key binds with `:help keys` (bound to `?` by default). - Multiple visual selections with `:mark -V`. +- Mark all messages of the same thread with `:mark -T`. - Set default collapse depth of directory tree with `dirlist-collapse`. ### Changed @@ -32,10 +33,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Reselection after delete and scroll when client side threading is enabled. - Background mail count polling when the default folder is empty on startup. - Wide character handling in the message list. +- Issues with message reselection during scrolling and after `:delete` with + threading enabled. ### Deprecated -- Support for go < 1.16. +- Removed support for go < 1.16. ## [0.11.0](https://git.sr.ht/~rjarry/aerc/refs/0.11.0) - 2022-07-11 |