Skip to content

Commit

Permalink
Version 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Nov 11, 2022
1 parent cbe6026 commit 00415aa
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -9,8 +9,8 @@ android {
minSdk 16
targetSdk 33

versionName "10.9"
versionCode = 296
versionName "10.10"
versionCode = 298

// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/298.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added support for custom ports when hosting on Sunshine
- Enabled HEVC by default on additional devices
- Enabled fast HEVC frame loss recovery on additional devices
- Improved audio quality when streaming remotely
- Improved video performance and audio quality when streaming locally over IPv6
- Updated community contributed translations from Weblate

0 comments on commit 00415aa

Please sign in to comment.