diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 61de36d..e4b0485 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,14 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: Bug/Issue Report labels: bug, security, enhancement assignees: axtonprice --- **Describe the bug** -A clear and concise description of what the bug is. Please state the version of Quickblaze you are using. Do not submit bug report if you are not using the latest version! +A clear and concise description of what the bug is. Do not submit bug report if you are not using the latest QuickBlaze version! **To Reproduce** Steps to reproduce the behavior: diff --git a/.version b/.version index 8f069cf..dddd70e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -{ "BRANCH": "main", "VERSION":"1.1.11" } \ No newline at end of file +{ "BRANCH": "main", "VERSION":"1.1.12" } \ No newline at end of file diff --git a/Public/assets/img/favicon-1000x1000.png b/Public/assets/img/favicon-1000x1000.png new file mode 100644 index 0000000..a904f38 Binary files /dev/null and b/Public/assets/img/favicon-1000x1000.png differ diff --git a/Public/assets/img/favicon-100x100.png b/Public/assets/img/favicon-100x100.png new file mode 100644 index 0000000..c00a0e5 Binary files /dev/null and b/Public/assets/img/favicon-100x100.png differ diff --git a/Public/assets/img/favicon-255x255.png b/Public/assets/img/favicon-255x255.png new file mode 100644 index 0000000..d2486e0 Binary files /dev/null and b/Public/assets/img/favicon-255x255.png differ diff --git a/Public/assets/img/favicon-500x500.png b/Public/assets/img/favicon-500x500.png new file mode 100644 index 0000000..ba06f86 Binary files /dev/null and b/Public/assets/img/favicon-500x500.png differ diff --git a/Public/assets/img/favicon-50x50.png b/Public/assets/img/favicon-50x50.png new file mode 100644 index 0000000..663ce5f Binary files /dev/null and b/Public/assets/img/favicon-50x50.png differ diff --git a/Public/assets/img/favicon.png b/Public/assets/img/favicon.png deleted file mode 100644 index 0c389c6..0000000 Binary files a/Public/assets/img/favicon.png and /dev/null differ diff --git a/SECURITY.md b/SECURITY.md index aa1ac24..74c1be9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,16 +4,18 @@ | Version | Supported | | ---------- | ----------------- | -| v1.1.2 => | ✅ | -| <= v1.1.0 | ❌ | +| ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/axtonprice-dev/quickblaze-encrypt?label=%20&style=flat-square) => | ✅ | +| <= GitHub release (latest by date) | ❌ | -*Versions below v1.1.0 are not supported, as they are not stable releases. We will not be providing support for them and suggestions, bug reports and other requests will automatically be ignored* +>Versions below the latest release are not supported. We will not be providing support for them and suggestions, bug reports and other requests will beautomatically ignored* ## Reports & Submissions -Please report all security vulnerabilities, bug reports, as well as suggestions to either the GitHub [issues](https://github.com/axtonprice-dev/quickblaze-encrypt/issues) page, [discussion](https://github.com/axtonprice-dev/quickblaze-encrypt/discussions) page, or the community [Discord server](https://discord.gg/dP3MuBATGc). -You can also directly contact the project lead developer via Discord, in order to submit reports or suggestions. +Please report all security vulnerabilities, bug reports, and suggestions to either the GitHub [issues](https://github.com/axtonprice-dev/quickblaze-encrypt/issues) page, [discussion](https://github.com/axtonprice-dev/quickblaze-encrypt/discussions) page, or the community [Discord server](https://discord.gg/dP3MuBATGc). +You can also directly contact the project's lead developer via Discord DM's, in order to manually report bugs & issues or suggestions. -*[axtonprice's Discord](https://github.com/axtonprice): `Axton P.#1234`* +👤 **axtonprice** - Lead Developer + +* Discord: `Axton P.#1234` Thank you. \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..84f0e3c Binary files /dev/null and b/favicon.ico differ