Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: AkaneTan <[email protected]>
  • Loading branch information
AkaneTan committed Aug 30, 2024
1 parent 5e6ffa9 commit 951ed87
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 10
versionName = "1.0.8"
versionCode = 11
versionName = "1.0.9"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Highlights of this release:
- Translation update (Big thank you to our hardworking translators!)
- Migrate to [libPhonograph](https://github.com/AkaneTan/libPhonograph)
- Use proper sort icon
- Update slider style
- Migrate to delayed lyrics
- Add horizontal fading edges to textviews
- Bump dependencies
- Allow sharing tracks
- Add shortcut for opening artist, album, detail page from full player
- Add a preview page for opening tracks from file manager

For more information about what the last release had to offer:
https://github.com/AkaneTan/Gramophone/releases/tag/1.0.8

0 comments on commit 951ed87

Please sign in to comment.