mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Compare commits
1 Commits
main
...
feature/mk
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1d018cc0a3 |
83
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
83
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
@@ -1,83 +0,0 @@
|
|||||||
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
61
.github/ISSUE_TEMPLATE/02-feature-request.yml
vendored
@@ -1,61 +0,0 @@
|
|||||||
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
Normal file
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
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
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
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,12 +1,6 @@
|
|||||||
# Better xCloud
|
# 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.
|
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:**
|
**Supported platforms:**
|
||||||
- Windows
|
- Windows
|
||||||
- macOS
|
- macOS
|
||||||
@@ -22,8 +16,7 @@ If you like this project please give it a 🌟. Thank you 🙏.
|
|||||||
[](https://github.com/redphx/better-xcloud/stargazers)
|
[](https://github.com/redphx/better-xcloud/stargazers)
|
||||||
|
|
||||||
## Full documentations
|
## Full documentations
|
||||||
- For the full details please visit: https://better-xcloud.github.io
|
For the full details please visit: https://better-xcloud.github.io
|
||||||
- [Demo video](https://youtu.be/hyp69Jrb2sQ)
|
|
||||||
|
|
||||||
⚠️ Please DO NOT report **Better xCloud**'s bugs on [/r/xcloud subreddit](https://reddit.com/r/xcloud/). Report bugs in [Issues](https://github.com/redphx/better-xcloud/issues) or [Telegram channel](https://t.me/betterxcloud) instead.
|
⚠️ Please DO NOT report **Better xCloud**'s bugs on [/r/xcloud subreddit](https://reddit.com/r/xcloud/). Report bugs in [Issues](https://github.com/redphx/better-xcloud/issues) or [Telegram channel](https://t.me/betterxcloud) instead.
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Better xCloud
|
// @name Better xCloud
|
||||||
// @namespace https://github.com/redphx
|
// @namespace https://github.com/redphx
|
||||||
// @version 4.0.0
|
// @version 3.0.5
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user