-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* "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
Showing
6 changed files
with
81 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.