mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Version 0.6.4
This commit is contained in:
parent
bf05088d70
commit
c63c5100e2
3 changed files with 17 additions and 4 deletions
|
@ -23,9 +23,9 @@
|
|||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6.3</string>
|
||||
<string>0.6.4</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.3</string>
|
||||
<string>0.6.4</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Moonlight</string>
|
||||
</dict>
|
||||
|
|
|
@ -323,5 +323,5 @@ macx {
|
|||
QMAKE_RPATHDIR += @executable_path/../Frameworks
|
||||
}
|
||||
|
||||
VERSION = 0.6.3
|
||||
DEFINES += VERSION_STR=\\\"0.6.3\\\"
|
||||
VERSION = 0.6.4
|
||||
DEFINES += VERSION_STR=\\\"0.6.4\\\"
|
||||
|
|
|
@ -33,6 +33,19 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.6.4" date="2018-11-20">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
<ul>
|
||||
<li>Added an option to match client display refresh rate when FPS is unlocked</li>
|
||||
</ul>
|
||||
<p>Bugfixes:</p>
|
||||
<ul>
|
||||
<li>Fixed multiple gamepads not being detected on the host in some scenarios</li>
|
||||
<li>Fixed an incorrect warning when trying to stream at 4K</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.6.3" date="2018-11-16">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
|
|
Loading…
Reference in a new issue