Skip to content

Commit 0b58101

Browse files
committed
Version 11.0
1 parent 67bcc56 commit 0b58101

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-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 33
1313

14-
versionName "10.11"
15-
versionCode = 301
14+
versionName "11.0"
15+
versionCode = 306
1616

1717
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
1818
ndk.debugSymbolLevel = 'FULL'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- Added support for horizontal scrolling with Sunshine hosts
2+
- Enhanced HDR tonemapping when streaming from Sunshine hosts
3+
- Reduced input latency via increased input polling rate
4+
- Added support for typing non-ASCII characters with the software keyboard
5+
- Fixed issues detecting Sunshine and GFE running on the same PC
6+
- Fixed relative mouse mode not working on some Chrome OS devices
7+
- Fixed error message appearing after Wake-on-LAN even when it was successful
8+
- Fixed a bug handling PCs with addresses that contain underscores
9+
- Fixed a bug that could cause Chromecasts to enter 24 Hz mode when streaming
10+
- Fixed touchscreen trackpad mode toggle not appearing on certain devices

0 commit comments

Comments
 (0)