mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 15:55:39 +00:00
Version 0.6.1
This commit is contained in:
parent
eab77fba7a
commit
8a7c463c52
@ -23,9 +23,9 @@
|
|||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.6.0</string>
|
<string>0.6.1</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.6.0</string>
|
<string>0.6.1</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Moonlight</string>
|
<string>Moonlight</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -315,5 +315,5 @@ macx {
|
|||||||
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
|
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION = 0.6.0
|
VERSION = 0.6.1
|
||||||
DEFINES += VERSION_STR=\\\"0.6.0\\\"
|
DEFINES += VERSION_STR=\\\"0.6.1\\\"
|
||||||
|
@ -33,6 +33,21 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.6.1" date="2018-10-14">
|
||||||
|
<description>
|
||||||
|
<p>New features:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Added support for quitting Moonlight via gamepad</li>
|
||||||
|
<li>Added tooltips for games with very long names</li>
|
||||||
|
</ul>
|
||||||
|
<p>Bugfixes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Added a workaround for a memory leak in the VAAPI driver for AMD GPUs</li>
|
||||||
|
<li>Fixed combo boxes on the settings page being too small for certain DPI scaling</li>
|
||||||
|
<li>Reduced power usage when Moonlight is idling in the background for a while</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.6.0" date="2018-10-06">
|
<release version="0.6.0" date="2018-10-06">
|
||||||
<description>
|
<description>
|
||||||
<p>New features:</p>
|
<p>New features:</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user