All notable (non-packaging) changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update Travis CI config wrt. to available Perl releases to test against.
1.2.0 - 2020-11-16
- 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.
- 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.
- Fixes false negative issue when multiple disks failed in a RAID.
- Don't display HTML tags in tool tips.
- 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.
1.1.0 - 2017-09-08
- Recognizes "check" state.
- Emphasizes bad states in notification.
- Drop never used icon directory locations from being searched.
- Fixes resync/verify messages to show more than a percent sign.
- Fixes Gtk/Glib loop which periodically runs
&check_mdstat()
;
- Adds a test suite and the infrastructure for it.
- Factor out dynamic population of
@icon_dirs
. - Include searched icon directories in error message.
1.0.1 - 2017-03-07
- Fixes dist name for
File::ShareDir
. Thanks Damyan Ivanov! (Debian bug report #856925)
1.0.0 - 2017-03-01
- Initial release.