Skip to content

Commit

Permalink
Tag release v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeso committed Mar 14, 2024
1 parent 1580520 commit c82d72a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

### [1.5.4] - 2024-03-14

This release fixes a bug introduced in version [1.5.3] where per-app languages preferences were not supported anymore.

#### Bug Fix

- Restore per-app language support

#### Notes

- Use version catalog for JDK and Compose compiler
- Align screenshots vertically
- Remove whitespace

### [1.5.3] - 2024-03-14

This release updates Compose dependencies and introduces the website https://blitz.leodesouza.net built with GitHub Pages.
Expand Down Expand Up @@ -367,6 +381,7 @@ This release fixes a bug where the time could still be incremented after reachin

Initial release.

[1.5.4]: https://github.com/ldeso/blitz/releases/tag/v1.5.4
[1.5.3]: https://github.com/ldeso/blitz/releases/tag/v1.5.3
[1.5.2]: https://github.com/ldeso/blitz/releases/tag/v1.5.2
[1.5.1]: https://github.com/ldeso/blitz/releases/tag/v1.5.1
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.5.3-blue?logo=Google-Play" alt="Play Store" /></a>
<img src="https://img.shields.io/badge/Play%20Store-v1.5.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 = 153
versionName = "1.5.3"
versionCode = 154
versionName = "1.5.4"
base.archivesName = "${applicationId}_$versionCode"
}

Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/154.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Restore per-app language support

0 comments on commit c82d72a

Please sign in to comment.