From a865f80b320eee55aaa3f5e1d45d493e1017ee65 Mon Sep 17 00:00:00 2001 From: Jim Kroon Date: Mon, 29 Jan 2024 19:34:06 +0100 Subject: [PATCH] Update xbox-xcloud-player #1118 #1117 #878 --- CHANGELOG.md | 6 ++++++ ...o.github.unknownskl.greenlight.metainfo.xml | 18 ++++++++++++++---- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 25 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f1c7f6..8aebc29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog +## v2.1.1 - 2024-01-29 +- Fixed controller input not working on default settings #1118 #1117 +- Fixed keyboard mapping on certain keyboard layouts #878 +- Fixed N button mapping when using the new Gamepad driver in settings + ## v2.1.0 - 2024-01-26 - Fix vibration detection #1076 #813 (credits to @LostVector and @opencv4nodejs) - Revamped the xCloud UI. New overview page with recent played titles and new added games. - Set default resolution to 1280*800 to fix several scaling issues on Steamdeck - Experimental support for second controller (Uses same user profile, so multiplayer in some games does not work correctly) #916 +- Fix webrtc plots in debug window (credits to @LostVector) ## v2.0.1 - 2023-12-20 - Bump version to align with Flathub Release diff --git a/flatpak/io.github.unknownskl.greenlight.metainfo.xml b/flatpak/io.github.unknownskl.greenlight.metainfo.xml index 67aeb91f..746ea06c 100644 --- a/flatpak/io.github.unknownskl.greenlight.metainfo.xml +++ b/flatpak/io.github.unknownskl.greenlight.metainfo.xml @@ -20,13 +20,23 @@ + + +
    +
  • Fixed controller input not working on default settings #1118 #1117
  • +
  • Fixed keyboard mapping on certain keyboard layouts #878
  • +
  • Fixed N button mapping when using the new Gamepad driver in settings
  • +
+
+
    -
  • - Fix vibration detection #1076 #813 (credits to @LostVector and @opencv4nodejs)
  • -
  • - Revamped the xCloud UI. New overview page with recent played titles and new added games.
  • -
  • - Set default resolution to 1280*800 to fix several scaling issues on Steamdeck
  • -
  • - Experimental support for second controller (Uses same user profile, so multiplayer in some games does not work correctly) #916
  • +
  • Fix vibration detection #1076 #813 (credits to @LostVector and @opencv4nodejs)
  • +
  • Revamped the xCloud UI. New overview page with recent played titles and new added games.
  • +
  • Set default resolution to 1280*800 to fix several scaling issues on Steamdeck
  • +
  • Experimental support for second controller (Uses same user profile, so multiplayer in some games does not work correctly) #916
  • +
  • Fix webrtc plots in debug window (credits to @LostVector)
diff --git a/package.json b/package.json index 61c412ea..e8ed9b73 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "uplot": "^1.6.27", "xal-node": "^0.2.0", "xbox-webapi": "^1.4.1", - "xbox-xcloud-player": "0.2.8", + "xbox-xcloud-player": "0.2.9", "xvfb-maybe": "^0.2.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 784ee76c..89b1ea8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5390,10 +5390,10 @@ xbox-webapi@^1.4.1: express "^4.17.1" uuid4 "^2.0.2" -xbox-xcloud-player@0.2.8: - version "0.2.8" - resolved "https://registry.yarnpkg.com/xbox-xcloud-player/-/xbox-xcloud-player-0.2.8.tgz#409570b9b9288c87875f2677de65b35c3ee7163a" - integrity sha512-7pObBx6MCwv0Ogx5Y34krt4eaF/Aef6qUvXLGMZv0Qxvk4IdG33SIqtQxxKUHYfyNodgT/8QLvwkTzb9gpz2uw== +xbox-xcloud-player@0.2.9: + version "0.2.9" + resolved "https://registry.yarnpkg.com/xbox-xcloud-player/-/xbox-xcloud-player-0.2.9.tgz#2c846a2c6c522e716f82681a296b7920e2350e47" + integrity sha512-/ZgXBCRtlcVZFPdBV/jmvSA6JIqtoba0EcTOBo5kv3Kq+WisnUaWPh0Nt8zCGXyuTK4sfognrbOZ/aLJolat2Q== dependencies: dotenv "^16.3.1"