Version 0.5.0

This commit is contained in:
Cameron Gutman 2018-09-15 16:23:10 -07:00
parent 04376ca047
commit 1f759577ce
3 changed files with 23 additions and 4 deletions

View file

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

View file

@ -260,5 +260,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
VERSION = 0.4.0
DEFINES += VERSION_STR=\\\"0.4.0\\\"
VERSION = 0.5.0
DEFINES += VERSION_STR=\\\"0.5.0\\\"

View file

@ -33,6 +33,25 @@
</screenshots>
<releases>
<release version="0.5.0" date="2018-09-15">
<description>
<p>New features:</p>
<ul>
<li>Added option to enable mouse acceleration for remote desktop usage</li>
<li>Added option to disable automatic PC discovery</li>
<li>Added gamepad mappings from gabomdq's SDL_GameControllerDB</li>
<li>Added help links to error dialogs</li>
<li>Added quit shortcut tip to stream loading page</li>
<li>Restored the autodetect audio configuration option</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Fixed quit app dialog starting the wrong app</li>
<li>Fixed very high input lag on GFE 3.14.0 and earlier</li>
<li>Fixed sending errant mouse click when capturing the mouse</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2018-09-08">
<description>
<p>New features:</p>