diff options
author | Robin Jarry <robin@jarry.cc> | 2023-08-21 10:50:40 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-08-26 21:42:42 +0200 |
commit | bc8fdbbe8479f9f604f429931e7c90e396ea6f00 (patch) | |
tree | a918804be03cfd6963afc02e85bfd460f34c0271 /CHANGELOG.md | |
parent | 459724889a62d65ff09ee15d6b6bd98b650e1cb7 (diff) | |
download | aerc-bc8fdbbe8479f9f604f429931e7c90e396ea6f00.tar.gz |
wizard: improve welcome screen
The wizard now supports all protocols. Adapt welcome text accordingly.
Display key bindings in a more consistent manner.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Tristan Partin <tristan@partin.io>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acb37e3..ae5b98f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- The new account wizard now supports all source and outgoing backends. - Add a `-A` option to `:save` for saving all the named parts, not just attachments - Add `<Backspace>` key to bindings |