diff --git a/app/build.gradle b/app/build.gradle index 685782b..4802424 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 21 targetSdkVersion 30 - versionCode 29 - versionName "1.9.0" + versionCode 30 + versionName "1.10.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/fdroid_acad/fastlane/metadata/android/en-US/changelogs/30.txt b/app/src/fdroid_acad/fastlane/metadata/android/en-US/changelogs/30.txt new file mode 100644 index 0000000..78ac812 --- /dev/null +++ b/app/src/fdroid_acad/fastlane/metadata/android/en-US/changelogs/30.txt @@ -0,0 +1,11 @@ +Added: +- Chromecast support (default disabled) +- Detect start time in URLs + +Fixed: +- Typo +- Comment feature when logged out +- Full-screen breaks +- Crashes with the download button on live streams +- Jumps with full-screen and vertical videos +- Abuse report notifications clickable \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/en-US/changelogs/30.txt b/app/src/fdroid_full/fastlane/metadata/android/en-US/changelogs/30.txt new file mode 100644 index 0000000..5feb62c --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/en-US/changelogs/30.txt @@ -0,0 +1,15 @@ +Added: +- Chromecast support (default disabled) +- Detect start time in URLs + +Changed: +- Instance picker supports URLs + +Fixed: +- Typo +- Comment feature when logged out +- Full-screen breaks +- Crashes with the download button on live streams +- Jumps with full-screen and vertical videos +- Abuse report notifications clickable +- Remote channel subscriptions need twice clicks \ No newline at end of file