Releases: xtaran/systray-mdstat
Releases · xtaran/systray-mdstat
Feature and Bugfix Release
New Features
- Adds right-click menu.
- Notifications now show the date in time of the event.
- Notification if the state of a single RAID set changed, not just if the overall state changed.
Visible Improvements
- Use line breaks instead of semicolons as delimiter for readablity.
- Notifications don't vanish by itself anymore.
- Don't consider "check" and "verify" to be of "warning" state. They're a worth a notification, but not a "warning" level notification.
Bug Fixes
- Fixes false negative issue when multiple disks failed in a RAID.
- Don't display HTML tags in tool tips.
Other Changes
- Uses
Desktop::Notify
(libdesktop-notify-perl) for notifications now. (Should also fix Debian bug report #886419.) - Improved documentation.
- Start keeping a upstream change log besides just a Debian packaging changelog which contained both, upstream and packaging changes.
About the assets below
systray-mdstat-1.2.0.tar.gz
is the CPAN-style source tar ball.systray-mdstat-1.2.0.tar.gz.asc
is the PGP signature for the CPAN-style source tar ball.systray-mdstat_1.2.0.orig.tar.xz
is the Debian source tar ball and requires Dist::Zilla to build.systray-mdstat_1.2.0.orig.tar.xz.asc
is the PGP signature for the Debian source tar ball.- The remaining "Source code" archives are plain archives of the Git repository at point of the release.
Bugfix and Minor Feature Release
New Features
- Recognizes "check" state.
- Emphasizes bad states in notification.
- Drop never used icon directory locations from being searched.
Bug Fixes
- Fixes resync/verify messages to show more than a percent sign.
- Fixes Gtk/Glib loop which periodically runs &check_mdstat();
Other Changes
- Adds a test suite and the infrastructure for it.
- Factor out dynamic population of @icon_dirs.
- Include searched icon directories in error message.
First Bugfix Release
1.0.1 Release as 1.0.1
Initial Release
This is the initial release of systray-mdstat.