mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-28 10:21:44 +02:00
Compare commits
132 Commits
Author | SHA1 | Date | |
---|---|---|---|
97f2ae0df9 | |||
c38ccaf050 | |||
a137c5eb57 | |||
7bd071d527 | |||
6f9ae9a555 | |||
2008806507 | |||
c758827232 | |||
9322480059 | |||
992605690f | |||
08f2db0846 | |||
645155bee0 | |||
e6dad23547 | |||
04a26680d5 | |||
8ff50ecab8 | |||
e20f661c36 | |||
f958244e43 | |||
ec76731e37 | |||
aedc617298 | |||
d451cfeac9 | |||
77c4e3981f | |||
1cb4038abf | |||
ec6c3fc8a3 | |||
b27f84b980 | |||
37d0a0c6e2 | |||
5d272425db | |||
6b5cdca51a | |||
90a5613959 | |||
1bdfa6c23f | |||
47fbbdcb59 | |||
69a8db092e | |||
928a1484d7 | |||
65ca3dab0e | |||
35a783c53e | |||
afe3809061 | |||
5eeb15f201 | |||
71b4109385 | |||
8286429cc3 | |||
ae24005f08 | |||
2626408cbe | |||
804f751646 | |||
13a20f30e5 | |||
46265f2ccd | |||
93d77c3783 | |||
eeb7ab749a | |||
2af3dc315b | |||
bd7b7d5ef5 | |||
93b540d995 | |||
9f26021ec6 | |||
bd8aedaf30 | |||
414bc2268e | |||
6b12b4add4 | |||
cdc64da95f | |||
1a2fb6c89a | |||
351cb0204b | |||
f6a7a78be7 | |||
66695b2fc2 | |||
6f8f425003 | |||
1966c7c127 | |||
67788bd365 | |||
bf9942ca4f | |||
8d22533d7f | |||
7df5ac1e22 | |||
63f6db443a | |||
2a104cef24 | |||
cc84e91d1c | |||
c011a943ae | |||
eef0946b01 | |||
5b032d0ede | |||
6503707c54 | |||
dc56e32357 | |||
33941a12d1 | |||
aebb7888d1 | |||
c051313092 | |||
244bebba01 | |||
4376f37bd0 | |||
6ee55c6f30 | |||
ea8dea99cd | |||
805fc5dacb | |||
12fc9e6353 | |||
2eaca3e441 | |||
6d28e88b85 | |||
259543cbaf | |||
ff9df84fb8 | |||
2157d9cd41 | |||
10e8a96a18 | |||
7201efba9c | |||
e6504d246f | |||
3847c27a1d | |||
1e56e7b2a2 | |||
0d80edb7cb | |||
b11a89037a | |||
ac08f657bb | |||
469bac6693 | |||
fe16c28dc5 | |||
b2adc5b365 | |||
af5e92057d | |||
d37a16169f | |||
447e93096b | |||
94bddb0740 | |||
357ee51999 | |||
e47a0521c8 | |||
6beb4b2f72 | |||
a9254d0ad8 | |||
adf689d61d | |||
086385fbfb | |||
705446ffb9 | |||
e366cb73e4 | |||
d148fc708e | |||
f75e22b5f6 | |||
0f7ac4c372 | |||
a4874c76db | |||
397b3baa9b | |||
0330d0d811 | |||
f8e035d98f | |||
1e7bc366ca | |||
c207025df9 | |||
83b35dfc61 | |||
e6ec664087 | |||
06790c8098 | |||
7310a009df | |||
5392414abd | |||
d78e55586e | |||
77abc44f3d | |||
788ac3d527 | |||
47ef5a9cd2 | |||
7342da775f | |||
ba9642fe7e | |||
e547048c09 | |||
f110b9f2e9 | |||
d191622a8d | |||
d48d2ba5f0 | |||
5703f24418 |
83
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
Normal file
83
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
Normal file
@ -0,0 +1,83 @@
|
||||
name: Bug Report 🐞
|
||||
description: File a bug report
|
||||
title: "[Bug] "
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the following information to help us resolve the issue.
|
||||
> [!warning]
|
||||
> Only use English. Any other languages will be deleted.
|
||||
- type: dropdown
|
||||
id: device_type
|
||||
attributes:
|
||||
label: Device
|
||||
description: "Which device are you using?"
|
||||
options:
|
||||
- Phone/Tablet
|
||||
- Laptop
|
||||
- Desktop
|
||||
- TV
|
||||
- Other
|
||||
multiple: false
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: "Operating System"
|
||||
description: "Which operating system is it running?"
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux
|
||||
- Android
|
||||
- iOS/iPadOS
|
||||
- Other
|
||||
multiple: false
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: "Browser"
|
||||
description: "Which browser are you using?"
|
||||
options:
|
||||
- Chrome/Edge/Chromium
|
||||
- Kiwi Browser
|
||||
- Safari
|
||||
- Other
|
||||
multiple: false
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: browser_version
|
||||
attributes:
|
||||
label: "Browser Version"
|
||||
description: "What is the version of the browser?"
|
||||
placeholder: "e.g., 122.0"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: extension_version
|
||||
attributes:
|
||||
label: "Better xCloud Version"
|
||||
description: "What is the version of Better xCloud?"
|
||||
placeholder: "e.g., 3.5.0"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: "Reproduction Steps"
|
||||
description: |
|
||||
How did you trigger this bug? Please provide screenshot/video if possible.
|
||||
placeholder: |
|
||||
Example:
|
||||
1. Open game X
|
||||
2. Click on Y
|
||||
3. Error
|
||||
validations:
|
||||
required: true
|
61
.github/ISSUE_TEMPLATE/02-feature-request.yml
vendored
Normal file
61
.github/ISSUE_TEMPLATE/02-feature-request.yml
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
name: Feature Request 🚀
|
||||
description: Request a new feature, improvement, or general suggestion
|
||||
title: "[Feature] "
|
||||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the following information to help us understand your request.
|
||||
> [!warning]
|
||||
> Only use English. Any other languages will be deleted.
|
||||
- type: dropdown
|
||||
id: device_type
|
||||
attributes:
|
||||
label: Device
|
||||
description: "Which device are you using?"
|
||||
options:
|
||||
- Phone/Tablet
|
||||
- Laptop
|
||||
- Desktop
|
||||
- TV
|
||||
- Other
|
||||
multiple: false
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: "Operating System"
|
||||
description: "Which operating system is it running?"
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux
|
||||
- Android
|
||||
- iOS/iPadOS
|
||||
- Other
|
||||
multiple: false
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: "Browser"
|
||||
description: "Which browser are you using?"
|
||||
options:
|
||||
- Chrome/Edge/Chromium
|
||||
- Kiwi Browser
|
||||
- Safari
|
||||
- Other
|
||||
multiple: false
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: suggestion
|
||||
attributes:
|
||||
label: "Suggestion"
|
||||
description: "What do you want to suggest?"
|
||||
validations:
|
||||
required: true
|
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,21 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[Bug] ..."
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Platform**
|
||||
- Device: Phone, Laptop, Desktop, TV...
|
||||
- OS: Windows, Android, iOS...
|
||||
- Browser: Chrome, Safari, Kiwi...
|
||||
- Browser Version:
|
||||
- Better xCloud Version:
|
||||
|
||||
**Describe the bug**
|
||||
...
|
||||
|
||||
**Screenshots/Videos**
|
||||
If applicable, add screenshots/videos to help explain your problem.
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,16 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[Feature] ..."
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**I'm using:**
|
||||
- Device:
|
||||
- OS:
|
||||
- Browser:
|
||||
|
||||
**I want to suggest this feature:**
|
||||
...
|
@ -1,6 +1,12 @@
|
||||
# Better xCloud
|
||||
Improve Xbox Cloud Gaming (xCloud) experience on [xbox.com/play](https://www.xbox.com/play). It also allows you to use Remote Play on the xCloud website.
|
||||
|
||||
> [!TIP]
|
||||
> The Android app is in development at [redphx/better-xcloud-android](https://github.com/redphx/better-xcloud-android)
|
||||
|
||||
> [!IMPORTANT]
|
||||
> I don't accept pull requests at the moment (except PR for custom touch controls)
|
||||
|
||||
**Supported platforms:**
|
||||
- Windows
|
||||
- macOS
|
||||
|
@ -1,5 +1,5 @@
|
||||
// ==UserScript==
|
||||
// @name Better xCloud
|
||||
// @namespace https://github.com/redphx
|
||||
// @version 3.2
|
||||
// @version 3.5.3
|
||||
// ==/UserScript==
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user