diff --git a/README.md b/README.md index 05b9bb7b..e92dbf48 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Moonlight also has mobile versions for [Android](https://github.com/moonlight-stream/moonlight-android) and [iOS](https://github.com/moonlight-stream/moonlight-ios). -This client is currently still in development (pre-alpha), but the streaming performance is already much better than the older Moonlight Chrome client on many machines. Test releases may be available for your OS on the [Releases page](https://github.com/moonlight-stream/moonlight-qt/releases). +See the [releases page](https://github.com/moonlight-stream/moonlight-qt/releases) for download links for Windows and Mac. For Linux, we're on [Flathub](https://flathub.org/apps/details/com.moonlight_stream.Moonlight). You can follow development on our [Discord server](https://discord.gg/6ERtzFY). diff --git a/app/Info.plist b/app/Info.plist index bfb4db75..f004ecb6 100644 --- a/app/Info.plist +++ b/app/Info.plist @@ -23,7 +23,7 @@ NSSupportsAutomaticGraphicsSwitching CFBundleVersion - 0.0.5 + 0.1.0 CFBundleDisplayName Moonlight diff --git a/app/app.pro b/app/app.pro index 156de9ee..26098ae3 100644 --- a/app/app.pro +++ b/app/app.pro @@ -202,4 +202,4 @@ macx { QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES } -VERSION = 0.0.5 +VERSION = 0.1.0 diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index c4fb5e30..1f11d873 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -7,8 +7,16 @@ Stream games from your NVIDIA GameStream-enabled PC -

Moonlight can stream games or other applications from a PC with an NVIDIA GeForce GTX 600-series or higher GPU and GeForce Experience installed.

-

GameStream utilizes the NVENC hardware encoder present on NVIDIA GPUs for low-latency streaming at up 4K 60 FPS. Moonlight can utilize VAAPI hardware acceleration for high-performance H.264 and HEVC video decoding with low CPU usage.

+

Moonlight can stream games and other applications from a PC with an NVIDIA GeForce GTX 600-series or higher GPU and GeForce Experience installed.

+

Features include:

+
https://moonlight-stream.com @@ -25,6 +33,25 @@ + + +

New features:

+
    +
  • Allow streaming at the client's native resolution
  • +
  • VDPAU hardware decoding support for NVIDIA GPUs
  • +
  • Updated UI to replace status text with icons
  • +
  • Stream window is now resizable
  • +
  • Display warnings during game launch for configuration issues
  • +
+

Bugfixes:

+
    +
  • Gamepad input now works even if the app doesn't have focus
  • +
  • Fixed streaming black screen if the host supported HEVC but the client didn't
  • +
  • Fixed broken video scaling causing extra stretching and off-center video
  • +
  • Fixed gamepad input issue causing some Y axis inputs to be reversed
  • +
+
+

Changes from 0.0.4: