From 2a85dd574efab8d0f20fe867cde41c6f2f504803 Mon Sep 17 00:00:00 2001
From: redphx <96280+redphx@users.noreply.github.com>
Date: Sat, 26 Aug 2023 18:21:05 +0700
Subject: [PATCH] Version 1.14 (#116)
* Update README.md
* Update better-xcloud.meta.js
* Bump version to 1.14
---
README.md | 4 ++--
better-xcloud.meta.js | 2 +-
better-xcloud.user.js | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 09669d3..bc45c63 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then

-
+
- While playing > `...` > `Stream Stats`.
- Double-click on the stats bar to show the Settings dialog.
@@ -213,8 +213,8 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then
| Abbr. | Full name | Explain |
|------:|:-------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------|
+| PING | Ping | The number of seconds it takes for data to be sent from your device to the server and back over (the correct term is "Round Trip Time") |
| FPS | Frames per Seconds | The number of decoded frames in the last second of the stream (may not be the same as the FPS of the game) |
-| RTT | Round Trip Time | The number of seconds it takes for data to be sent from your device to the server and back over (similar to ping, lower is better) |
| DT | Decode Time | The average time it took to decode one frame in the last second (bugged in Kiwi Browser [#26](https://github.com/redphx/better-xcloud/issues/26)) |
| BR | Bitrate | The amount of data the server sent to your device in the last second |
| PL | Packets Lost | The total number of packets lost |
diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js
index 53a9f05..4e34f96 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.13.1
+// @version 1.14
// ==/UserScript==
diff --git a/better-xcloud.user.js b/better-xcloud.user.js
index ded5421..c8ec2b3 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.13.1
+// @version 1.14
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
@@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';
-const SCRIPT_VERSION = '1.13.1';
+const SCRIPT_VERSION = '1.14';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
console.log(`[Better xCloud] readyState: ${document.readyState}`);