From c156b255fcdcb4131092c8e5d74e8eb8ec0c6ba9 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Wed, 11 Oct 2023 12:42:58 -0400 Subject: 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 Acked-by: Robin Jarry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit