Skip to content

Commit

Permalink
Tag release v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeso committed Mar 26, 2024
1 parent 7e7424d commit 24fc550
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### [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.

#### 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://f-droid.org/packages/net.leodesouza.blitz/">
<img src="https://img.shields.io/f-droid/v/net.leodesouza.blitz?logo=F-Droid&label=F-Droid" alt="F-Droid" /></a>
<a href="https://play.google.com/store/apps/details?id=net.leodesouza.blitz">
<img src="https://img.shields.io/badge/Play%20Store-v1.7.3-blue?logo=Google-Play" alt="Play Store" /></a>
<img src="https://img.shields.io/badge/Play%20Store-v1.7.4-blue?logo=Google-Play" alt="Play Store" /></a>
</p>

A minimalist [Fischer chess clock](https://en.wikipedia.org/wiki/Fischer_clock) for Android.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "net.leodesouza.blitz"
minSdk = 21
targetSdk = 34
versionCode = 173
versionName = "1.7.3"
versionCode = 174
versionName = "1.7.4"
base.archivesName = "${applicationId}_$versionCode"
}

Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/174.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Fix bug where time was displayed upside down

0 comments on commit 24fc550

Please sign in to comment.