mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
Prepare for v6.0.0
This commit is contained in:
parent
ee5d0acc1f
commit
e7a2d9f44d
@ -34,6 +34,44 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="6.0.0" date="2024-06-06">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
<ul>
|
||||
<li>HDR is now supported on Steam Deck and other HDR-capable Linux systems using a new Vulkan-based renderer</li>
|
||||
<li>Vulkan Video decoding of H.264, HEVC, and AV1 is now supported using the new Vulkan renderer</li>
|
||||
<li>Full E2E stream encryption is now supported when streaming from Sunshine v0.22 or later</li>
|
||||
<li>Initiating a stream via the command-line will now automatically wake the target machine if it is sleeping</li>
|
||||
<li>Error codes are now displayed in the connection termination dialog</li>
|
||||
<li>Detailed PC state information is now available via the new "View Details" context menu option (similar to the Android client)</li>
|
||||
<li>The performance overlay can now be configured to be shown by default when starting a stream</li>
|
||||
</ul>
|
||||
<p>Behavior Changes:</p>
|
||||
<ul>
|
||||
<li>The selected bitrate is no longer silently adjusted by Moonlight based upon the video codec or HDR mode</li>
|
||||
<li>The selected mouse mode when starting a stream no longer influences the acceleration curve when the mouse mode is toggled using the Ctrl+Alt+Shift+M key combo while streaming</li>
|
||||
<li>Hardcoded fallback paths for VAAPI and VDPAU drivers are no longer used</li>
|
||||
<li>Per-session keys (rikey and rikeyid values) are now automatically stripped from logs</li>
|
||||
<li>Log messages will now be logged to stderr rather than stdout</li>
|
||||
<li>EGL is now always used instead of GLX for loading OpenGL in X11 environments on non-x86 platforms</li>
|
||||
</ul>
|
||||
<p>Bugfixes:</p>
|
||||
<ul>
|
||||
<li>Improved reliability of streaming during momentary drops of WiFi connections</li>
|
||||
<li>Improved performance with high polling rate mice</li>
|
||||
<li>Improved input latency when a gamepad is connected</li>
|
||||
<li>Added missing command-line options to control HDR and AV1 codec usage</li>
|
||||
<li>Fixed instant connection termination error when streaming over the Internet behind certain Carrier-Grade NAT devices</li>
|
||||
<li>Fixed incorrect MTU detection when streaming over the Internet without a VPN</li>
|
||||
<li>Fixed recovery of audio when no audio output device is present when the stream starts</li>
|
||||
<li>Fixed merging of gamepad state when multi-controller mode is disabled</li>
|
||||
<li>Fixed indefinitely resending mDNS queries when a host could not be resolved</li>
|
||||
<li>Fixed inability to pair when the host is not using a RSA-2048 key</li>
|
||||
<li>Updated included gamepad mappings</li>
|
||||
<li>Updated community-contributed translations from Weblate</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="5.0.1" date="2023-11-02">
|
||||
<description>
|
||||
<p>Bugfixes:</p>
|
||||
|
@ -1 +1 @@
|
||||
5.0.1
|
||||
6.0.0
|
Loading…
x
Reference in New Issue
Block a user