mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-05 01:09:14 +00:00
Version 0.6.2
This commit is contained in:
parent
88bb17fca8
commit
eaeb9ec6f7
3 changed files with 17 additions and 4 deletions
|
@ -23,9 +23,9 @@
|
||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.6.1</string>
|
<string>0.6.2</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.6.1</string>
|
<string>0.6.2</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Moonlight</string>
|
<string>Moonlight</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -315,5 +315,5 @@ macx {
|
||||||
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
|
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION = 0.6.1
|
VERSION = 0.6.2
|
||||||
DEFINES += VERSION_STR=\\\"0.6.1\\\"
|
DEFINES += VERSION_STR=\\\"0.6.2\\\"
|
||||||
|
|
|
@ -33,6 +33,19 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<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">
|
<release version="0.6.1" date="2018-10-14">
|
||||||
<description>
|
<description>
|
||||||
<p>New features:</p>
|
<p>New features:</p>
|
||||||
|
|
Loading…
Reference in a new issue