File: NEWS

package info (click to toggle)
xfce4-netload-plugin 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: ansic: 2,672; makefile: 119; sh: 11
file content (170 lines) | stat: -rw-r--r-- 6,160 bytes parent folder | download
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
1.5.0 (2025-05-20)
=====
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.

- meson-build: Use shared_module()
- commandline: Fix 
-Werror={missing-declarations,suggest-attribute=noreturn}
- build: Automate copyright year management
- Add meson build
- netload: Fix link to wiki page
- autotools-build: Fix typo
- autotools-build: Explicitly require glib, gtk3, libxfce4util
- Translation Updates:
  Albanian, Greek

1.4.2 (2024-12-24)
=====
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- Fix Darwin build
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- I18n: Update po/LINGUAS list
- desktop: Remove extra layer of input
- build: Get rid of intltool
- monitor-label: Do not resize the label width after speed falls
- Update plugin size also on as_bits_toggled
- 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, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur

1.4.1 (2023-04-29)
=====
- Fix wrong description in about dialog
- Fix wrong units in bytes (Fixes #22)
- Update copyright year
- Add option to set number of decimal points (Closes #21)
- build: Fix intltool lock file problem during make distcheck
- build: Add GLib requirement
- build: Fix autotools warnings
- Update COPYING
- Check if ip_address string is non-empty
- Free memory only after last reference
- Reset source id to prevent double free
- 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, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur

1.4.0
======
- Add new icons and switch to rDNS naming
- Add "About" dialog
- Add help button to properties dialog
- Improve progressbar look
- Update URLs from goodies.x.o to docs.x.o (Bug #16170)
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- Fix missing-prototypes
- Remove GSourceFunc casts
- Populate a combo box with known network interfaces
- remove unused wormulon files
- Move to common m4 versioning macros
- Fix type for media_list on OpenBSD
- Add basic GitLab pipeline
- Translation Updates:
  Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern
  Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian,
  Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
  Uyghur

1.3.2
=====
- Preferences: Improve spacing (bug #14672)
- Fix stats on some openbsd drivers (bug #13853)
- set a name on the 'text to display' widget so that it can be styled (closes #13906)
- Fix bugs #11477, #12957, #11328
- css styling improvements
- fix autotools warnings

1.3.1
=====
- Set progressbar minimal width and height depending on the orientation (#12941,#12949)
- Apply css on the correct widget class for Gtk 3.16/3.18
- rework the use of GtkCssProvider to use a singleton
- da and oc translation updates

1.3.0
=====
- Fix progress bar grow direction in deskbar and vertical modes
- set progressbar minimal width/height to 4px so that it looks like with gtk+2

1.2.99
=====
- port to gtk+3/libxfce4ui-2/libxfce4panel-2.0

1.2.4
=====

- Option to show values as bits (bug #9932)
- Reverted "Do not enforce max length for text/device entries (bug #9869)"
- Set iface length name to 32 chars max (#9869)
- 16 languages updated

1.2.3
=====
- Revive commandline.c test program
- Fix unit_names index

1.2.2
=====
- Fix plugin installation path

1.2.1
=====
- Build plugin as a module
- Update build environment
- Only round to 0 digits for KiB/s values (bug #11152)
- Pack progress bars inside event box and hide/show (bug #10258)
- Do not enforce max length for text/device entries (bug #9869)
- Fix stringsize - 1 (bug #9172)

1.2.0
=====
- Some code cleanup and respect the Panel HIG
- Update monitor labels sizes gracefully, bug #8842
- Rectify tooltip information, bug #9089
- Support new panel mode Deskbar, bug #8941
- Drop if_ppp headers, bug #7481
- Reorganize code in monitor_new, setup_monitor and monitor_set_orientation, bug #8917
- Keep colorized values after orientation change, bug #8915
- Fix widget visibility on orientation change, bug #8914

1.1.0
=====
- Add option to show values in panel in addition to the bars, bug #7804
- Format units automatically, bug #8280
- Port to libxfce4ui, bug #7083
- Fix two calls to snprintf, bug #7360

1.0.0
=====
- Fix compatibility with Xfce 4.7+, fixing bug #6466
- Translated in 23 more languages, for a total of 36, 32 of which are fully translations
- Re-license under GPL2 or later
- Add support for GNU/kFreeBSD, fixing bug #3043
- Add support for DragonFly BSD, fixing bug #1456
- Add a Unique icon, Fixing bug #6864
- Upgrade from GtkTooltips to GtkTooltip, fixing bug #5177
- Fix bar colors for some theme engines, fixing bug #1889
- Fix buffer overflow, fixin bug #6026
- Fix sizes to fit better in the panel, and with other plugins
- Build fixes for compatibility with different version of libtool
- Use xfce titled dialog for the options
- Don't report errors if the interface has no IP address yet, fixing bug #1158