From 5104cf33b4fed56af83d612ab8eb3c8d955c07fd Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 15 Aug 2023 18:04:26 +0700 Subject: [PATCH] Version 1.13 (#105) * Update README.md * Bump version to 1.13 * Bump version to 1.13 --- README.md | 20 +++++++++++++++++--- better-xcloud.meta.js | 2 +- better-xcloud.user.js | 4 ++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c54e83..09669d3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ If you like this project please give it a 🌟. Thank you 🙏. ## Features -Settings UI - +Settings UI
Stream HUD
@@ -93,6 +92,21 @@ If you like this project please give it a 🌟. Thank you 🙏. >   > Button styles +### Loading screen +- Show game art + > Replace the black background with game art if it's available. +- Show the estimated wait time + > The time is estimated by the server. + > It's not 100% correct: you might get in the game sooner or later. + > Don't be mad when the estimated time is inaccurate. + > Check [#51](https://github.com/redphx/better-xcloud/issues/51) for more info. +- Show/hide the rocket animation + > Always show/Hide when queuing/Always hide. + > Hide this animation might save some battery life while queuing. + +Loading screen + + ### UI - **Simplify Stream's menu** > Hide the labels of the menu buttons. @@ -118,7 +132,7 @@ If you like this project please give it a 🌟. Thank you 🙏. > Works with Chrome/Chromium browsers. > Doesn't work with Safari. >   - > ![clarity](https://github.com/redphx/better-xcloud/assets/96280/32879a1e-d56f-428c-bc86-bbacf9588506) + > ![clarity](https://github.com/redphx/better-xcloud/assets/96280/ed63bbb0-fcbf-43e2-8e51-ac2733e697b8) > *(click to enlarge)* - **Stretch video to full sctreen** diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js index 445bfec..7da482e 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.12 +// @version 1.13 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 6ca55d2..21bc0d4 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.12 +// @version 1.13 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '1.12'; +const SCRIPT_VERSION = '1.13'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; console.log(`[Better xCloud] readyState: ${document.readyState}`);