Version 1.10.1 (#73)

* Update README.md

* Bump version to 1.10.1

* Bump version to 1.10.1
This commit is contained in:
redphx 2023-08-06 18:57:14 +07:00 committed by GitHub
parent 0b0f5add1b
commit 7779473eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 1.10
// @version 1.10.1
// ==/UserScript==

View File

@ -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 = {};