Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Dec 6, 2018
1 parent b46a3cf commit d696536
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleVersion</key>
<string>0.6.4</string>
<string>0.7.0</string>
<key>CFBundleShortVersionString</key>
<string>0.6.4</string>
<string>0.7.0</string>
<key>CFBundleDisplayName</key>
<string>Moonlight</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,5 @@ macx {
QMAKE_RPATHDIR += @executable_path/../Frameworks
}

VERSION = 0.6.4
DEFINES += VERSION_STR=\\\"0.6.4\\\"
VERSION = 0.7.0
DEFINES += VERSION_STR=\\\"0.7.0\\\"
17 changes: 17 additions & 0 deletions app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@
</screenshots>

<releases>
<release version="0.7.0" date="2018-12-05">
<description>
<p>New features:</p>
<ul>
<li>Added option to quit the app after stopping the stream</li>
<li>Added CLI option to quit the running app</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Switched to libsoundio backend to address audio glitches and reduce latency</li>
<li>Fixed CLI version output</li>
<li>Fixed streaming error messages not showing up when launching from CLI</li>
<li>Updated included SDL gamepad mappings</li>
<li>Various minor UI tweaks</li>
</ul>
</description>
</release>
<release version="0.6.4" date="2018-11-20">
<description>
<p>New features:</p>
Expand Down

0 comments on commit d696536

Please sign in to comment.