Version 0.6.1

This commit is contained in:
Cameron Gutman 2018-10-14 23:08:58 -07:00
parent eab77fba7a
commit 8a7c463c52
3 changed files with 19 additions and 4 deletions

View file

@ -23,9 +23,9 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>CFBundleVersion</key>
<string>0.6.0</string>
<string>0.6.1</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>0.6.1</string>
<key>CFBundleDisplayName</key>
<string>Moonlight</string>
</dict>

View file

@ -315,5 +315,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
VERSION = 0.6.0
DEFINES += VERSION_STR=\\\"0.6.0\\\"
VERSION = 0.6.1
DEFINES += VERSION_STR=\\\"0.6.1\\\"

View file

@ -33,6 +33,21 @@
</screenshots>
<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">
<description>
<p>New features:</p>