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> <key>NSSupportsAutomaticGraphicsSwitching</key>
<true/> <true/>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.6.3</string> <string>0.6.4</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.6.3</string> <string>0.6.4</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Moonlight</string> <string>Moonlight</string>
</dict> </dict>

View File

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

View File

@ -33,6 +33,19 @@
</screenshots> </screenshots>
<releases> <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"> <release version="0.6.3" date="2018-11-16">
<description> <description>
<p>New features:</p> <p>New features:</p>