Skip to content

Commit

Permalink
Bump to v1.0.9 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Sep 22, 2024
1 parent b88f30c commit 5d95b3b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body:
attributes:
label: ViTune version
placeholder: |
Example: "v1.0.8"
Example: "v1.0.9"
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk = 21
targetSdk = 35

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 9
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 10
versionName = project.version.toString()

multiDexEnabled = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val clean by tasks.registering(Delete::class) {

allprojects {
group = "app.vitune"
version = "1.0.8"
version = "1.0.9"

apply(plugin = "io.gitlab.arturbosch.detekt")

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* Added predictive back (enabled by default on Android 15)
* Added Auto-sync feature for remote playlists
* Fixed stability issues related to changes to YouTube Music
* Fixed inconsistent color palette generation
* Fine-tuned UI behavior
* Added Spanish
* Added Hide explicit songs to settings
* Updated Chinese translations
* Added Picture-in-picture mode
* Added reverb as an audio effect
* Deduplicated requests to YouTube Music on the album screen
* Synchronized lyrics now implements the full LRC format

0 comments on commit 5d95b3b

Please sign in to comment.