Skip to content

Commit

Permalink
Version 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Feb 28, 2024
1 parent e70014b commit 1b1b100
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/314.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1b1b100

Please sign in to comment.