From 1b1b100e63e8ffcf1496e324ff7b57ee9f2db2a9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 27 Feb 2024 22:45:27 -0600 Subject: [PATCH] Version 12.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/314.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/314.txt diff --git a/app/build.gradle b/app/build.gradle index 61349c89a..9d13f4be9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdk 16 targetSdk 34 - versionName "12.0.2" - versionCode = 313 + versionName "12.1" + versionCode = 314 // 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/314.txt b/fastlane/metadata/android/en-US/changelogs/314.txt new file mode 100644 index 000000000..0a921d881 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/314.txt @@ -0,0 +1,9 @@ +- Adjusted bitrate calculation logic to provide consistency across codecs, HDR settings, and local/remote streaming +- Added support for full end-to-end stream encryption with Sunshine* +- Fixed immediate connection termination error when streaming over some Internet connections* +- Added option to adjust emulated rumble intensity +- Added option to scroll in controller mouse emulation mode +- Improved connection reliability during temporary network interruptions +- Fixed pass-through of special Sunshine key combos to the host + +* Requires upcoming Sunshine v0.22.0 release or the latest Sunshine nightly build \ No newline at end of file