Skip to content

Commit

Permalink
Bump to v1.0.3 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed May 2, 2024
1 parent b58d901 commit c46062d
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.0.2"
Example: "v1.0.3"
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 @@ -16,7 +16,7 @@ android {
minSdk = 21
targetSdk = 34

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 3
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 4
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 @@ -34,7 +34,7 @@ subprojects {

allprojects {
group = "app.vitune"
version = "1.0.2"
version = "1.0.3"

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

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Added 'Explicit' badge
* Added LRCLIB as a plain lyrics source
* Fixed inconsistenct playlist behavior
* Fixed some rare crashes
* Fine-tuned some animations
* Fixed compatibility issues
* The player now pauses when you turn your volume down to minimum
* Added subscriber count in artist page
* Added (opt-in) auto-skip when there is a playback error (Settings->Player)
* Added blur when the player thumbnail has an overlay

0 comments on commit c46062d

Please sign in to comment.