Version 12.1

This commit is contained in:
Cameron Gutman 2024-02-27 22:45:27 -06:00
parent e70014bb28
commit 1b1b100e63
2 changed files with 11 additions and 2 deletions

View File

@ -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'

View File

@ -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