Skip to content

Commit

Permalink
Bump to v1.0.2 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Apr 21, 2024
1 parent bb12c8b commit 376ecf3
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.1"
Example: "v1.0.2"
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() ?: 2
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 3
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.1"
version = "1.0.2"

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

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* Added pitch slider
* Added pre-cache button for all built-in playlists
* Added more German translations
* Cleaned up some menu's
* Fixed mistake in thumbnail roundness (Heavier is now a different value than Heaviest)
* Restructured theme settings: you now have even more customization
* Cleaned up Piped link dialog
* Fixed inconsistent album fetching
* Fixed inconsistent artist fetching
* Fixed inconsistent UI in artist overview
* Added opt-in periodic update check
* Fixed nested corner radius

0 comments on commit 376ecf3

Please sign in to comment.