From 7779473eee6d403a807f064d1c933ef5a97d2d9a Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 6 Aug 2023 18:57:14 +0700 Subject: [PATCH] Version 1.10.1 (#73) * Update README.md * Bump version to 1.10.1 * Bump version to 1.10.1 --- README.md | 5 ++++- better-xcloud.meta.js | 2 +- better-xcloud.user.js | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 048e1d7..63b1773 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,11 @@ Give this project a 🌟 if you like it. Thank you 🙏. - **🔥 Touch controller** > Only for mobile (Android/iOS/iPadOS). > - **Default**: nothing change. - > - **All games**: enable touch controller support for all games. Games with custom layout won't be affected. > - **Off**: stop the touch controller from showing when touching the screen. Useful when you play on a device with a built-in controller like Logitech G Cloud, Steam Deck, etc. + > - **All games**: enable touch controller support for all games. Games with custom layout won't be affected. + > Double-tap anywhere at the bottom of the screen to show/hide the controller. Useful when you're viewing cutscenes. + > ![touch-controller](https://github.com/redphx/better-xcloud/assets/96280/6ad6fc76-74aa-46f8-8fb0-806474f494ad) + - **Hide mouse cursor on idle** > Hide the mouse cursor after 3 seconds of not moving. diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js index d2cd7e7..5ddce6b 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.10 +// @version 1.10.1 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index fcc3a79..7c245ac 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.10 +// @version 1.10.1 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '1.10'; +const SCRIPT_VERSION = '1.10.1'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const SERVER_REGIONS = {};