Skip to content

Commit fdea3f3

Browse files
author
lijiahao
committed
v1.9.1
1 parent 48a7913 commit fdea3f3

5 files changed

Lines changed: 18 additions & 12 deletions

File tree

app/background.js

Lines changed: 2 additions & 5 deletions
Large diffs are not rendered by default.

app/preload.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flatpak/io.github.Geocld.XStreamingDesktop.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
</screenshot>
3535
</screenshots>
3636
<releases>
37+
<release version="1.9.1" date="2025-11-06">
38+
<description>
39+
<ul>
40+
<li>Changes:</li>
41+
<li>Fixed steamdeck black screen when FSR open.</li>
42+
<li>Add『Use vulkan』option.</li>
43+
</ul>
44+
</description>
45+
</release>
3746
<release version="1.9.0" date="2025-11-05">
3847
<description>
3948
<ul>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "xstreaming",
44
"description": "xstreaming",
5-
"version": "1.9.0",
5+
"version": "1.9.1",
66
"author": "Geocld <lijiahao5372@gmail.com>",
77
"main": "app/background.js",
88
"scripts": {
@@ -41,7 +41,7 @@
4141
"uplot": "^1.6.30",
4242
"uuid-1345": "^1.0.2",
4343
"xbox-webapi": "^1.4.1",
44-
"xstreaming-player": "0.2.22",
44+
"xstreaming-player": "0.2.23",
4545
"xvfb-maybe": "^0.2.1"
4646
},
4747
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8024,10 +8024,10 @@ xmlbuilder@>=11.0.1, xmlbuilder@^15.1.1:
80248024
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
80258025
integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==
80268026

8027-
xstreaming-player@0.2.22:
8028-
version "0.2.22"
8029-
resolved "https://registry.yarnpkg.com/xstreaming-player/-/xstreaming-player-0.2.22.tgz#9de1d4b90c643f8d87035322c8baa9637a5749eb"
8030-
integrity sha512-w1fKaocn6L9OzxYMz3gG1uz8BEJta3HO3cZxPNQEOepWmDxugLmP+fii5l2zqKY/Hk12c6vsVACNEMqfL4D0hQ==
8027+
xstreaming-player@0.2.23:
8028+
version "0.2.23"
8029+
resolved "https://registry.yarnpkg.com/xstreaming-player/-/xstreaming-player-0.2.23.tgz#878b066c094cd94e76bf1083f3f4eb7bc6163343"
8030+
integrity sha512-RxIb2/KxslrO+TSrr+mmWEPs3JEIse7VaUsoxlkDb8n+Lh0iSrGM2hUajkJOekLv95rJKcWP8mO4WV90xC8zWw==
80318031
dependencies:
80328032
three "0.150.1"
80338033

0 commit comments

Comments
 (0)