diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b933f8..75da66aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Unreleased + +## 0.9.0 * Expose local audio setting to the end user (#173) * Remember the currently connected address (7998108) * Add a 21:9 resolution (1280x540) to Settings (f1eb931) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36c9891e..0b0e84d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project(moonlight) set(TITLE_ID "XYZZ00002") set(TITLE "Moonlight") set(VERSION_MAJOR "0") -set(VERSION_MINOR "8") +set(VERSION_MINOR "9") set(VERSION_PATCH "0") execute_process(COMMAND diff --git a/resources/changeinfo.xml b/resources/changeinfo.xml index b1865ae4..cd94ed2d 100644 --- a/resources/changeinfo.xml +++ b/resources/changeinfo.xml @@ -1,5 +1,16 @@ + +* Expose local audio setting to the end user (#173)
+* Remember the currently connected address (7998108)
+* Add a 21:9 resolution (1280x540) to Settings (f1eb931)
+* Properly display stream in the correct display ratio, and place in the middle of the screen (14e3a2c)
+* Since GFE will add blackbars to the stream even when a non-16:9 monitor is using 16:9 resolution,
+there is another option to use along the 21:9 resolution to only display the center 16:9 region (5b7a2cc)
+* Detect supported resolutions (#193)
+* Add new option to enable/disable of the vita vblank waiting (#197)
+]]>
* Add new option for swapping O/X buttons (#168)
diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index d91394e5..f1c85bd2 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT - v0.8.0 + v0.9.0