From 0b581011c5bd46cdcdc1969e96c56405afb8da3f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 28 Feb 2023 21:31:32 -0600 Subject: [PATCH] Version 11.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/306.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/306.txt diff --git a/app/build.gradle b/app/build.gradle index 5de8c02df..d24d46a67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdk 16 targetSdk 33 - versionName "10.11" - versionCode = 301 + versionName "11.0" + versionCode = 306 // Generate native debug symbols to allow Google Play to symbolicate our native crashes ndk.debugSymbolLevel = 'FULL' diff --git a/fastlane/metadata/android/en-US/changelogs/306.txt b/fastlane/metadata/android/en-US/changelogs/306.txt new file mode 100644 index 000000000..19a557949 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/306.txt @@ -0,0 +1,10 @@ +- Added support for horizontal scrolling with Sunshine hosts +- Enhanced HDR tonemapping when streaming from Sunshine hosts +- Reduced input latency via increased input polling rate +- Added support for typing non-ASCII characters with the software keyboard +- Fixed issues detecting Sunshine and GFE running on the same PC +- Fixed relative mouse mode not working on some Chrome OS devices +- Fixed error message appearing after Wake-on-LAN even when it was successful +- Fixed a bug handling PCs with addresses that contain underscores +- Fixed a bug that could cause Chromecasts to enter 24 Hz mode when streaming +- Fixed touchscreen trackpad mode toggle not appearing on certain devices \ No newline at end of file