Version 0.6.4

This commit is contained in:
Cameron Gutman 2018-11-20 22:23:03 -08:00
parent bf05088d70
commit c63c5100e2
3 changed files with 17 additions and 4 deletions

View file

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

View file

@ -323,5 +323,5 @@ macx {
QMAKE_RPATHDIR += @executable_path/../Frameworks
}
VERSION = 0.6.3
DEFINES += VERSION_STR=\\\"0.6.3\\\"
VERSION = 0.6.4
DEFINES += VERSION_STR=\\\"0.6.4\\\"

View file

@ -33,6 +33,19 @@
</screenshots>
<releases>
<release version="0.6.4" date="2018-11-20">
<description>
<p>New features:</p>
<ul>
<li>Added an option to match client display refresh rate when FPS is unlocked</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Fixed multiple gamepads not being detected on the host in some scenarios</li>
<li>Fixed an incorrect warning when trying to stream at 4K</li>
</ul>
</description>
</release>
<release version="0.6.3" date="2018-11-16">
<description>
<p>New features:</p>