-
Notifications
You must be signed in to change notification settings - Fork 6
/
NEWS
189 lines (176 loc) · 7.25 KB
/
NEWS
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
1.3.3 (2024-12-25)
=====
- Introduce Darwin support
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- I18n: Update po/LINGUAS list
- Fix BSD `glibtop_get_netload: Function not implemented` error
- scan-build: Fix false positive file
- scan-build: Add false positive file
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- scan-build: Fix deadcode.DeadStores
- network.cc: Fix -Wundef
- I18n: Update po/LINGUAS list
- build: Get rid of intltool
- Add 24px icon, cleanup SVG metadata
- Fix timeout-seconds min value (Fixes #29)
- build: Fix failure due to wrong var type (Fixes #25)
- Update copyright year
- build: Add GLib requirement
- Translation Updates:
Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
Armenian, English (Australia), English (Canada), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
Ukrainian, Urdu, Urdu (Pakistan), Uyghur
1.3.2 (2022-11-03)
=====
- Remove code obsoleted by libxfce4util-4.17.2
- Fix GLib warnings occurring with newer xfce4-dev-tools
- Fix intltool lock file bug in make distcheck
- Code cleanup: Update variable declarations, extend maximum line length
- Code cleanup: Replace gboolean with bool where possible
- Code cleanup: Remove void from (void)
- Code cleanup: Remove typedef keywords
- Add BSD-2 license badge to README
- Rename all files from C to C++
- Bump required Xfce4 libs from 4.12 to 4.16
- Update copyright notices, copyright years and author emails
- Cleanup Makefile.am
- Update configure.ac.in syntax
- Document rgba_equal() function
- Don't save default colors to Xfconf configuration file
- Move swap to be next to mem
- Update default colors
- Decouple the program order from the visual order of monitors
- Bump required XDT version to 4.14
- Avoid G_GNUC_FALLTHROUGH to enable compilation with GLib earlier than 2.60
- Translation Updates:
Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
Armenian, English (Australia), English (Canada), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500),
Polish, Portuguese, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Thai, Turkish, Ukrainian, Uyghur
1.3.1 (2021-03-22)
=====
- Update README.md
- Update and sort the list of authors
- Add a simple network bandwidth monitor (uses libgtop as a fallback)
- Remove 4-valued history
- Fix initial progress bar value
- Fix system-monitor-command setting (Fixes #15)
- Distinguish uptime from the appearance of a digital real-time clock
- Replace "Options" with "Label" in the properties dialog
- Finish porting to xfconf
- Update docs URL
- Code cleanups
- Translation Updates:
Bulgarian, Chinese (China), Chinese (Taiwan), Hebrew, Italian,
Japanese, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil),
Slovak, Spanish, Swedish
1.3.0 (2021-03-10)
=====
- Port to xfconf
- Add new icons and switch to rDNS naming
- Add Help button to properties dialog
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- configure.ac: use AC_PROG_CC_C99
- Translation Updates:
Belarusian, Bulgarian, English (Canada), Hungarian, Russian, Turkish,
Ukrainian
1.2.4 (2020/12/21)
------------------
- Fix missing-prototypes
- Remove GSourceFunc casts
- Fix the properties dialog and a hidden memory corruption
- Avoid repainting bars if there are no visual changes
- Update copyright year
- Update URLs
- Create README.md and update configure.ac.in
- Add basic GitLab pipeline
- Update URLs from goodies.x.o to docs.x.o (Bug #16178)
- Allow compilation with panel 4.15
- Translation Updates:
Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
Armenian, English (Australia), English (Canada), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu,
Urdu (Pakistan), Uyghur
1.2.3 (2019/09/13)
-----------------
- fix possible leak
- fix a crash when opening the properties dialog
- tons of translation updates
1.2.2 (2018/11/29)
-----------------
- general rework of the preferences dialog
- set the default update interval to 0.5s (workaround for #13536)
- tons of translation updates
1.2.1 (2017/02/09)
-----------------
- rework sizing of the progressbar (#12948, #12974)
- rework the use of GtkCssProvider to use a singleton
- fix progressbar color with Gtk 3.16/3.18
- da, is and oc translation updates
1.2.0 (2016/11/01)
-----------------
- set progressbar trough and color minimal width/height to 4px so that it looks like with gtk+2
- Use MemAvailable on Linux 3.14+ (#12686)
1.1.99 (2016/06/05)
-----------------
- port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
1.1.2 (2014/11/21)
-----------------
- Support upower 0.99
- Add a way to run a command when clicking on systemload plugin (bug #3887)
- Pick up translation fixes (bug #11316)
- Merge some OpenBSD compatibility patches
1.1.1 (2012/06/30)
-----------------
- Simplify tooltip handling code
- Better compliance with panel plugin HIG
- Only set label angle with panel > 4.9
- Set plugin to small in all modes except deskbar modes (bug #8944)
- Facilitate bringing up the configuration dialog (bug #8900)
- Fix background transparency by setting the main evbox hidden (bug #8891)
- Changing uptime label orientation in the vertical mode
- Compatibility with panel 4.9+
- Use only HW_PHYSMEM64 on OpenBSD, HW_SYSMEM is deprecated
1.1.0 (2012/04/18)
-----------------
- Fix progressbar width in vertical mode
- Added about dialog
- Use a single label to show uptime, either 'X days' (if > 0) or 'hh:mm' (bug #8348)
- Add support for Solaris (bug #5743)
- Fix memory size overflow with > 3.5GB on FreeBSD
- Build the plugin as a module
- Added a power-saving interval option using upower (if present at build time)
- Added an update interval option (bug #7507)
- Rewritten configuration dialog
- Conditional retrieval of system stats (should use less resources!)
- Port to libxfce4ui (bug #7077)
- Fix transparency issues (bug #7345)
1.0.0 (2010/12/10)
-----------------
- Translated into 34 languages, including 13 with a complete translation
- Fix some issues with the build system
- Fix a small memory leak
- Adjust the way free memory is calculated, fixing bug #4215
- Fix bar colors for some theme engines, fixing bug #3588
- Fix display tooltip problems, fixing bug #5175
- Improve the accuracy of CPU activity measurements, fixing bug #1076
- Add support for GNU/kFreeBSD, fixing bug #2996
- Make the plugin more compact visually, fixing bug #3587