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
|
2.7.0 (2022-03-03)
=====
- Enable high-frequency tooltip updates
- Remove rounding to multiples of 5 MiB/s
- Change default maximum I/O bandwidth from 40 MiB/s to 1024 MiB/s
- Adjust tooltip spacing
- Update and sort the list of authors
- Bump required GTK+ version to 3.16
- Update README
- Reformat copyright notices
- Update configuration files
- Fix compilation warnings
- Code cleanups
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (Canada),
English (United Kingdom), French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latvian,
Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Panjabi
(Punjabi), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu,
Urdu (Pakistan), Uyghur
2.6.3 (2020/12/21):
------------------
- Fix build with panel 4.15+
- Fix missing-prototypes
- Remove GSourceFunc casts
- Add basic GitLab pipeline
- Update URLs from goodies.x.o to docs.x.o (Bug #16160)
- Update .gitignore
- Make build less verbose
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (Taiwan),
Croatian, Eastern Armenian, English (Canada), English (United
Kingdom), Galician, Greek, Hebrew, Indonesian, Korean, Latvian,
Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese (Brazil),
Slovak, Slovenian, Spanish, Swedish, Turkish, Urdu, Urdu (Pakistan),
Uyghur
2.6.2 (2019/09/13):
------------------
* translation updates
* Allow for MaxIO up to 32Gb/s (bug #15376)
* Allow for 128 chars device names (bug #15375)
* Improve spacing in settings dialog (bug #14663)
* Support <sys/sysmacros.h> include required for glibc-2.25+ (Fixes #13940)
2.6.1 (2017/02/25):
------------------
* stop always showing activity (#12942)
* fix sizing issues and GtkCssProvider lifecycle
* fix linux for devices with major > 255 (#13281)
2.6.0 (2016/11/1):
-----------------
* set progressbar minimal width/height to 4px
2.5.99 (2016/6/5):
-----------------
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2.5.5 (2015/3/3):
-----------------
* Use the new GtkTooltip API
* Fix a memory leak in the FreeBSD codepath (#11153)
* Add support for FreeBSD (bug #10350)
* New translations: th, ms, bg, oc, hr, en_AU, sr
* Updated translations: ar, ast, bg, cs, de, es, fr, it,
hr, hu. ko, nb, nl, ug, pl, sv, tr, zh_CN, zh_TW
2.5.4 (2012/6/30):
-----------------
* Better compliance with panel plugin HIG
* Use double values for progress bars (bug #8882)
* Facilitate bringing up the configuration dialog (bug #8899)
* Fix transparency (bug #8892)
2.5.3 (2012/5/13):
-----------------
* Use newer tooltip API (bug #8730)
* Make tooltip strings translatable and MB->MiB string updates (bug #8828)
* Always update progress bars even if stats are unavailable (bug #8845)
2.5.2 (2012/4/29):
-----------------
* Gracefully allow to monitor non-present devices (bug #6749)
2.5.1 (2012/4/13):
-----------------
* Translation updates (uk,eu,pt_BR,it,da,nl,pt,gl,ko,zh_CN,sk)
2.5.0 (2012/4/9):
-----------------
* Build the plugin as a module
2.4.0 (2012/4/3):
-----------------
* Port to libxfce4ui (bug #8099)
* Port to panel 4.9 (bug #8401)
* Fix translations (bug #6343)
* Explicitely link with libm (bugs #7982,#8514)
* Add Solaris support (bug #7167)
* Fix a Gtk warning, removed non-used vars..
2.3.0 (2011/1/21):
------------------
* Support for Xfce 4.8 panel
* Translated into 30 languages
* Allow editing the label, even when it is not displayed in the panel, fixin
bug #6176
* Compile fixes
(...)
20051008:
---------
* Version 1.6.0
* Port to the Xfce 4.4 Panel
20031130:
---------
* Released 1.4.1 - Just a bug fix for Linux-2.6 systems
* Thanks to Ivan Todoroski who found a bug introduced with release 1.3
20031111:
---------
* Released 1.4 with Benedikt's support for "busy time" on NetBSD
* Force to single "total busy time" monitor when platform doesn't
provide separate read and write data (NetBSD)
20031110:
---------
* NetBSD port now supports busy time stats as well, though currently
theres no way to gather separate read/write stats, therefore
read and write stats are just total/2 for now.
20031104:
---------
* Added option for monitoring disk busy time statistics on Linux
instead of I/O transfers
* Released 1.3.
20031102:
---------
* Improved Linux 2.6 specific processing.
* Added Linux disk busy time into tooltips.
* Released 1.2.
20031019:
---------
* Added support for Linux 2.6.
* Released 1.1.
20031016:
---------
* Added support for NetBSD. Adding support for Open/FreeBSD and
Darwin should be trivial now.
20031008:
---------
* Initial release (1.0) for Linux 2.4.x, x>= 20
|