diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index a2b6394a..5a0eb3f7 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -34,6 +34,56 @@ + + +

New features:

+
    +
  • Custom FPS values
  • +
  • Streaming using the AV1 codec from Sunshine hosts
  • +
  • Horizontal scrolling with Sunshine hosts
  • +
  • Native multi-touch input with Sunshine hosts
  • +
  • Controller type information is passed to Sunshine for controller type autoselection
  • +
  • Extended features of PS4/PS5 controllers (touchpad, battery state, gyro/accelerometer motion, and RGB LED) are natively passed to Sunshine hosts
  • +
  • Support for up to 16 gamepads with Sunshine hosts
  • +
  • Frame pacing support on Wayland
  • +
  • Host-side processing latency is now displayed in the performance overlay with Sunshine hosts
  • +
  • Window title now includes the PC name when streaming
  • +
  • Alphabetical sorting of the PC list
  • +
  • Updated Play and Stop button design to improve contrast with app box art
  • +
  • The settings page automatically scrolls to the selected element when using keyboard or gamepad navigation
  • +
  • Pressing Share+PS buttons on PS4/PS5 controllers can be used to emulate a clickpad press
  • +
  • Improved audio quality when streaming with a high bitrate from remote hosts
  • +
  • Increased mouse polling rate
  • +
+

Behavior Changes:

+
    +
  • IPv6 addresses must be provided in URL-escaped form. Example: [2001:db8::1234:5678] or [2001:db8::1234:5678]:47989
  • +
  • Default bitrate logic has been adjusted to behave better with custom resolutions and frame rates
  • +
+

Bugfixes:

+
    +
  • Reduced the frequency of audio underruns (clicks and pops) by increasing audio buffer size
  • +
  • Fixed "Quitting App" message never dismissing in some cases
  • +
  • Fixed parsing IPv6 literals with port numbers
  • +
  • Fixed unnecessary WiFi activity causing stream disruptions
  • +
  • Fixed paired hosts being forgotten if Moonlight terminates while writing hosts to disk
  • +
  • Fixed freeze when closing the stream on Windows with some software that uses DX11 hooks
  • +
  • Fixed delayed PC wake when activating Wake-On-LAN feature
  • +
  • Fixed Wake-on-LAN when Sunshine is running on alternate ports
  • +
  • Fixed leak of /dev/dri fds when trying to initialize VAAPI decoder
  • +
  • Fixed support for the Applications/Menu key
  • +
  • Fixed automatic language detection for Simplified Chinese and Traditional Chinese
  • +
  • Fixed streaming from Sunshine when the client PC has multiple network interfaces or IPv6 privacy extensions enabled
  • +
  • Fixed small receive buffer causing video packet loss on some systems
  • +
  • Fixed theme overrides causing the UI to be unusable on some systems
  • +
  • Fixed tearing with V-Sync enabled on macOS and Linux when using the SDL renderer (software decoding and some hardware decoders)
  • +
  • Fixed stateful V4L2 hardware decoding using h264_v4l2m2m and hevc_v4l2m2m decoders
  • +
  • Fixed CVE-2023-42801
  • +
  • Updated included gamepad mappings
  • +
  • Updated community-contributed translations from Weblate
  • +
+
+

Changes:

diff --git a/app/version.txt b/app/version.txt index ecedc98d..28cbf7c0 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -4.3.1 \ No newline at end of file +5.0.0 \ No newline at end of file