diff --git a/app/build.gradle b/app/build.gradle index 8a8ce6b5..aefef317 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 16 targetSdkVersion 31 - versionName "9.10.1" - versionCode = 271 + versionName "10.0" + versionCode = 272 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/272.txt b/fastlane/metadata/android/en-US/changelogs/272.txt new file mode 100644 index 00000000..a0cce1fc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/272.txt @@ -0,0 +1,6 @@ +- Introduced new frame pacing options to balance latency and smoothness +- The old "Never drop frames" option is now called "Prefer smoothest video" +- All streams can now be launched in HDR-capable mode (some games require an HDR compatible display on your host PC) +- Moonlight will automatically attempt to wake your host PC if it is offline when you attempt to stream via a shortcut +- Improved handling of S-Pen on Android 12 +- Updated community contributed translations from Weblate \ No newline at end of file