diff options
author | Robin Jarry <robin@jarry.cc> | 2023-01-08 21:00:25 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-08 21:01:06 +0100 |
commit | 6de51bad583b9ca194953d9d24e1a683c737a4b4 (patch) | |
tree | 7fb61231de4f19d5cff517e1296a859420c84506 | |
parent | 2af81a7430481b3aec40f6a794db8cde4e1e18e4 (diff) | |
download | aerc-6de51bad583b9ca194953d9d24e1a683c737a4b4.tar.gz |
changelog: move index-columns in the unreleased section
This was applied after 0.14.0 was released. I forgot to update my patch
before pushing it...
Fixes: 535300cfdbfc ("config: add columns based index format")
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 913084c2..22e3032f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master) +### Added + +- New column-based message list format with `index-columns`. + +### Deprecated + +- `[ui].index-format` setting has been replaced by `index-columns`. + ## [0.14.0](https://git.sr.ht/~rjarry/aerc/refs/0.14.0) - 2023-01-04 ### Added @@ -34,7 +42,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). external command configured via `[compose].file-picker-cmd` in `aerc.conf`. - Sample stylesets are now installed in `$PREFIX/share/aerc/stylesets`. - The built-in `colorize` filter now has different themes. -- New column-based message list format with `index-columns`. ### Changed @@ -53,7 +60,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Deprecated - Removed broken `:set` command. -- `[ui].index-format` setting has been replaced by `index-columns`. ## [0.13.0](https://git.sr.ht/~rjarry/aerc/refs/0.13.0) - 2022-10-20 |