Skip to content

Commit

Permalink
Bump to v1.1.1 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Oct 25, 2024
1 parent 5f002db commit 3cc8fa6
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1.0"
Example: "v1.1.1"
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 @@ -20,7 +20,7 @@ android {
minSdk = 21
targetSdk = 35

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 11
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 12
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.1.0"
version = "1.1.1"

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

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Enhanced routing animations/transitions
* Added new translations
* Adjusted background color for the logs screen
* ViTune now ignores upper/lowercase when sorting alphabetically
* Added music note icons at empty LRC lines
* Added hold-to-edit to all navigation tabs
* Improved predictive back
* Added highlight poi when Sponsorblock is enabled
* Improved performance (image loading)
* Fixed playback (stability) issues caused by new restrictions on YouTube Music (please note this is experimental)

0 comments on commit 3cc8fa6

Please sign in to comment.