mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +00:00
Version 0.7.0
This commit is contained in:
parent
b46a3cf759
commit
d696536486
@ -23,9 +23,9 @@
|
|||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.6.4</string>
|
<string>0.7.0</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.6.4</string>
|
<string>0.7.0</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Moonlight</string>
|
<string>Moonlight</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -327,5 +327,5 @@ macx {
|
|||||||
QMAKE_RPATHDIR += @executable_path/../Frameworks
|
QMAKE_RPATHDIR += @executable_path/../Frameworks
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION = 0.6.4
|
VERSION = 0.7.0
|
||||||
DEFINES += VERSION_STR=\\\"0.6.4\\\"
|
DEFINES += VERSION_STR=\\\"0.7.0\\\"
|
||||||
|
@ -33,6 +33,23 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<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">
|
<release version="0.6.4" date="2018-11-20">
|
||||||
<description>
|
<description>
|
||||||
<p>New features:</p>
|
<p>New features:</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user