-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
66 lines (47 loc) · 2.48 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
v2.0.0.alpha
- Almost a complete rewrite porting to Qt5 and KF5WidgetsAddons
- Changed the build system from Scons to CMake
- Network details are now updated dynamically
- Support for all address types, such as IPv6 information
- Dropped alternate tray view modes i.e. text (would require working around QSystemTrayIcon)
- Many smaller bug fixes and QoL updates
v1.5
- Added "Chart view".
- New Statistics dialog (show IP address, MAC address, etc).
- Using bksys as building tool.
- Carrier on/off detection.
- Reading interface date from /sys/class/net/INTERFACE/statistics instead of parse /proc/dev/net.
- New translation to romanian
Note to BSD users: This version is not compatible with BSD, it uses some linux-only stuff. A BSD-compatible version is plained in a near future.
v1.3.1
- Minor fix for Mandriva Linux (former Mandrake Linux). Env is now set for uic during build.
v1.3
- New configuration dialog.
- Support to multiple interfaces.
- Is possible change the colors in the text mode view.
- Is possible change the icon theme of in icon mode.
- Added smooth speed meter.
v1.2.1
- Added Russian translation (Edward Romantsov).
- Added Polish translation (Wiktor Wandachowicz).
v1.2
- Now using SCons as building and install tool, so you will need to have Python installed in your distro to run SCons scripts and compile/install KNetStats.
- Added Brazilian portuguese translation (me).
- Added Kirghiz translation (Ilyas Bakirov).
- Added Italian translation (Roberto Leandrini).
- Added Spanish translation (Carlos Ortiz).
- Added Deutsch translation (Henrik Gebauer).
- Bug Fix: When network interface in changed, the Statistics window caption is changed too.
- Bug Fix: Statistics window now correctly format Download/Upload Speed.
- Bug Fix: When start KNetstats with a unavaliable interface, now upload speed is equals to 0pkts/s (not -2pkts/s)
- Bug Fix: When knetstats starts and statistics windows is hidden it is not updated.
v1.1.2
- Build system now uses kde-config instead $KDEDIR env. variable. This will solve problems when compiling KNetstats on some distros (Suse 9.1, Fedora).
v1.1.1
- Clicking on trayicon show/hide statistics window (suggestion by Fredy Yanardi).
- All dialogs now show the KNetStats icon on windows decoration.
- It's possible to change the font used in textmode (suggestion by Vik).
v1.1
- Bug Fix: Not saving UpdateInterval when the network interface is not changed.
- Litle optimizations
- Support to IconMode (Activity Led's) or TextMode (showing rx/tx transfer rate)