diff --git a/.env.example b/.env.example index e69de29..36f08f9 100644 --- a/.env.example +++ b/.env.example @@ -0,0 +1,2 @@ +HF2P_SECRET_KEY=YOUR_KEY_HERE +HF2P_PROXY_URL=YOUR_PROXY \ No newline at end of file diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 8d6ac55..5a490cf 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and also applies when ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [INSERT CONTACT METHOD]. All complaints will be reviewed and investigated promptly and fairly. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [Discord Server, message Founders/Devs](https://discord.gg/hf2pdc). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. @@ -80,4 +80,4 @@ For answers to common questions about this code of conduct, see the FAQ at [http [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq -[translations]: https://www.contributor-covenant.org/translations \ No newline at end of file +[translations]: https://www.contributor-covenant.org/translations diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8aa3bba..b2b0c74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Create a report to help us improve -title: "[BUG] " +title: "[BUG] " labels: ["bug"] body: - type: markdown @@ -51,7 +51,7 @@ body: attributes: label: Version description: What version of the launcher are you running? - placeholder: "e.g. \"v2.2.0 stable\"" + placeholder: "e.g. \"v2.2.1\"" validations: required: true @@ -59,7 +59,9 @@ body: id: hardwarespec attributes: label: Hardware Specification - description: Tell us your CPU, iGPU, dGPU, VRAM, and RAM information. + description: | + Tell us your CPU, iGPU, dGPU, VRAM, and RAM information. + (Use N/A if you think this is not correlated with the bug) placeholder: "CPU: Intel i9-14900K 6.0 GHz | GPU: NVIDIA RTX 4090 24 GB VRAM | RAM: 32 GB" validations: required: true @@ -72,9 +74,9 @@ body: options: - Windows 11/10 - macOS (Apple Silicon, M1/M2/M3) - - Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, etc.) - - Linux Fedora/RHEL-based (Fedora, CentOS, etc.) - - Linux Arch-based (Steamdeck, CachyOS, etc.) + - Linux Ubuntu/Debian-based (Linux Mint, Pop!_OS, Zorin OS, etc.) + - Linux Fedora/RHEL-based (Fedora, Bazzite, CentOS, etc.) + - Linux Arch-based (Steamdeck, CachyOS, ArchLinux, etc.) validations: required: true diff --git a/.github/ISSUE_TEMPLATE/support_request.yml b/.github/ISSUE_TEMPLATE/support_request.yml index 34c2a85..f7198f5 100644 --- a/.github/ISSUE_TEMPLATE/support_request.yml +++ b/.github/ISSUE_TEMPLATE/support_request.yml @@ -63,6 +63,7 @@ body: label: Version description: What launcher version are you using? options: + - v2.2.1 - v2.2.0 - v2.1.1 - v2.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8db41f2..b6a7a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,6 @@ jobs: tag_name: ${{ github.ref_name }} files: | artifacts/arch-package/*.pkg.tar.zst - artifacts/arch-package/*.src.tar.zst artifacts/arch-package/.SRCINFO artifacts/linux-builds/**/* artifacts/windows-builds/**/* diff --git a/GUI/index.html b/GUI/index.html index 4c0dc2b..5f9c09a 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -217,32 +217,16 @@