Skip to content

Commit

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

## [1.5.2] - 2024-03-12

This release simplifies the codebase and updates metadata.

### Enhancement

- Store state directly in chess clock model

### Notes

- Add links to README.md
- Explicitly convert from Long to Float
- Remove trailing newline in full description to avoid `<br>` insertion
- Update metadata images
- Simplify saving current time or duration/increment
- Do not use an interface with a single concrete class

## [1.5.1] - 2024-03-11

This release fixes a bug introduced in version [1.5.0] where changing the language would change the default duration and time increment.
Expand Down Expand Up @@ -335,6 +352,7 @@ This release fixes a bug where the time could still be incremented after reachin

Initial release.

[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
[1.5.0]: https://github.com/ldeso/blitz/releases/tag/v1.5.0
[1.4.9]: https://github.com/ldeso/blitz/releases/tag/v1.4.9
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/" alt="F-Droid">
<img src="https://img.shields.io/f-droid/v/net.leodesouza.blitz?logo=F-Droid&label=F-Droid" /></a>
<a href="https://play.google.com/store/apps/details?id=net.leodesouza.blitz" alt="Google">
<img src="https://img.shields.io/badge/Google-Testing-red?logo=Google-Play" /></a>
<img src="https://img.shields.io/badge/Google-v1.5.2-blue?logo=Google-Play" /></a>
</p>

# Blitz: Fischer chess clock
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 = 151
versionName = "1.5.1"
versionCode = 152
versionName = "1.5.2"
base.archivesName = "${applicationId}_$versionCode"
}

Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/152.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Store state directly in chess clock model

0 comments on commit d6196a9

Please sign in to comment.