dunst/CHANGELOG
2017-02-04 22:24:33 -03:00

62 lines
2.0 KiB
Plaintext

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:
- fix nasty memory leak
- icon support (still work in progress)
- fix issue where keybindings aren't working when numlock is activated
v1.0.0:
- use pango/cairo as drawing backend
- make use of pangos ability to parse markup
- support for actions via context menu
- indicator for actions/urls found
- use blocking I/O. No more waking up the CPU multiple times per second to check for new dbus messages
v0.5.0:
- new default dunstrc
- frames for window
- trigger scripts on matching notifications
- context menu for urls (using dmenu)
- pause and resume function
- use own code for ini parsing (this removes inih)
- progress hints
v0.4.0:
- separator between notifications
- word wrap long lines
- real transparance
- bouncing text (alternative to word_wrap)
- new option for line height
- better multihead support
- don't die when keybindings can't be grabbed
- bugfix: forgetting geometry
- (optional) static configuration
v0.3.1:
- fix -mon option
v0.3.0:
- full support for Desktop Notification Specification (mandatory parts)
- option to select monitor on which notifications are shown
- follow focus
- oneline mode
- text alignment
- show age of notifications
- sticky history
- filter duplicate messages
- keybinding to close all notifications
- new way to specify keybindings
- cleanup / bugfixes etc.
- added dunst.service
v0.2.0:
- introduction of dunstrc
- removed static configuration via config.h
- don't timeout when user is idle
- xft-support
- history (a.k.a. redisplay old notifications)