Skip to content

Commit

Permalink
v0.4.1 (#30)
Browse files Browse the repository at this point in the history
* "npm run tidy:format" and "npm run tidy:lint-fix".
* Bump patch version.
* Add Changelog entry for v0.4.1
* Emit 'state' event when setConfigOverride is called.
  • Loading branch information
Writech authored May 27, 2023
1 parent 82fd8ea commit 91c5c7a
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 160 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## v0.4.1 (27.05.2023)
* Bugfix: When the timer was in a paused state and received an override configuration, it failed to update the visible timer progress.

## v0.4.0 (27.05.2023)
* Rename `isConsecutiveStartActionTimerResetAllowed` configuration option to `resetTimerOnReceivalOfStartAction` for more consistent naming convention.
* Add new configuration option `continueTimerOnReceivalOfStartAction` to control whether `START` action should continue a paused timer.
* Move `resetTimerOnReceivalOfStartAction` option (previously `isConsecutiveStartActionTimerResetAllowed`) next to `continueTimerOnReceivalOfStartAction` option everywhere (in code an in UI).
* Continue paused timer on receival of `START` action if `continueTimerOnReceivalOfStartAction` option is enabled.
* Rename `isConsecutiveStartActionTimerResetAllowed` configuration option to `resetTimerOnReceivalOfStartAction` for more consistent naming convention.
* Add new configuration option `continueTimerOnReceivalOfStartAction` to control whether `START` action should continue a paused timer.
* Move `resetTimerOnReceivalOfStartAction` option (previously `isConsecutiveStartActionTimerResetAllowed`) next to `continueTimerOnReceivalOfStartAction` option everywhere (in code an in UI).
* Continue paused timer on receival of `START` action if `continueTimerOnReceivalOfStartAction` option is enabled.

## v0.3.0 (17.11.2022)
* Allow overriding `timerType`, `timerDuration`, and `timerDurationUnit` via `START` action.
* Allow overriding `timerType`, `timerDuration`, and `timerDurationUnit` via `START` action.
Loading

0 comments on commit 91c5c7a

Please sign in to comment.