Skip to content

Commit

Permalink
Bump up version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Dec 31, 2020
1 parent dd1150b commit fcc734e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions resources/changeinfo.xml
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changes app_ver="00.09"><![CDATA[
## 0.9.0<br>
* Expose local audio setting to the end user (#173)<br>
* Remember the currently connected address (7998108)<br>
* Add a 21:9 resolution (1280x540) to Settings (f1eb931)<br>
* Properly display stream in the correct display ratio, and place in the middle of the screen (14e3a2c)<br>
* Since GFE will add blackbars to the stream even when a non-16:9 monitor is using 16:9 resolution,<br>
there is another option to use along the 21:9 resolution to only display the center 16:9 region (5b7a2cc)<br>
* Detect supported resolutions (#193)<br>
* Add new option to enable/disable of the vita vblank waiting (#197)<br>
]]></changes>
<changes app_ver="00.08"><![CDATA[
## 0.8.0<br>
* Add new option for swapping O/X buttons (#168)<br>
Expand Down
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Expand Up @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT</str>
<frame id="frame5">
<liveitem>
<text origin="background" align="right" line-align="right" text-valign="bottom" margin-bottom="0" margin-right="20">
<str size="18" bold="off" shadow="on" color="#999999">v0.8.0</str>
<str size="18" bold="off" shadow="on" color="#999999">v0.9.0</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit fcc734e

Please sign in to comment.