Version 0.6.3

This commit is contained in:
Cameron Gutman 2018-11-16 01:17:57 -08:00
parent f64c13b9ec
commit 7b5dc33a21
3 changed files with 20 additions and 4 deletions

View file

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

View file

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

View file

@ -33,6 +33,22 @@
</screenshots>
<releases>
<release version="0.6.3" date="2018-11-16">
<description>
<p>New features:</p>
<ul>
<li>Added support for GeForce Experience 3.16</li>
<li>Added an option to force Moonlight to start in windowed mode</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Fixed scrolling not working on the settings page</li>
<li>Skipped using proxy servers when attempting to stream</li>
<li>Fixed a couple possible crashes</li>
<li>Renamed the mouse acceleration option to be more clear</li>
</ul>
</description>
</release>
<release version="0.6.2" date="2018-10-28">
<description>
<p>New features:</p>