Skip to content

Commit

Permalink
Update xbox-xcloud-player #1118 #1117 #878
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Jan 29, 2024
1 parent fce58c3 commit a865f80
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 14 additions & 4 deletions flatpak/io.github.unknownskl.greenlight.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,23 @@
</screenshot>
</screenshots>
<releases>
<release version="2.1.1" date="2024-01-29">
<description>
<ul>
<li>Fixed controller input not working on default settings #1118 #1117</li>
<li>Fixed keyboard mapping on certain keyboard layouts #878</li>
<li>Fixed N button mapping when using the new Gamepad driver in settings</li>
</ul>
</description>
</release>
<release version="2.1.0" date="2024-01-25">
<description>
<ul>
<li>- Fix vibration detection #1076 #813 (credits to @LostVector and @opencv4nodejs)</li>
<li>- Revamped the xCloud UI. New overview page with recent played titles and new added games.</li>
<li>- Set default resolution to 1280*800 to fix several scaling issues on Steamdeck</li>
<li>- Experimental support for second controller (Uses same user profile, so multiplayer in some games does not work correctly) #916</li>
<li>Fix vibration detection #1076 #813 (credits to @LostVector and @opencv4nodejs)</li>
<li>Revamped the xCloud UI. New overview page with recent played titles and new added games.</li>
<li>Set default resolution to 1280*800 to fix several scaling issues on Steamdeck</li>
<li>Experimental support for second controller (Uses same user profile, so multiplayer in some games does not work correctly) #916</li>
<li>Fix webrtc plots in debug window (credits to @LostVector)</li>
</ul>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a865f80

Please sign in to comment.