diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 21f3f6e..12e8d7c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,8 +15,8 @@ android { applicationId = "it.vfsfitvnm.vimusic" minSdk = 21 targetSdk = 32 - versionCode = 10 - versionName = "0.2.1" + versionCode = 11 + versionName = "0.3.0" } splits { diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..938ca3e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,7 @@ +* The radio can now be started from the playing song +* The queue can now be shuffled +* The collapsed player can now be dismissed to stop the playback +* The player is automatically expanded when a new queue is started +* The player is automatically expanded when opening the app when clicking the playback notification +* Many age restricted videos can now be played +* The player and settings UIs have been redesigned