mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-03-02 21:57:15 +00:00
Version 0.6.0
This commit is contained in:
parent
c724f01c98
commit
6e4dd161ac
3 changed files with 24 additions and 4 deletions
|
@ -23,9 +23,9 @@
|
|||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.5.1</string>
|
||||
<string>0.6.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.5.1</string>
|
||||
<string>0.6.0</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Moonlight</string>
|
||||
</dict>
|
||||
|
|
|
@ -302,5 +302,5 @@ macx {
|
|||
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
|
||||
}
|
||||
|
||||
VERSION = 0.5.1
|
||||
DEFINES += VERSION_STR=\\\"0.5.1\\\"
|
||||
VERSION = 0.6.0
|
||||
DEFINES += VERSION_STR=\\\"0.6.0\\\"
|
||||
|
|
|
@ -33,6 +33,26 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.6.0" date="2018-10-06">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
<ul>
|
||||
<li>Added keyboard and gamepad UI navigation</li>
|
||||
<li>Added support for mouse X1 and X2 buttons (back and forward)</li>
|
||||
<li>Added support for mouse movement with touchscreens</li>
|
||||
<li>Improved HEVC performance at high bitrates</li>
|
||||
<li>Added support for launching streaming sessions directly from a terminal or script</li>
|
||||
<li>Added quit shortcut for gamepads: Select+Start+L1+R1</li>
|
||||
</ul>
|
||||
<p>Bugfixes:</p>
|
||||
<ul>
|
||||
<li>Fixed not saving deletion of PCs</li>
|
||||
<li>Fixed keys being stuck down on the host PC after Moonlight loses focus or quits</li>
|
||||
<li>Fixed some warning dialogs being stuck behind the UI window</li>
|
||||
<li>Updated included gamepad mapping list</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.5.0" date="2018-09-15">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue