From 79532f6f146c12e6a4b12a94e9e4899baf6e49e8 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 13 Oct 2023 23:02:46 -0500 Subject: [PATCH] Version 12.0 --- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/311.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/311.txt diff --git a/app/build.gradle b/app/build.gradle index 077dab5cf..16e1501ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdk 16 targetSdk 34 - versionName "11.0" - versionCode = 306 + versionName "12.0" + versionCode = 311 // 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/311.txt b/fastlane/metadata/android/en-US/changelogs/311.txt new file mode 100644 index 000000000..2e52c0fe0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/311.txt @@ -0,0 +1,16 @@ +- Added option to stream at device native FPS +- Added native PS4/PS5 controller support with motion events, LED, battery, and touchpad** +- Added support for using device gyros to emulate gamepad motion sensors* +- Added support for automatic controller type detection* +- Added native stylus input passthrough* +- Added experimental AV1 support* +- Added host process latency to performance stats* +- Increased gamepad limit to 16* +- Added Ctrl+Alt+Shift+C key combo to toggle local mouse cursor +- Added Ctrl+Alt+Shift+Q key combo to quit via keyboard +- Fixed rumble support for devices with internal controllers (such as the Logitech G Cloud) +- Fixed CVE-2023-42799, CVE-2023-42800, and CVE-2023-42801 +- Android 14 and ChromeOS support improvements + +Items marked with * require Sunshine nightly builds (or v0.21, when released) +Items marked with ** also require Android 12 or later and a recent Linux kernel for support. \ No newline at end of file