Skip to content

Commit

Permalink
Fix anchor links in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeso committed Jul 27, 2024
1 parent 6308485 commit 113f019
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

### Notes

- Fix anchor links in CHANGELOG.md
- Improve app description
- Use delegated property to access release signingConfig
- Move delay after animation back to `AnimatedBackHandler`
Expand All @@ -14,7 +15,7 @@

## [2.0.1](https://github.com/ldeso/blitz/releases/tag/v2.0.1) – 2024-06-19

This release fixes a bug introduced in version [2.0.0](#200-2024-06-19) where the clock would not pause properly if the time ended during a back gesture.
This release fixes a bug introduced in version [2.0.0](#200--2024-06-19) where the clock would not pause properly if the time ended during a back gesture.

### Bug Fix

Expand Down Expand Up @@ -246,7 +247,7 @@ This release fixes two bugs that could be triggered by back gestures when the ti

## [1.7.7](https://github.com/ldeso/blitz/releases/tag/v1.7.7) – 2024-03-28

This release fixes a bug reintroduced in version [1.7.1](#171-2024-03-26) where the wrong animation was shown if the time ended during a back gesture.
This release fixes a bug reintroduced in version [1.7.1](#171--2024-03-26) where the wrong animation was shown if the time ended during a back gesture.

### Bug Fix

Expand Down Expand Up @@ -290,15 +291,15 @@ This release disables back gesture animations below Android 14.

## [1.7.4](https://github.com/ldeso/blitz/releases/tag/v1.7.4) – 2024-03-26

This release fixes a bug introduced in version [1.7.3](#173-2024-03-26) where the time was displayed upside down.
This release fixes a bug introduced in version [1.7.3](#173--2024-03-26) where the time was displayed upside down.

### Bug Fix

- Fix bug where time was displayed upside down

## [1.7.3](https://github.com/ldeso/blitz/releases/tag/v1.7.3) – 2024-03-26

This release restores a feature that was removed in version [1.7.2](#172-2024-03-26) where the orientation of the device must cross a threshold of 10 degrees to be able to change the display orientation.
This release restores a feature that was removed in version [1.7.2](#172--2024-03-26) where the orientation of the device must cross a threshold of 10 degrees to be able to change the display orientation.

### Bug Fix

Expand Down Expand Up @@ -357,15 +358,15 @@ This release adds a feature that animates the time of the current player when th

## [1.6.5](https://github.com/ldeso/blitz/releases/tag/v1.6.5) – 2024-03-24

This release fixes a bug introduced in version [1.6.3](#163-2024-03-24) where the time could change before the end of the predictive back gesture animation.
This release fixes a bug introduced in version [1.6.3](#163--2024-03-24) where the time could change before the end of the predictive back gesture animation.

### Bug Fix

- Fix bug where time could change before end of predictive back gesture animation

## [1.6.4](https://github.com/ldeso/blitz/releases/tag/v1.6.4) – 2024-03-24

This release fixes a long-stanging bug where the clock would sometimes display negative time, as well as a bug introduced in version [1.6.0](#160-2024-03-24) where the position of the time would not reset when canceling a predictive back gesture.
This release fixes a long-stanging bug where the clock would sometimes display negative time, as well as a bug introduced in version [1.6.0](#160--2024-03-24) where the position of the time would not reset when canceling a predictive back gesture.

### Bug Fixes

Expand All @@ -386,15 +387,15 @@ This release adds a delay to improve the predictive back gesture animation.

## [1.6.2](https://github.com/ldeso/blitz/releases/tag/v1.6.2) – 2024-03-24

This release fixes a bug introduced in version [1.6.0](#160-2024-03-24) where dragging to change the time would give unexpected values.
This release fixes a bug introduced in version [1.6.0](#160--2024-03-24) where dragging to change the time would give unexpected values.

### Bug Fix

- Fix a bug where dragging to change the time would yield incorrect values

## [1.6.1](https://github.com/ldeso/blitz/releases/tag/v1.6.1) – 2024-03-24

This release fixes two bugs introduced in version [1.6.0](#160-2024-03-24) that were triggered by predictive back gestures and the clock reaching zero.
This release fixes two bugs introduced in version [1.6.0](#160--2024-03-24) that were triggered by predictive back gestures and the clock reaching zero.

### Bug Fixes

Expand Down Expand Up @@ -475,7 +476,7 @@ This release updates dependencies and refactors the code to hold the state and l

## [1.5.4](https://github.com/ldeso/blitz/releases/tag/v1.5.4) – 2024-03-14

This release fixes a bug introduced in version [1.5.3](#153-2024-03-14) where per-app languages preferences were not supported anymore.
This release fixes a bug introduced in version [1.5.3](#153--2024-03-14) where per-app languages preferences were not supported anymore.

### Bug Fix

Expand Down Expand Up @@ -521,7 +522,7 @@ This release simplifies the codebase and updates metadata.

## [1.5.1](https://github.com/ldeso/blitz/releases/tag/v1.5.1) – 2024-03-11

This release fixes a bug introduced in version [1.5.0](#150-2024-03-11) where changing the language would change the default duration and time increment.
This release fixes a bug introduced in version [1.5.0](#150--2024-03-11) where changing the language would change the default duration and time increment.

### Bug Fix

Expand All @@ -543,7 +544,7 @@ This release is a big refactor of the code that tries to follow the principle of

## [1.4.9](https://github.com/ldeso/blitz/releases/tag/v1.4.9) – 2024-03-06

This release reverts the behavior of rounding up to nearest second when above one hour that was introduced in version [1.4.7](#147-2024-03-06).
This release reverts the behavior of rounding up to nearest second when above one hour that was introduced in version [1.4.7](#147--2024-03-06).

### Enhancement

Expand Down

0 comments on commit 113f019

Please sign in to comment.