summaryrefslogtreecommitdiff
path: root/NEWS
blob: 116c85f983b690bae53821268e04f9fae071efb4 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
### mate-notification-daemon 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * daemon: Use monotonic time instead of real time
  * Remove conversion warnings
  * build: silent build warnings for distcheck
  * Filter-out img elements from notification body
  * The body of a notification may also contain hyperlinks
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Rewrite mate-notification-properties.ui from scratch
  * daemon: Remove warning about GTimeVal deprecation
  * build: Remove generated files

### mate-notification-daemon 1.24.0

  * bump version

### mate-notification-daemon 1.23.1

  * Translations update
  * migrate from intltools to gettext
  * Use gresource for mate-notification-properties.ui
  * Use WARN_CFLAGS which are only set with --enable-compiler-warnings
  * Fix decoding the hints dictionary.
  * mate-notification-properties: initialize do-not-disturb checkbox
  * mate-notification-properties: Add do-not-disturb checkbox
  * daemon.c: check for do-not-disturb and skip notification
  * add do-not-disturb setting

### mate-notification-daemon 1.23.0

  * Translations update
  * Remove trailing whitespaces
  * Change url project's website
  * [ci] Add cppcheck html report
  * [ci] Enable Clang Static Analyzer

### mate-notification-daemon 1.22.0

  * Translations update
  * initial travis-CI support
  * disable deprecation warnings for distcheck
  * Avoid compile warning for g_type_class_add_private

### mate-notification-daemon 1.21.0

  * Translations update
  * Drop dbus-glib dependence
  * Use GVariant
  * Migrate from dbus-glib to GDBus
  * Add signals, remove annotation from xml file
  * Use gdbus generate files
  * Fix some gdk deprecations
  * src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from libglib2.0-bin.

### mate-notification-daemon 1.20.0

  * Translations update
  * require GTK+ 3.22 and GLib 2.50

### mate-notification-daemon 1.19.1

  * Translations update
  * WidthOfScreen and HeightOfScreen implementation

### mate-notification-daemon 1.19.0

  * Translations update
  * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
  * avoid deprecated gdk_screen_get_width/height
  * avoid deprecated gdk_screen_get_n_monitors
  * Fixes high cpu usage with large timeouts
  * unescape URI-encode paths for icon files
  * Restore Polish translation credits from GNOME

### mate-notification-daemon 1.18.0

  * NEWS: use consistent, project wide, markdown-like formatting
    to make generating release announcements easier
  * Implement action icons support (e.g. playback control icons
    used by media players)
  * Themes: fix some pie countdown issues
  * Translations update

### mate-notification-daemon 1.16.1

  * Fix markup parsing
  * Translations update

### mate-notification-daemon 1.16.0

  * Build: use 'm4' dir instead of 'macros' for m4 macros, like
    in other projects
  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
    --with-gtk build option
  * Add support for GNotification
  * Fix escaping of special characters
  * Fix various GTK+ deprecations
  * Translations update

### mate-notification-daemon 1.14.1

  * Translations update
  * themes: make text translatable
  * Save some RAM in NotifyTimeout
  * Coco, Nodoka: set notification window type

### mate-notification-daemon 1.14.0

  * Drop MateConf migration script
  * GTK+3: explicitly wrap notification text at 50 characters
  * GTK+3: stop reversing fg/bg colors in slider theme (use colors
    from current GTK+ theme as is)
  * GTK+3: some more fixes for slider theme
  * GTK+3: some deprecation fixes
  * Translations update
  * Add Changelog generation

### mate-notification-daemon 1.12.1

  * Fix crash due to regression
  * GTK+3 fixes
  * Translations update

### mate-notification-daemon 1.12.0

  * Retrieve strings directly from gschema (requires intltool 0.50.1)
  * Fix height and visibility of themes in gtk3
  * Multiple theme fixes
  * Some more fixes and cleanups

### mate-notification-daemon 1.10.2

  * Standard theme: fix crash when clicking on close button
  * Properties: remove useless help button
  * Fix build with GLib 2.36
  * Some more bugfixes

### mate-notification-daemon 1.10.1

  * Don't crash on notifications from Rhythmbox
  * Some more bugfixes
  * Translations update

### mate-notification-daemon 1.10.0

  * Bugfixes

### mate-notification-daemon 1.8.0

  * Switch to libwnck