Version 10.8

This commit is contained in:
Cameron Gutman 2022-09-11 22:42:49 -05:00
parent 6462b580bb
commit 2bcc2bdfe5
2 changed files with 9 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
minSdk 16
targetSdk 33
versionName "10.7"
versionCode = 286
versionName "10.8"
versionCode = 287
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'

View File

@ -0,0 +1,7 @@
- Reduced input latency on devices running Android 11 or later
- Refresh rate reduction is now off by default to reduce display latency
- Adjusted video decoder buffer processing to slightly reduce decoding latency
- Added support for portrait and landscape native resolutions on foldables
- Streaming is no longer locked to landscape orientation on foldables
- Fixed left clicking using the virtual trackpad on Samsung foldables
- Updated community contributed translations from Weblate