diff --git a/app/build.gradle b/app/build.gradle index 1647fd6a..b2484a11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 16 targetSdkVersion 32 - versionName "10.0" - versionCode = 272 + versionName "10.1" + versionCode = 273 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/273.txt b/fastlane/metadata/android/en-US/changelogs/273.txt new file mode 100644 index 00000000..bb4335dc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/273.txt @@ -0,0 +1,6 @@ +- Improved frame pacing when streaming 60 FPS on 120 Hz devices +- Reduced power usage when streaming below maximum display refresh rate +- Reintroduced previous frame pacing behavior as "Balanced with FPS limit" option +- Rewrote PC address detection logic to better handle some network configurations +- Fixed simultaneous mouse and on-screen controller input +- Updated community contributed translations from Weblate \ No newline at end of file