Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Mar 7, 2025
1 parent b9ca06d commit 3786000
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -105,8 +105,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 35
versionCode = 17
versionName = "1.0.15"
versionCode = 18
versionName = "1.0.16"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Show bitrate in details dialog
- Experimental: new lyric parser for word-sync LRC & TTML, SRT (UI coming soon)
- Audio format info in Now Playing screen
- Automatic library refresh
- "Open in Gramophone" from file player
- Lyric widget
- Improved sorting
- A lot of bug fixes

0 comments on commit 3786000

Please sign in to comment.