Update changelog and man page
This commit is contained in:
parent
d445661031
commit
51d5e57967
@ -1,3 +1,12 @@
|
|||||||
|
v2.0.0:
|
||||||
|
- Improved vertical centering and padding
|
||||||
|
- Fix category missing in rules parsing
|
||||||
|
- Added option to hide duplicates count
|
||||||
|
- Fixed many memory leaks
|
||||||
|
- Added svg and raw image icon support
|
||||||
|
- Added systemd service to contrib folder (not installed by default)
|
||||||
|
- Added support for per-urgency frame colors
|
||||||
|
|
||||||
v1.1.0:
|
v1.1.0:
|
||||||
- fix nasty memory leak
|
- fix nasty memory leak
|
||||||
- icon support (still work in progress)
|
- icon support (still work in progress)
|
||||||
|
@ -165,13 +165,11 @@ Show age of message if message is older than show_age_threshold seconds. Set to
|
|||||||
|
|
||||||
The frequency with which text that is longer than the notification window allows bounces back and forth.
|
The frequency with which text that is longer than the notification window allows bounces back and forth.
|
||||||
|
|
||||||
=item B<-markup>
|
=item B<-markup parsing>
|
||||||
|
|
||||||
Allow markups in notifications/formats.
|
Defines how markup parsing should be handled in notifications. Possible options are "full" to allow a small subset of html markup,
|
||||||
|
"strip" for compatibility with broken clients (this option is discouraged outside matching rules) or "no" to treat incoming
|
||||||
=item B<-plain>
|
notifications as plain text. Note that markup inside the format option will be parsed regardless of what this is set to.
|
||||||
|
|
||||||
Treat incoming notifications as plain text.
|
|
||||||
|
|
||||||
=item B<-indicate_hidden>
|
=item B<-indicate_hidden>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user