You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azdo-pr-dashboard.user.js
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// ==UserScript==
2
2
3
3
// @name More Awesome Azure DevOps (userscript)
4
-
// @version 3.8.1
4
+
// @version 3.8.2
5
5
// @author Alejandro Barreto (NI)
6
6
// @description Makes general improvements to the Azure DevOps experience, particularly around pull requests. Also contains workflow improvements for NI engineers.
7
7
// @license MIT
@@ -76,11 +76,10 @@
76
76
'agent-arbitration-status-off': 'Off',
77
77
});
78
78
79
-
eus.showTipOnce('release-2025-08-08','New in the AzDO userscript',`
80
-
<p>Highlights from the 2025-08-08 update!</p>
79
+
eus.showTipOnce('release-2026-04-15','New in the AzDO userscript',`
80
+
<p>Highlights from the 2026-04-15 update!</p>
81
81
<ul>
82
-
<li>New: display the followers of a work item in the newer Boards view (#240).</li>
83
-
<li>Fix: navigating to the pull requests view from another AzDO page will now correctly show the organization pull requests page link. (#242)</li>
82
+
<li>Fix: correct labels container position in the PR dashboard. (#245)</li>
84
83
</ul>
85
84
<p>Comments, bugs, suggestions? File an issue on <a href="https://github.com/alejandro5042/azdo-userscripts" target="_blank">GitHub</a> 🧡</p>
0 commit comments