diff options
author | Jason Cox <me@jasoncarloscox.com> | 2023-10-11 12:42:58 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-10-13 00:32:50 +0200 |
commit | c156b255fcdcb4131092c8e5d74e8eb8ec0c6ba9 (patch) | |
tree | 3bffca1fcd4914e954f57cd489beef4ea5b03538 /CHANGELOG.md | |
parent | 0d5443b36e4cf3f74b8334b4734ded7176c026be (diff) | |
download | aerc-c156b255fcdcb4131092c8e5d74e8eb8ec0c6ba9.tar.gz |
colorize: accept wildcards in styles
Allow using * and ? to match multiple style objects for colorize, as
stated in the man page and consistent with aerc's main styles.
Fixes: a5c4f5d (colorize: handle spaces in styleset)
Signed-off-by: Jason Cox <me@jasoncarloscox.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc615f35..0f97738c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master) +### Fixed + +- `colorize` styles can include wildcards `?` and `*` + ## [0.16.0](https://git.sr.ht/~rjarry/aerc/refs/0.16.0) - 2023-09-27 ### Added |