changelog: more template parameters we've added to desktop-notifications

This commit is contained in:
Daniel Eklöf 2024-08-02 10:18:59 +02:00
parent a9e462d952
commit 901daefd96
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -75,8 +75,9 @@
* `desktop-notifications.command` option, replaces `notify`.
* `desktop-notifications.inhibit-when-focused` option, replaces
`notify-focus-inhibit`.
* `${icon}`, `${urgency}` and `${action-argument}` added
to the `desktop-notifications.command` template.
* `${category}`, `${urgency}`, `${expire-time}`, `${replace-id}`,
`${icon}` and `${action-argument}` added to the
`desktop-notifications.command` template.
* `desktop-notifications.command-action-argument` option, defining how
`${action-argument}` (in `desktop-notifications.command`) should be
expanded.