From 194830e2d0a9fe0d571da2e7583a3e63183525dd Mon Sep 17 00:00:00 2001 From: Kyle Roeschley Date: Fri, 17 Apr 2026 08:49:50 -0400 Subject: [PATCH 1/2] Switch from Rebrandly to GitHub for update URL --- src/azdo-pr-dashboard.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azdo-pr-dashboard.user.js b/src/azdo-pr-dashboard.user.js index e4a76bf..b1c9950 100644 --- a/src/azdo-pr-dashboard.user.js +++ b/src/azdo-pr-dashboard.user.js @@ -9,7 +9,7 @@ // @namespace https://github.com/alejandro5042 // @homepageURL https://alejandro5042.github.io/azdo-userscripts/ // @supportURL https://alejandro5042.github.io/azdo-userscripts/SUPPORT.html -// @updateURL https://rebrand.ly/update-azdo-pr-dashboard-user-js +// @updateURL https://github.com/alejandro5042/azdo-userscripts/releases/latest/download/azdo-pr-dashboard.user.js // @contributionURL https://github.com/alejandro5042/azdo-userscripts // @include https://dev.azure.com/* From 9e18472a4529d1cf3c96c77bdcf55ff038846b4f Mon Sep 17 00:00:00 2001 From: Kyle Roeschley Date: Fri, 17 Apr 2026 09:46:56 -0400 Subject: [PATCH 2/2] Update version and release message --- src/azdo-pr-dashboard.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/azdo-pr-dashboard.user.js b/src/azdo-pr-dashboard.user.js index b1c9950..b253742 100644 --- a/src/azdo-pr-dashboard.user.js +++ b/src/azdo-pr-dashboard.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name More Awesome Azure DevOps (userscript) -// @version 3.8.2 +// @version 3.8.3 // @author Alejandro Barreto (NI) // @description Makes general improvements to the Azure DevOps experience, particularly around pull requests. Also contains workflow improvements for NI engineers. // @license MIT @@ -76,10 +76,10 @@ 'agent-arbitration-status-off': 'Off', }); - eus.showTipOnce('release-2026-04-15', 'New in the AzDO userscript', ` -

Highlights from the 2026-04-15 update!

+ eus.showTipOnce('release-2026-04-17', 'New in the AzDO userscript', ` +

Highlights from the 2026-04-17 update!

Comments, bugs, suggestions? File an issue on GitHub 🧡

`);