Skip to content

Commit

Permalink
Version 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Mar 9, 2022
1 parent bfdda48 commit e5a7bb4
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 {
minSdkVersion 16
targetSdkVersion 31

versionName "9.10.1"
versionCode = 271
versionName "10.0"
versionCode = 272
}

flavorDimensions "root"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/272.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Introduced new frame pacing options to balance latency and smoothness
- The old "Never drop frames" option is now called "Prefer smoothest video"
- All streams can now be launched in HDR-capable mode (some games require an HDR compatible display on your host PC)
- Moonlight will automatically attempt to wake your host PC if it is offline when you attempt to stream via a shortcut
- Improved handling of S-Pen on Android 12
- Updated community contributed translations from Weblate

0 comments on commit e5a7bb4

Please sign in to comment.