Skip to content

Latest commit

 

History

History
98 lines (65 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

98 lines (65 loc) · 2.62 KB

Changelog

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.

[1.2.1] - UNRELEASED

Other Changes

  • Update Travis CI config wrt. to available Perl releases to test against.

1.2.0 - 2020-11-16

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

1.1.0 - 2017-09-08

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.

1.0.1 - 2017-03-07

Bug Fixes

1.0.0 - 2017-03-01

  • Initial release.