aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-03-12 11:33:06 +0100
committerRobin Jarry <robin@jarry.cc>2023-03-13 23:35:52 +0100
commitc15c91e609c242feeaeb23984cec8a9f64607061 (patch)
tree53c0d4800e639bae828b692873abd2e871f64c2e /CHANGELOG.md
parent49f58adda429c54225d79d13bfad7a054ae29db2 (diff)
downloadaerc-c15c91e609c242feeaeb23984cec8a9f64607061.tar.gz
openers: support basic shell globbing
Allow wild cards for MIME types like in filters. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfb16690..4081aa86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
disabled using the `disable-ipc` setting.
- Allow configuring URL handlers via `x-scheme-handler/<scheme>` `[openers]` in
`aerc.conf`.
+- Allow basic shell globbing in `[openers]` MIME types.
### Changed