mirror of https://github.com/Hilbis/Hilbish
chore: add feature to changelog
parent
d844b8dc22
commit
68ffe73328
|
@ -12,6 +12,9 @@
|
||||||
- `hilbish.notification` signal when a message/notification is sent
|
- `hilbish.notification` signal when a message/notification is sent
|
||||||
- `notifyJobFinish` opt to send a notification when background jobs are
|
- `notifyJobFinish` opt to send a notification when background jobs are
|
||||||
completed.
|
completed.
|
||||||
|
- Allow numbered arg substitutions in aliases.
|
||||||
|
- Example: `hilbish.alias('hello', 'echo %1 says hello')` allows the user to run `hello hilbish`
|
||||||
|
which will output `hilbish says hello`.
|
||||||
|
|
||||||
[#219]: https://github.com/Rosettea/Hilbish/issues/219
|
[#219]: https://github.com/Rosettea/Hilbish/issues/219
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue