File: CHANGELOG

package info (click to toggle)
dunst 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 519
  • sloc: ansic: 3,699; sh: 170; makefile: 76
file content (51 lines) | stat: -rw-r--r-- 1,608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
v1.1.0:
    - bugfixes (especialy a memoryleak surfaced by spotify)
    - icons

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)