mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-04 16:59:10 +00:00
Version 0.6.3
This commit is contained in:
parent
f64c13b9ec
commit
7b5dc33a21
3 changed files with 20 additions and 4 deletions
|
@ -23,9 +23,9 @@
|
|||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6.2</string>
|
||||
<string>0.6.3</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.2</string>
|
||||
<string>0.6.3</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Moonlight</string>
|
||||
</dict>
|
||||
|
|
|
@ -315,5 +315,5 @@ macx {
|
|||
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
|
||||
}
|
||||
|
||||
VERSION = 0.6.2
|
||||
DEFINES += VERSION_STR=\\\"0.6.2\\\"
|
||||
VERSION = 0.6.3
|
||||
DEFINES += VERSION_STR=\\\"0.6.3\\\"
|
||||
|
|
|
@ -33,6 +33,22 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.6.3" date="2018-11-16">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
<ul>
|
||||
<li>Added support for GeForce Experience 3.16</li>
|
||||
<li>Added an option to force Moonlight to start in windowed mode</li>
|
||||
</ul>
|
||||
<p>Bugfixes:</p>
|
||||
<ul>
|
||||
<li>Fixed scrolling not working on the settings page</li>
|
||||
<li>Skipped using proxy servers when attempting to stream</li>
|
||||
<li>Fixed a couple possible crashes</li>
|
||||
<li>Renamed the mouse acceleration option to be more clear</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.6.2" date="2018-10-28">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
|
|
Loading…
Reference in a new issue