Version 0.6.2

This commit is contained in:
Cameron Gutman 2018-10-28 19:57:38 -07:00
parent 88bb17fca8
commit eaeb9ec6f7
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.1</string>
<string>0.6.2</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>CFBundleDisplayName</key>
<string>Moonlight</string>
</dict>

View file

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

View file

@ -33,6 +33,19 @@
</screenshots>
<releases>
<release version="0.6.2" date="2018-10-28">
<description>
<p>New features:</p>
<ul>
<li>Added automatic IP address detection for Internet streaming</li>
<li>Added a quit shortcut tip for gamepad users</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Fixed server state polling not being stopped while streaming</li>
</ul>
</description>
</release>
<release version="0.6.1" date="2018-10-14">
<description>
<p>New features:</p>