aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-08-30 22:16:30 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-30 22:23:24 +0200
commitaf9390d38befb9c227bfb90bfb7a49abb40ba411 (patch)
treee3b97799f61c66838cb20ba5deaf631394f0991a /CHANGELOG.md
parente9c4e250cace13b6eb35a472d7b4110fbec31ed5 (diff)
downloadaerc-af9390d38befb9c227bfb90bfb7a49abb40ba411.tar.gz
attach: enable path globbing
Enable path globbing using Go's standard library globbing capabilities, which allows for attaching multiple files at once. Suggested-by: Anderson John Njahi <johnjahi55@gmail.com> Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
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 7d861c01..aee28198 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
BSD.
- `outgoing-cred-cmd` execution is now deferred until a message needs to be sent.
- `next-message-on-delete` now also applies to `:archive`.
+- `:attach` now supports path globbing (`:attach *.log`)
### Fixed