Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/azdo-pr-dashboard.user.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// ==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

// @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/*
Expand Down Expand Up @@ -76,10 +76,10 @@
'agent-arbitration-status-off': 'Off',
});

eus.showTipOnce('release-2026-04-15', 'New in the AzDO userscript', `
<p>Highlights from the 2026-04-15 update!</p>
eus.showTipOnce('release-2026-04-17', 'New in the AzDO userscript', `
<p>Highlights from the 2026-04-17 update!</p>
<ul>
<li>Fix: correct labels container position in the PR dashboard. (#245)</li>
<li>Switch from Rebrandly to GitHub for update URL (#247)</li>
</ul>
<p>Comments, bugs, suggestions? File an issue on <a href="https://github.com/alejandro5042/azdo-userscripts" target="_blank">GitHub</a> 🧡</p>
`);
Expand Down
Loading