blob: bf39ea8e76222ef7320d73286a55140b1dcc6b0f (
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
|
Version 1.16.2
~~~~~~~~~~~~~~
Released: 2017-02-16
* News:
- Build: remove strict options, they just get in the way
- GTK+3: properly hide brightness applet popup on pressing
Esc/Enter/Space keys (fixes popup becoming wide instead
and random applet crashes)
- GTK+3: fix mouse scroll over brightness applet icon when
no popup is shown
Version 1.16.1
~~~~~~~~~~~~~~
Released: 2017-01-24
* News:
- Check both the "Backlight" and "BACKLIGHT" xrandr properties
(fixes inability to adjust screen backlight on some systems)
- Statistics: stop runtime warnings spam on desktop systems
- GTK+3: fix runtime warning in inhibit applet
- GTK+3: fix OSD rendering on non-composited desktop
- GTK+3: add OSD style class for non-composited desktop
Version 1.16.0
~~~~~~~~~~~~~~
Released: 2016-09-19
* News:
- Use GtkAboutDialog instead of MateAboutDialog
- Drop dependency on libmate-desktop
- Show the primary device time remaining as the first entry in
the context menu
- Do not issue a console warning when laptop batteries are empty
- GTK+3: port from libunique to GtkApplication
- GTK+3: add css theming for OSD (MsdOsdWindow)
- GTK+3: fix empty space in tray when system has no battery
- GTK+3: fix lots of deprecations
- Some more fixes and cleanups
- Translations update
- Make distcheck use currently selected GTK+ version
Version 1.14.0
~~~~~~~~~~~~~~
Released: 2016-04-07
* News:
- Drop MateConf migration script
- Fix possible crash when an Xorg function call fails
- GTK+3: fix deprecations in brightness applet
- Some more fixes and cleanups
- Translations update
- Fix Changelog generation
Version 1.12.1
~~~~~~~~~~~~~~
Released: 2015-11-30
* News:
- Allow disabling of power button
- Multiple backlight fixes
- GTK+3: don't remove slider background in brightness applet
(fixes background in some themes)
- Translations update
Version 1.12.0
~~~~~~~~~~~~~~
Released: 2015-10-31
* News:
- Require xrandr 1.3
- Retrieve strings directly from gschema (requires intltool 0.50.1)
- Switch to org.gnome.SessionManager
- Show vendor/model information for devices
- Fix backlight adjustment on Macbook Pro
- GTK+3: support custom themes
- GTK+3: fix brightness applet behavior
- Some fixes and cleanups
Version 1.10.2
~~~~~~~~~~~~~~
Released: 2015-09-01
* News:
- Fixed keyboard backlight adjustment for laptops with
non-standard levels
- Some bugfixes
Version 1.10.1
~~~~~~~~~~~~~~
Released: 2015-07-14
* News:
- Multiple help fixes
- Some bugfixes
- Translations update
Version 1.10.0
~~~~~~~~~~~~~~
Released: 2015-05-04
* News:
- Add support for UPower 0.99
Version 1.8.0
~~~~~~~~~~~~~
Released: 2014-03-01
* News:
- Use yelp-tools instead of mate-doc-utils
- Fix systemd support
- Switch to libgnome-keyring
Version 1.6.2
~~~~~~~~~~~~~
Released: 2013-07-24
* Features:
- Removed systemd-daemon dependency and check at runtime if
systemd-logind is running
- Improved systemd-logind support
* Bug fixes:
- Dont rely only on consolekit for button pressed event
Version 1.6.1
~~~~~~~~~~~~~
Released: 2013-05-02
* Features:
- Use 'make dist' for tarball
- Add support to use systemd logind for suspend and hibernate instead
of upower
* Bug fixes:
- Dont print an error if keyboard backlight is missing
Version 1.6.0
~~~~~~~~~~~~~~~
Released: 2013-04-01
* Features:
- Migration to GSettings
- Show always "do nothing" option in prefs
- Add keyboard backlight support
- Add systemd inhibit support
- mate-keyring support now optional
- replace libmatenotify with libnotify
|