Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
42 lines (26 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

[1.2.0] - 2023-06-24

Changed

  • Position of the project name and the repeat bubbles to allow more room for the project name without being cut off by the edge of the screen.

Fixed

  • Race condition for loading setting on display turning on. If the user was too fast to hit the button after waking up the device, the event to load the settings from disk would fire after the in-memory settings have changed. In practice this meant that an increment would be lost.

[1.1.0] - 2023-03-11

Changed

  • Removed background from icon.

Added

  • This changelog.
  • Ability to reset counter to any value (rather than just 0).

Fixed

  • Error due to NPE after resetting counters to zero. The settings would reset the 'projectOperation' setting to undefined, which was sent to the device and not handled properly.

[1.0.0] - 2023-03-04