Skip to content

Commit

Permalink
Version 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Mar 1, 2023
1 parent 67bcc56 commit 0b58101
Show file tree
Hide file tree
Showing 2 changed files with 12 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 33

versionName "10.11"
versionCode = 301
versionName "11.0"
versionCode = 306

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

0 comments on commit 0b58101

Please sign in to comment.