-
Notifications
You must be signed in to change notification settings - Fork 40
/
Changelog
217 lines (109 loc) · 4.94 KB
/
Changelog
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
2022-04-27 Valère Monseur <archlinux@vale.re>
* Release 1.6.13
* Fix #58 : added support for batteries with only percentage capacity
* Fix #61 : added a command for low battery level
2022-02-09 Valère Monseur <archlinux@vale.re>
* Release 1.6.12
* Fix Makefile for error: '-Wformat-security' ignored without '-Wformat'
2022-02-09 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.11
* Fix #57 : wrong version number
* Fix #68 : added Spanish translation
2019-10-06 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.10
* Fix #53 : if last_chance option true, check one last time if charging before running critical
* make the last_chance option the default
2019-06-11 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.9
* Fix #48 : added Example section in the man page
* Fix #52 : added Brazilian Portuguese translation
2018-04-08 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.8
* Fix #43 : added traditional Chinese translation
* Fix #44 : update existing notifications instead of creating new ones
* Add missing end of line
2017-10-05 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.7
* Fix #41 : added Indonesia translation
* Fix #42 : added Hebrew translation
2017-08-15 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.6
* Fix #38 : notification shown twice at startup
* Fix #40 : unexpected behaviour for hidpp battery type
2016-12-27 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.5
* Fix #30 : notification spam when there are multiple batteries
* Fix #33 : added a man page
* Fix #34 : added Japanese translation
2016-03-14 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.4
* Fix #29 : added Bosnian, Croatian and Serbian translations
2016-02-08 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.3
* Fix #28 : dynamic (runtime) detection of power supplies doesn't work
2016-01-30 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.2
* Fix plural translations in Turkish
2016-01-30 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.1
* Add missing translation in Makefile
2016-01-30 Valère Monseur <valere.monseur@ymail.com>
* Release 1.6.0
* Changing Copyright to 2016
* Fix #26 : 'hours, minutes remaining' use plural translations
* Fix #27 : add greek translation
* Dynamic detection of power supplies (batteries and AC)
* Some code rework, cleaning
2015-07-21 Valère Monseur <valere.monseur@ymail.com>
* Release 1.5.0
* Build with gtk3 by default (instead of gtk2)
* Build with deprecation warning disabled
* Fix #17 : cbatticon --version shouldn't need X display
* Fix #20 : initial translation support
* Fix #21 : add turkish translation
* Fix #22 : update turkish translation
* Fix #23 : add german translation
* Fix #24 : update russian translation
* Completed translation support
* Completed translation: german, french, turkish
* Partial translation: russian
2014-11-24 Valère Monseur <valere.monseur@ymail.com>
* Release 1.4.2
* Fix #16 : current rate was not considered as unavailable when its value was 0
2014-11-08 Valère Monseur <valere.monseur@ymail.com>
* Release 1.4.1
* Fix return codes when displaying version, listing power supplies and icon types
2014-08-17 Valère Monseur <valere.monseur@ymail.com>
* Release 1.4.0
* Allow building with(out) libnotify support (default: build with libnotify)
* Allow building with gtk2 or gtk3 (default: build with gtk2)
* Renamed option --list-batteries into --list-power-supplies to show battery and AC
* Allow AC only tray icon when there is no battery
* Allow execution of command when left clicking on the tray icon
* Added debug option
* Other improvements in Makefile, comments, whitespace cleaning, ...
2013-07-23 Valère Monseur <valere.monseur@ymail.com>
* Release 1.3.2
* Fix compilation with libnotify version older than 0.7.0
2013-05-10 Valère Monseur <valere.monseur@ymail.com>
* Release 1.3.1
* Fix version number
2013-05-10 Valère Monseur <valere.monseur@ymail.com>
* Release 1.3.0
* Added option to hide notification at runtime
* Other improvements in Makefile, comments, whitespace cleaning, ...
* Code cleaning/rework.
2013-045-19 Valère Monseur <valere.monseur@ymail.com>
* Release 1.2.0
* Removed dependency on libudev
* A message is sent to system logger before spawning command when critical level is reached
* Tooltip and notification messages have been reworked.
* Added version option
* Fixed bug triggering the switching from normal calculation to estimated calculation when not needed
* Lots of code cleaning/rework
2013-04-08 Valère Monseur <valere.monseur@ymail.com>
* Release 1.1.0
* Try to determine status even when 'unknown' status is returned (some batteries do it when (dis)charging)
* Other improvements in Makefile, comments, whitespace cleaning, ...
2013-03-10 Valère Monseur <valere.monseur@ymail.com>
* Release 1.0.0