From 878a18f4c3a2f2fa3bb590db65ebfd2a97304747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:40 +0000 Subject: [PATCH 01/25] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- .github/workflows/chocolatey-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 0ea5bd5..2ed8e90 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache tools uses: actions/cache@v2 id: cache diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 8fc2753..ba24e34 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'rcmaehl/MSEdgeRedirect' steps: - name: Clone Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: oprypin/find-latest-tag@v1 with: repository: rcmaehl/MSEdgeRedirect # The repository to scan. From e6a92a0a6852e8f37c9689ef69c0ca6d822dea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:41 +0000 Subject: [PATCH 02/25] Bump crazy-max/ghaction-chocolatey from 1 to 2 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1 to 2. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1...v2) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chocolatey-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 8fc2753..c63b2a0 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -37,10 +37,10 @@ jobs: echo "::set-output name=nuget::$version" sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v2 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v1 + uses: crazy-max/ghaction-chocolatey@v2 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From 4ad1eed5ab6d2bb3122f9419355ee3dbe28efb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:46 +0000 Subject: [PATCH 03/25] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 0ea5bd5..7003803 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache tools - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: | From 836eb7cc8e669e2b3a11c8f3f93ccc6873c3845b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:42:47 +0000 Subject: [PATCH 04/25] Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 0ea5bd5..8ced70a 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -43,7 +43,7 @@ jobs: run: | Start-Process "${env:ProgramFiles(x86)}\AutoIt3\AutoIt3.exe" "`"${env:ProgramFiles(x86)}\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3`" /NoStatus /prod /in MSEdgeRedirect.au3" -NoNewWindow -Wait sha256sum -b MSEdgeRedirect*.exe > checksums.sha256 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: mser path: | From 4f35634eae3039de4233145e46f1a5e29c77b799 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Sun, 2 Oct 2022 01:41:36 -0400 Subject: [PATCH 05/25] Update dev builds to use 0.8.0.0-dev branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869ff1d..614a679 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Looking to Disable Web Search Entirely? Try [@krlvm](https://github.com/krlvm)'s Download Stable (GitHub)|Download Testing (GitHub) ----|---- -| +| ### Package Managers From 5e6633ec84a4ed4b84388e20599c244046e847c6 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 7 Oct 2022 12:54:00 +0800 Subject: [PATCH 06/25] Fix version fallback in Winget --- .github/workflows/winget-submission.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 5efca76..23b5317 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -17,7 +17,7 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: rcmaehl.MSEdgeRedirect - version: ${{ inputs.tag_name || github.release.tag_name }} - release-tag: ${{ inputs.tag_name || github.release.tag_name }} + version: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} + release-tag: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} delete-previous-version: 'true' token: ${{ secrets.MSEdgeRedirect_PAT }} From 70a6f16be4f95af9c9c5bba7ea55e63f337dd017 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 7 Oct 2022 12:57:28 +0800 Subject: [PATCH 07/25] Update winget-submission.yml --- .github/workflows/winget-submission.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 23b5317..2ac68c4 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -17,7 +17,7 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: rcmaehl.MSEdgeRedirect - version: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} - release-tag: ${{ inputs.tag_name || github.release.tag_name || github.ref_name }} + version: ${{ inputs.tag_name || github.event.release.tag_name }} + release-tag: ${{ inputs.tag_name || github.event.release.tag_name }} delete-previous-version: 'true' token: ${{ secrets.MSEdgeRedirect_PAT }} From 128cbeb254275ea4da90b6fa6f3b206852cb6555 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 27 Oct 2022 10:53:40 -0400 Subject: [PATCH 08/25] Add Cleanup Tool to Readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 614a679..d8b5030 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ Yes, as of 0.5.0.0, you can select One of 8 available Search Engines, or set you ### How do I uninstall? -Regular Install|Chocolatey|Scoop|Winget -----|----|----|---- -Use Programs and Features|`choco uninstall msedgeredirect`|`scoop uninstall msedgeredirect`|`winget uninstall MSEdgeRedirect` +#### Normal Installs +Regular Install|Corrupted Install +----|---- +Use Programs and Features|[Cleanup Tool](https://raw.githubusercontent.com/rcmaehl/MSEdgeRedirect/main/Assets/Cleanup%20Tool.ps1) + +#### Package Managers +Chocolatey|Scoop|Winget +----|----|---- +`choco uninstall msedgeredirect`|`scoop uninstall msedgeredirect`|`winget uninstall MSEdgeRedirect` From a3b9a372e24bf1b246acffddacb71a462582e304 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 2 Nov 2022 23:02:03 -0400 Subject: [PATCH 09/25] Remove old commented out markdown --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d8b5030..d4eb1d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - [![Latest download count](https://img.shields.io/github/downloads/rcmaehl/MSEdgeRedirect/latest/total)](https://github.com/rcmaehl/MSEdgeRedirect/releases/latest/) [![Chocolatey download count](https://img.shields.io/chocolatey/dt/msedgeredirect?label=Chocolatey+downloads)](https://chocolatey.org/packages/msedgeredirect) [![Ko-fi](https://img.shields.io/badge/Support%20me%20on-Ko--fi-FF5E5B.svg?logo=ko-fi)](https://ko-fi.com/rcmaehl) From f21ac0489bcf43b087bffc688c744f625d68bdff Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 9 Dec 2022 15:26:02 -0500 Subject: [PATCH 10/25] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4eb1d9..63a310a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Run `microsoft-edge:https://google.com` using the `Windows` + `R` keys. If that ### Will searches inside \ still use Bing? -MSEdge Redirect only redirects links that attempt to open in MS Edge. It will not affect results generated within other applications. +MSEdgeRedirect only redirects links that attempt to open in MS Edge. It will not affect results generated within other applications. ### Can you change Bing results to Google Results? From 9c501bf07a6b9962db378176e0743e3ba0c66e53 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 26 Dec 2022 01:28:56 -0500 Subject: [PATCH 11/25] Fix Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a310a..7ba65c0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Looking to Disable Web Search Entirely? Try [@krlvm](https://github.com/krlvm)'s Download Stable (GitHub)|Download Testing (GitHub) ----|---- -| +| ### Package Managers From 9c66925779c0d65be3ac897add8ba26b11a48b0d Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 19 Jan 2023 15:02:24 -0500 Subject: [PATCH 12/25] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8681cba..d321a9d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,11 +12,8 @@ body: attributes: label: Preflight Checklist options: - - label: Microsoft Edge is still installed (see issue 26) - required: true - label: Running microsoft-edge:https://google.com redirects successfully - required: true - - label: Microsoft Edge is selected in any "How do you want to open this?" box (if applicable) + - label: Microsoft Edge is selected in any "How do you want to open this?" box - type: dropdown attributes: From a6d487146860d442f35a4a57f7c3819c60c135e3 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 20 Jan 2023 15:36:38 -0500 Subject: [PATCH 13/25] Renew Security.txt --- security.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.txt b/security.txt index f903e5d..2eac692 100644 --- a/security.txt +++ b/security.txt @@ -1,3 +1,3 @@ Contact: mailto:rcmaehl+critical@gmail.com -Expires: 2023-01-01T05:00:00.000Z +Expires: 2024-01-01T05:00:00.000Z Preferred-Languages: en From 2a58909c4330b698fe7979eb87c8b672e7656206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:19:25 +0000 Subject: [PATCH 14/25] Bump vedantmgoyal2009/winget-releaser from 1 to 2 Bumps [vedantmgoyal2009/winget-releaser](https://github.com/vedantmgoyal2009/winget-releaser) from 1 to 2. - [Release notes](https://github.com/vedantmgoyal2009/winget-releaser/releases) - [Commits](https://github.com/vedantmgoyal2009/winget-releaser/compare/v1...v2) --- updated-dependencies: - dependency-name: vedantmgoyal2009/winget-releaser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 2ac68c4..50e6853 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -14,7 +14,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: rcmaehl.MSEdgeRedirect version: ${{ inputs.tag_name || github.event.release.tag_name }} From 677460b4a17c1151bc958e925c651d5a071a433d Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 28 Jun 2023 11:04:57 -0400 Subject: [PATCH 15/25] Update chocolatey-package.yml Upgrade to crazy-max/ghaction-chocolatey@v2.2.0 --- .github/workflows/chocolatey-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index cd49676..ccc9326 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -37,10 +37,10 @@ jobs: echo "::set-output name=nuget::$version" sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v2.2.0 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v2.2.0 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From 9f1e56f4f279ac27de17916c83f632b71101b380 Mon Sep 17 00:00:00 2001 From: Naveen Prashanth <78990165+gnpaone@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:26:51 +0530 Subject: [PATCH 16/25] Update chocolatey-package.yml --- .github/workflows/chocolatey-package.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index ccc9326..c6d58bc 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -33,13 +33,21 @@ jobs: - name: Set Version id: version run: | - version=${{ steps.latesttag.outputs.tag }} - echo "::set-output name=nuget::$version" + version=0.7.4.0 + echo "nuget=$version" >> $GITHUB_OUTPUT sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" + - name: Choco Downgrade + uses: crazy-max/ghaction-chocolatey@v2 + with: + args: install chocolatey --version=1.2.1 --allow-downgrade -y -r --no-progress - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v2.2.0 + uses: crazy-max/ghaction-chocolatey@v2 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect + - name: Choco Upgrade + uses: crazy-max/ghaction-chocolatey@v2 + with: + args: upgrade chocolatey - name: Upload Release uses: crazy-max/ghaction-chocolatey@v2.2.0 with: From 188efecf3eac6b90405234680c1ae904209198dc Mon Sep 17 00:00:00 2001 From: Naveen Prashanth <78990165+gnpaone@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:29:46 +0530 Subject: [PATCH 17/25] Update chocolatey-package.yml --- .github/workflows/chocolatey-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index c6d58bc..9df75d3 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -33,7 +33,7 @@ jobs: - name: Set Version id: version run: | - version=0.7.4.0 + version=${{ steps.latesttag.outputs.tag }} echo "nuget=$version" >> $GITHUB_OUTPUT sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Choco Downgrade @@ -49,6 +49,6 @@ jobs: with: args: upgrade chocolatey - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v2.2.0 + uses: crazy-max/ghaction-chocolatey@v2 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From b64b53910381191e1d8f056bc331d0f55806c3dc Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 13:47:13 -0400 Subject: [PATCH 18/25] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d321a9d..3bed1ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: attributes: label: Preflight Checklist options: - - label: Running microsoft-edge:https://google.com redirects successfully + - label: Running `microsoft-edge:https://google.com` redirects successfully - label: Microsoft Edge is selected in any "How do you want to open this?" box - type: dropdown From 857894b429fbc9a50320cfcd32feb018f74d9043 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 14:03:07 -0400 Subject: [PATCH 19/25] Create help_request.yml --- .github/help_request.yml | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/help_request.yml diff --git a/.github/help_request.yml b/.github/help_request.yml new file mode 100644 index 0000000..a3a2f80 --- /dev/null +++ b/.github/help_request.yml @@ -0,0 +1,69 @@ +name: "⁉ Help Request" +description: It's just not working +labels: +body: +- type: markdown + attributes: + value: | + Please make sure to [search for existing issues](https://github.com/rcmaehl/MSEdgeRedirect/issues) before filing a new one! + +- type: checkboxes + attributes: + label: Preflight Checklist + options: + - label: Microsoft Edge is selected in any "How do you want to open this?" box + - label: I've ran the [Cleanup tool](https://raw.githubusercontent.com/rcmaehl/MSEdgeRedirect/main/Assets/Cleanup%20Tool.ps1) and tried another install + +- type: dropdown + attributes: + label: Install Type + description: How was MSEdgeRedirect Installed / Updated + multiple: false + options: + - New Install + - Manual Update + - New Deployment (Chocolatey, Winget, Etc) + - Managed Update (Chocolatey, Winget, Etc) + validations: + required: true + +- type: dropdown + attributes: + label: Install Mode + description: Which Mode is selected during install? + multiple: false + options: + - Active Mode + - Service Mode + - Unsure + validations: + required: true + +- type: textarea + attributes: + label: ℹ Behavior + description: We highly suggest including screenshots and logs (%localappdata%\MSEdgeRedirect\logs). + placeholder: What isn't working? + validations: + required: false + +- type: input + attributes: + label: Microsoft Windows version + placeholder: | + "20H2 Build 19042" + description: | + Run Winver from Run (Win+R) or Start Menu + validations: + required: true + +- type: textarea + attributes: + label: Other Software + description: If you're reporting a bug about our interaction with other software, what software? What versions? + placeholder: | + vim 8.2 (inside WSL) + OpenSSH_for_Windows_8.1p1 + My Cool Application v0.3 (include a code snippet if it would help!) + validations: + required: false From 40967f8ae812c2e5aa6a1a41b872b1a8ec617683 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 14:03:48 -0400 Subject: [PATCH 20/25] Rename .github/help_request.yml to .github/ISSUE_TEMPLATE/help_request.yml --- .github/{ => ISSUE_TEMPLATE}/help_request.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => ISSUE_TEMPLATE}/help_request.yml (100%) diff --git a/.github/help_request.yml b/.github/ISSUE_TEMPLATE/help_request.yml similarity index 100% rename from .github/help_request.yml rename to .github/ISSUE_TEMPLATE/help_request.yml From c1dff2009a36aca073b90f0a681050c0edd3b0d5 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 31 Jul 2023 14:07:22 -0400 Subject: [PATCH 21/25] Add a required label --- .github/ISSUE_TEMPLATE/help_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/help_request.yml b/.github/ISSUE_TEMPLATE/help_request.yml index a3a2f80..748aafb 100644 --- a/.github/ISSUE_TEMPLATE/help_request.yml +++ b/.github/ISSUE_TEMPLATE/help_request.yml @@ -1,6 +1,7 @@ name: "⁉ Help Request" description: It's just not working labels: +- troubleshooting body: - type: markdown attributes: From 854d496bfc7e8f09ea8dfb8dcdd6ee85d6b1a98d Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:50:19 +0800 Subject: [PATCH 22/25] Change Winget Releaser job to `ubuntu-latest` --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 50e6853..bf9d93a 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -12,7 +12,7 @@ on: jobs: publish: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: From a7d403e20c2ba83a62f0f32bff6c68b55f3b077a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:35:54 +0000 Subject: [PATCH 23/25] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MSER.yml | 2 +- .github/workflows/chocolatey-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MSER.yml b/.github/workflows/MSER.yml index 9c6ab3c..930e66f 100644 --- a/.github/workflows/MSER.yml +++ b/.github/workflows/MSER.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache tools uses: actions/cache@v3 id: cache diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 9df75d3..28337cd 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'rcmaehl/MSEdgeRedirect' steps: - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: oprypin/find-latest-tag@v1 with: repository: rcmaehl/MSEdgeRedirect # The repository to scan. From 01ec514f746fb313ea988a1e71c06ae752255925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:09:41 +0000 Subject: [PATCH 24/25] Bump crazy-max/ghaction-chocolatey from 2 to 3 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chocolatey-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chocolatey-package.yml b/.github/workflows/chocolatey-package.yml index 9df75d3..0659820 100644 --- a/.github/workflows/chocolatey-package.yml +++ b/.github/workflows/chocolatey-package.yml @@ -37,18 +37,18 @@ jobs: echo "nuget=$version" >> $GITHUB_OUTPUT sed -i "s/{VERSION}/${version}/g" "Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec" - name: Choco Downgrade - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install chocolatey --version=1.2.1 --allow-downgrade -y -r --no-progress - name: Pack Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: pack Assets/Choco/MSEdgeRedirect/msedgeredirect.nuspec --outputdirectory Assets/Choco/MSEdgeRedirect - name: Choco Upgrade - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: upgrade chocolatey - name: Upload Release - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: push Assets/Choco/MSEdgeRedirect/msedgeredirect.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }} From 51fae68ec3482709d8b92582a2aeb29931f6fb4b Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 15 Nov 2023 23:25:47 -0500 Subject: [PATCH 25/25] Update MSEdgeRedirect.au3 --- MSEdgeRedirect.au3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index db0517b..87de363 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -540,8 +540,12 @@ Func _DecodeAndRun($sEdge = $aEdges[1], $sCMDLine = "") Local $aCMDLine Select - Case StringLeft($sCMDLine, 2) = "--" And _GetSettingValue("RunUnsafe") - _SafeRun($sEdge, $sCMDLine) + Case StringLeft($sCMDLine, 2) = "--" + If _GetSettingValue("RunUnsafe") Then + _SafeRun($sEdge, $sCMDLine) + Else + FileWrite($hLogs[$AppSecurity], _NowCalc() & " - " & "Blocked Unsafe Flag: " & $sCMDLine & @CRLF) + EndIf Case StringInStr($sCMDLine, "--default-search-provider=?") FileWrite($hLogs[$URIFailures], _NowCalc() & " - Skipped Settings URL: " & $sCMDLine & @CRLF) Case StringInStr($sCMDLine, "profiles_settings")