Skip to content

Commit 951ed87

Browse files
committedAug 30, 2024
1.0.9
Signed-off-by: AkaneTan <dev@akane.uk>
1 parent 5e6ffa9 commit 951ed87

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
 

‎app/build.gradle.kts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ android {
9595
// keep support for it for a while.
9696
minSdk = 21
9797
targetSdk = 34
98-
versionCode = 10
99-
versionName = "1.0.8"
98+
versionCode = 11
99+
versionName = "1.0.9"
100100
if (releaseType != "Release") {
101101
versionNameSuffix = myVersionName
102102
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Highlights of this release:
2+
- Translation update (Big thank you to our hardworking translators!)
3+
- Migrate to [libPhonograph](https://github.com/AkaneTan/libPhonograph)
4+
- Use proper sort icon
5+
- Update slider style
6+
- Migrate to delayed lyrics
7+
- Add horizontal fading edges to textviews
8+
- Bump dependencies
9+
- Allow sharing tracks
10+
- Add shortcut for opening artist, album, detail page from full player
11+
- Add a preview page for opening tracks from file manager
12+
13+
For more information about what the last release had to offer:
14+
https://github.com/AkaneTan/Gramophone/releases/tag/1.0.8

0 commit comments

Comments
 (0)