summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-08-30 21:24:23 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-30 21:42:37 +0200
commite9c4e250cace13b6eb35a472d7b4110fbec31ed5 (patch)
tree660bd46c13901a7dfdf8c64c1035463599c8cd57
parentf530cd96f316e6821e59351e15b1be5628e0804c (diff)
downloadaerc-e9c4e250cace13b6eb35a472d7b4110fbec31ed5.tar.gz
aerc-e9c4e250cace13b6eb35a472d7b4110fbec31ed5.zip
changelog: refine before release
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--CHANGELOG.md5
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