Skip to content

Commit

Permalink
Bump to v1.0.6 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Jun 22, 2024
1 parent 65f6ef7 commit 553039c
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.5"
Example: "v1.0.6"
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 @@ -17,7 +17,7 @@ android {
minSdk = 21
targetSdk = 34

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 6
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 7
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.5"
version = "1.0.6"

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

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* Added pre-cache button to Piped playlists
* Removed fixed 1:1 thumbnail ratio, ViTune now animates between thumbnail aspect ratio and favors the screen's width
* Fixed inconsistent bottom sheet state (when the player gets killed, for example)
* Added 'keep screen awake' toggle in settings
* Improve lyrics editing experience
* Added search intents, ViTune now works together with third-party launchers using app search
* Fixed literal 'null' in notifications
* Added more content to discover tab
* Tweaked player UI (QOL)
* Added Chinese translations (not full Chinese support, as YouTube Music is unavailable in China)
* Fixed playlists not working with the new layout in the official YouTube Music app
* Fixed various subtle inconsistencies

0 comments on commit 553039c

Please sign in to comment.