mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
a4b3ac2540
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -13,13 +13,6 @@ body:
|
|||||||
- label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id).
|
- label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id).
|
||||||
required: false
|
required: false
|
||||||
- label: I am using Windows and I've tried [common troubleshooting steps](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
|
- label: I am using Windows and I've tried [common troubleshooting steps](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Paste the logs
|
|
||||||
description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs))
|
|
||||||
render: sh
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
@ -63,7 +56,7 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: GPU Name
|
label: GPU Name
|
||||||
description: 📝 What GPU do you have? If you do not know, please just write your device name if it's a laptop.
|
description: 📝 What GPU do you have? If you do not know, please just write your device name if it's a laptop. If the name is something like "Intel Graphics" or "AMD Vega" and you can't Upscayl images, STOP and read the third bullet point of the FAQ.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -78,3 +71,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots
|
||||||
description: 🤳 Got screenshots?
|
description: 🤳 Got screenshots?
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Paste the logs
|
||||||
|
description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs))
|
||||||
|
render: sh
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
operations-per-run: 100
|
operations-per-run: 100
|
||||||
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still happening, please reply to indicate so.'
|
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still happening, please reply to indicate so.'
|
||||||
@ -23,3 +23,4 @@ jobs:
|
|||||||
days-before-issue-close: 5
|
days-before-issue-close: 5
|
||||||
days-before-pr-close: 10
|
days-before-pr-close: 10
|
||||||
exempt-issue-labels: help wanted, HIGH PRIORITY
|
exempt-issue-labels: help wanted, HIGH PRIORITY
|
||||||
|
exempt-issue-assignees: aaronliu0130, NayamAmarshe, TGS963
|
||||||
|
@ -77,7 +77,7 @@ Upscayl should be available on the software listings of most Linux operating sys
|
|||||||
*You can also choose to install using other formats like RPM (Fedora), DEB (Debian/Ubuntu based), and ZIP (Any Linux OS).*
|
*You can also choose to install using other formats like RPM (Fedora), DEB (Debian/Ubuntu based), and ZIP (Any Linux OS).*
|
||||||
|
|
||||||
### 🍎 macOS
|
### 🍎 macOS
|
||||||
|
(MacOS 12 and later)
|
||||||
<a href="https://apps.apple.com/us/app/upscayl/id6468265473?mt=12">
|
<a href="https://apps.apple.com/us/app/upscayl/id6468265473?mt=12">
|
||||||
|
|
||||||
<img src="https://www.upscayl.org/appstore.svg" height="60px"/>
|
<img src="https://www.upscayl.org/appstore.svg" height="60px"/>
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
X-Desktop-File-Install-Version=0.26
|
X-Desktop-File-Install-Version=0.26
|
||||||
Exec=upscayl-run %U --enable-features=UseOzonePlatform --ozone-platform=wayland --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
Exec=upscayl-run %U --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
||||||
Icon=org.upscayl.Upscayl
|
|
||||||
Comment=Upscale Images with AI
|
Comment=Upscale Images with AI
|
||||||
Name=Upscayl
|
Name=Upscayl
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
Loading…
Reference in New Issue
Block a user