From 526ceec0dbb47fe80f13bc5f4187e284c49a83a9 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 25 Nov 2023 17:17:14 +0700 Subject: [PATCH] Version 2.0 (#163) * Update README.md * Bump version to 2.0 * Bump version to 2.0 --- README.md | 24 ++++++++++++++++-------- better-xcloud.meta.js | 2 +- better-xcloud.user.js | 4 ++-- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index aeac1f7..20d7fe2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then ## Features -Settings UI +Settings UI +
+Remote Play dialog
Stream HUD
@@ -76,8 +78,9 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then   **Demo video:** [https://youtu.be/oDr5Eddp55E ](https://youtu.be/AYb-EUcz72U) - -- **🔥 Improve visual quality of the stream** +- **🔥 Support [Remote Play](https://support.xbox.com/help/games-apps/game-setup-and-play/how-to-set-up-remote-play)** + > 1080p resolution and can stream Xbox 360 games. +- **🔥 Improve visual quality of the stream** > Similar to (but not as good as) the "Clarity Boost" of xCloud on Edge browser. [Demo video](https://youtu.be/ZhW2choAHUs). - **🔥 Show stream stats** > Check [Stream stats section](#stream-stats) for more info. @@ -117,6 +120,8 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then > Hide the mouse cursor after 3 seconds of not moving. ### Controller +- Adjust controller polling rate + > Higher is better (reduce input latency). - Enable controller shortcuts > `Home` is the button which activates the Xbox sidebar menu (similar to the Xbox/Nexus button on the official controller). > Not all controllers have this button. It's the `B16` button on the [Gamepad Tester site](https://hardwaretester.com/gamepad). @@ -158,7 +163,9 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then ### UI -- **Simplify Stream's menu** +- **Switch website's layout** + > Switch between default layout and Smart TV layout (without having to change User-Agent). +- **Simplify Stream's menu** > Hide the labels of the menu buttons. - **Skip Xbox splash video** > Save 3 seconds. @@ -288,14 +295,15 @@ It's a reference to an Userscript called "better360" that I created many years a ## Translators - **Chinese (Simplified)**: [@nyavana](https://github.com/nyavana) - - **French**: rodolphe.chouteau - - **German**: [@KingNothing81](https://github.com/KingNothing81) + - **French**: rodolphe.chouteau, Stay34yth + - **German**: [@KingNothing81](https://github.com/KingNothing81), mynameismanu - **Korean**: [@rightones](https://github.com/rightones) + - **Italian**: Greenylie, Rakan129, Carza-104, graziequalcuno, DioCannabinoide - **Japanese**: Tak_attack, udonshi - - **Portuguese (Brazilian)**: [@ricardo404](https://github.com/ricardo404), [@Haisom](https://github.com/Haisom) + - **Portuguese (Brazilian)**: [@ricardo404](https://github.com/ricardo404), [@Haisom](https://github.com/Haisom), italorafael22062009, PotatoPTT - **Polish**: [@aleksishere](https://github.com/aleksishere) - **Russian**: anpom6 - - **Spanish**: [@PabloSebas](https://github.com/PabloSebas) + - **Spanish**: [@PabloSebas](https://github.com/PabloSebas), csvnchzn - **Turkish**: [@transbebek](https://github.com/transbebek) - **Vietnamese**: [@redphx](https://github.com/redphx) diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js index 7ab6424..6bf97bb 100644 --- a/better-xcloud.meta.js +++ b/better-xcloud.meta.js @@ -1,5 +1,5 @@ // ==UserScript== // @name Better xCloud // @namespace https://github.com/redphx -// @version 1.19 +// @version 2.0 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 12f44a1..3f34cd3 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Better xCloud // @namespace https://github.com/redphx -// @version 1.19 +// @version 2.0 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '1.19'; +const SCRIPT_VERSION = '2.0'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_MKB = false;