Skip to content

Commit 1b1b100

Browse files
committed
Version 12.1
1 parent e70014b commit 1b1b100

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
minSdk 16
1212
targetSdk 34
1313

14-
versionName "12.0.2"
15-
versionCode = 313
14+
versionName "12.1"
15+
versionCode = 314
1616

1717
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
1818
ndk.debugSymbolLevel = 'FULL'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Adjusted bitrate calculation logic to provide consistency across codecs, HDR settings, and local/remote streaming
2+
- Added support for full end-to-end stream encryption with Sunshine*
3+
- Fixed immediate connection termination error when streaming over some Internet connections*
4+
- Added option to adjust emulated rumble intensity
5+
- Added option to scroll in controller mouse emulation mode
6+
- Improved connection reliability during temporary network interruptions
7+
- Fixed pass-through of special Sunshine key combos to the host
8+
9+
* Requires upcoming Sunshine v0.22.0 release or the latest Sunshine nightly build

0 commit comments

Comments
 (0)