Version 0.7.0

This commit is contained in:
Cameron Gutman 2018-12-05 22:49:42 -08:00
parent b46a3cf759
commit d696536486
3 changed files with 21 additions and 4 deletions

View File

@ -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>

View File

@ -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\\\"

View File

@ -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>