diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index e067e1b1d..ef03b9422 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -1,5 +1,5 @@ name: '🐞 Report an issue or a bug' -description: Report issues or unexpected behaviors +description: Report issues or unexpected behaviors. title: "[BUG] (Enter your description here)" labels: ["bug"] assignees: marticliment @@ -13,9 +13,9 @@ body: required: true - label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/WingetUI/releases/). required: true - - label: I have checked the [FAQ](https://github.com/marticliment/WingetUI#frequently-asked-questions) section for solutions + - label: I have checked the [FAQ](https://github.com/marticliment/WingetUI#frequently-asked-questions) section for solutions. required: true - - label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/WingetUI/issues/new/choose)) + - label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/WingetUI/issues/new/choose)). required: true - type: input attributes: @@ -32,27 +32,27 @@ body: - type: textarea attributes: label: Describe your issue - placeholder: Explain the issue you are experiencing, providing as many details as possible about it + placeholder: Explain the issue you are experiencing, providing as many details as possible about it. validations: required: true - type: textarea attributes: label: Steps to reproduce the issue - placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared + placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared. validations: required: false - type: textarea attributes: - label: WingetUI Log + label: UniGetUI Log render: "text" - placeholder: Paste here your WingetUI logs. Click the button on the top-right corner of WingetUI -> WingetUI Log + placeholder: Paste here your UniGetUI logs. Click the button on the top-right corner of UniGetUI -> UniGetUI Log. validations: required: true - type: textarea attributes: label: Package Managers Logs render: "text" - placeholder: Paste here your Package Manager logs. Click the button on the top-right corner of WingetUI -> Package Manager logs + placeholder: Paste here your Package Manager logs. Click the button on the top-right corner of UniGetUI -> Package Manager logs. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml_new b/.github/ISSUE_TEMPLATE/bug-issue.yml_new index 3d5c6c40a..bd8aa84f9 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml_new +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml_new @@ -1,52 +1,52 @@ name: '🐞 Report an issue or a bug' -description: Report issues or unexpected behaviours +description: Report issues or unexpected behaviors. title: "[BUG] (Enter your description here)" labels: ["bug"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue. required: true - label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/WingetUI/releases/). required: true - - label: I have checked the [FAQ](https://github.com/marticliment/WingetUI#frequently-asked-questions) section for solutions + - label: I have checked the [FAQ](https://github.com/marticliment/WingetUI#frequently-asked-questions) section for solutions. required: true - - label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/WingetUI/issues/new/choose)) + - label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/WingetUI/issues/new/choose)). required: true - type: textarea attributes: label: Describe your issue - placeholder: Explain the issue you are experiencing, providing as many details as possible about it + placeholder: Explain the issue you are experiencing, providing as many details as possible about it. validations: required: true - type: textarea attributes: label: Steps to reproduce the issue - placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared + placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared. validations: required: false - type: textarea attributes: - label: UniGetUI Log + label: WingetUI Log render: "text" - placeholder: Paste here your UniGetUI logs. Click the button on the top-right corner of UniGetUI -> UniGetUI Log + placeholder: Paste here your WingetUI logs. Click the button on the top-right corner of UniGetUI -> UniGetUI Log. validations: required: true - type: textarea attributes: label: Package Managers Logs render: "text" - placeholder: Paste here your Package Manager logs. Click the button on the top-right corner of UniGetUI -> Package Manager logs + placeholder: Paste here your Package Manager logs. Click the button on the top-right corner of UniGetUI -> Package Manager Logs. validations: required: true - type: textarea attributes: label: Relevant information - placeholder: Other relevant information about this issue. Perhaps if you have some special settings enabled or any other detail that could be related. + placeholder: Other relevant information about this issue. Perhaps you have some special settings enabled or any other detail that could be related. validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml index bbaec4c2e..8720485b8 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml @@ -1,29 +1,29 @@ name: '🚧 Suggest an improvement or an enhancement' -description: Propose an improvement to WingetUI +description: Propose an improvement to UniGetUI. title: "[ENHANCEMENT] (Enter your description here)" labels: ["enhancement"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue. required: true - - label: This improvement refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29) + - label: This improvement refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29). required: true - - label: This improvement is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29) + - label: This improvement is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29). required: true - type: textarea attributes: label: Describe the improvement - placeholder: Explain how you see this enhancement, providing as many details as possible about it + placeholder: Explain how you see this enhancement, providing as many details as possible about it. validations: required: true - type: textarea attributes: - label: Describe how this improvement could help users. + label: Describe how this improvement could help users placeholder: For what would it be useful? validations: required: true diff --git a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml_new b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml_new index dabbebedf..8720485b8 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml_new +++ b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml_new @@ -1,29 +1,29 @@ name: '🚧 Suggest an improvement or an enhancement' -description: Propose an improvement to UniGetUI +description: Propose an improvement to UniGetUI. title: "[ENHANCEMENT] (Enter your description here)" labels: ["enhancement"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue. required: true - - label: This improvement refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29) + - label: This improvement refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29). required: true - - label: This improvement is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29) + - label: This improvement is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29). required: true - type: textarea attributes: label: Describe the improvement - placeholder: Explain how you see this enhancement, providing as many details as possible about it + placeholder: Explain how you see this enhancement, providing as many details as possible about it. validations: required: true - type: textarea attributes: - label: Describe how this improvement could help users. + label: Describe how this improvement could help users placeholder: For what would it be useful? validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index ff79b067f..504dcc654 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,27 +1,27 @@ name: '💡 Propose a new feature' -description: Propose a new feature that could be useful in WingetUI +description: Propose a new feature that could be useful in UniGetUI. title: "[FEATURE REQUEST] (Enter your description here)" labels: ["new-feature"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue. required: true - - label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29) + - label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29). required: true - type: textarea attributes: label: Describe the new feature - placeholder: Explain how you see this new feature, providing as many details as possible about it + placeholder: Explain how you see this new feature, providing as many details as possible about it. validations: required: true - type: textarea attributes: - label: Describe how this new feature could help users. + label: Describe how this new feature could help users placeholder: For what would it be useful? validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml_new b/.github/ISSUE_TEMPLATE/feature-request.yml_new index b55e020be..504dcc654 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml_new +++ b/.github/ISSUE_TEMPLATE/feature-request.yml_new @@ -1,27 +1,27 @@ name: '💡 Propose a new feature' -description: Propose a new feature that could be useful in UniGetUI +description: Propose a new feature that could be useful in UniGetUI. title: "[FEATURE REQUEST] (Enter your description here)" labels: ["new-feature"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue. required: true - - label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29) + - label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29). required: true - type: textarea attributes: label: Describe the new feature - placeholder: Explain how you see this new feature, providing as many details as possible about it + placeholder: Explain how you see this new feature, providing as many details as possible about it. validations: required: true - type: textarea attributes: - label: Describe how this new feature could help users. + label: Describe how this new feature could help users placeholder: For what would it be useful? validations: required: true diff --git a/.github/ISSUE_TEMPLATE/hard-crash.yml b/.github/ISSUE_TEMPLATE/hard-crash.yml index 440ba26ef..0d5d734f4 100644 --- a/.github/ISSUE_TEMPLATE/hard-crash.yml +++ b/.github/ISSUE_TEMPLATE/hard-crash.yml @@ -1,17 +1,17 @@ name: '🚑 Report a crash or a hang' -description: WingetUI is not launching, is hard-crashing, or is hanging at some point +description: UniGetUI is not launching, is hard-crashing, or is hanging at some point. title: "[CRASH] (Enter your description here)" labels: ["bug", "important"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - - label: I have tried deleting a folder named `.wingetui` placed on the user directory + - label: I have tried deleting a folder named `.wingetui` placed on the user directory. required: true - - label: I have tried reinstalling WingetUI + - label: I have tried reinstalling WingetUI. required: true - label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/WingetUI/releases/). required: true diff --git a/.github/ISSUE_TEMPLATE/hard-crash.yml_new b/.github/ISSUE_TEMPLATE/hard-crash.yml_new index 81c09d20b..cc447166a 100644 --- a/.github/ISSUE_TEMPLATE/hard-crash.yml_new +++ b/.github/ISSUE_TEMPLATE/hard-crash.yml_new @@ -1,17 +1,17 @@ name: '🚑 Report a crash or a hang' -description: UniGetUI is not launching, is hard-crashing or is hanging at some point +description: UniGetUI is not launching, is hard-crashing or is hanging at some point. title: "[CRASH] (Enter your description here)" labels: ["bug", "important"] assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - - label: I have tried deleting a folder named `.wingetui` placed on the user directory + - label: I have tried deleting a folder named `.wingetui` placed on the user directory. required: true - - label: I have tried reinstalling UniGetUI + - label: I have tried reinstalling UniGetUI. required: true - label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/WingetUI/releases/). required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a63a02a4f..57d5c2914 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ -- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#coding) and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)** +- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#coding), and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)**. - [ ] **Have you checked that there aren't other open [pull requests](https://github.com/marticliment/WingetUI/pulls) for the same changes?** - [ ] **Have you tested that the committed code can be executed without errors?** - [ ] **This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.** -Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the time of the contributors, who have to spend their free time reviewing, fixing, and testing code that does not even compile, breaks other features, or does not introduce any useful changes. Thank you for your understanding +Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the time of the contributors, who have to spend their free time reviewing, fixing, and testing code that does not even compile, breaks other features, or does not introduce any useful changes. Thank you for your understanding. ----- diff --git a/.github/PULL_REQUEST_TEMPLATE.md_new b/.github/PULL_REQUEST_TEMPLATE.md_new index 291d40e07..a706b86bf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md_new +++ b/.github/PULL_REQUEST_TEMPLATE.md_new @@ -1,10 +1,10 @@ -- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#coding) and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)** +- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#coding), and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)**. - [ ] **Have you checked that there aren't other open [pull requests](https://github.com/marticliment/WingetUI/pulls) for the same changes?** - [ ] **Have you tested that the committed code can be executed without errors?** - [ ] **This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.** -Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the time of the contributors, who have to spend their free time reviewing, fixing and testing code that does not even compile, breaks other features or does not introduce any useful changes. Thank you for your understanding +Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the time of the contributors, who have to spend their free time reviewing, fixing and testing code that does not even compile, breaks other features or does not introduce any useful changes. Thank you for your understanding. ----- diff --git a/WebBasedData/screenshot-database-v2.json b/WebBasedData/screenshot-database-v2.json index 4dcd29253..2e397d9bd 100644 --- a/WebBasedData/screenshot-database-v2.json +++ b/WebBasedData/screenshot-database-v2.json @@ -1,10 +1,10 @@ { "package_count": { "total": 11707, - "done": 5076, - "packages_with_icon": 5076, - "packages_with_screenshot": 561, - "total_screenshots": 1749 + "done": 5077, + "packages_with_icon": 5077, + "packages_with_screenshot": 566, + "total_screenshots": 1761 }, "icons_and_screenshots": { "010memorizer": { @@ -5693,19 +5693,31 @@ }, "brave": { "icon": "https://images2.imgbox.com/ba/f3/TN24YrQw_o.png", - "images": [] + "images": [ + "https://i.postimg.cc/RZBLqdDV/Brave-headpic.png", + "https://i.postimg.cc/tg9nGmmW/image.png" + ] }, "brave-beta": { "icon": "https://images2.imgbox.com/ba/f3/TN24YrQw_o.png", - "images": [] + "images": [ + "https://i.postimg.cc/RZBLqdDV/Brave-headpic.png", + "https://i.postimg.cc/tg9nGmmW/image.png" + ] }, "brave-dev": { "icon": "https://images2.imgbox.com/ba/f3/TN24YrQw_o.png", - "images": [] + "images": [ + "https://i.postimg.cc/RZBLqdDV/Brave-headpic.png", + "https://i.postimg.cc/tg9nGmmW/image.png" + ] }, "brave-nightly": { "icon": "https://images2.imgbox.com/ba/f3/TN24YrQw_o.png", - "images": [] + "images": [ + "https://i.postimg.cc/RZBLqdDV/Brave-headpic.png", + "https://i.postimg.cc/tg9nGmmW/image.png" + ] }, "breaktimer": { "icon": "", @@ -19417,8 +19429,13 @@ "images": [] }, "insomnia": { - "icon": "", - "images": [] + "icon": "https://community.chocolatey.org/content/packageimages/insomnia-rest-api-client.2023.9.2.png", + "images": [ + "https://i.postimg.cc/yNCXgPp8/image.png", + "https://i.postimg.cc/B6qTNv0W/image.png", + "https://i.postimg.cc/Bbbx9wbM/image.png", + "https://i.postimg.cc/Qt0pzr8F/image.png" + ] }, "insomnia-designer": { "icon": "https://community.chocolatey.org/content/packageimages/insomnia-designer.2020.5.2.png",