mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-04 16:59:10 +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>
|
||||
<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>
|
||||
|
|
|
@ -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\\\"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue