diff --git a/README.md b/README.md index d9109f7..26b019c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,13 @@ By default, Violentmonkey will auto-update scripts from the original install loc - "Show More" buttons on work item forms and on Kanban boards are auto-clicked for you! (But only if the New column is expanded) - Work item forms show under the comment box who else is following the work item (disclaimer: also shows people that are only following state changes) -### Augmented build results view (NI-only) +### Augmented build results view + +In the builds results logs view, the left pane is now resizable so that job and step names are more visible. + +![Resizable build results view.](assets/resizable-build-logs-pane.png) + +#### NI-only changes > These features are only available in [NI](https://www.ni.com) AzDO accounts. diff --git a/assets/resizable-build-logs-pane.png b/assets/resizable-build-logs-pane.png new file mode 100644 index 0000000..8828ec3 Binary files /dev/null and b/assets/resizable-build-logs-pane.png differ diff --git a/src/azdo-pr-dashboard.user.js b/src/azdo-pr-dashboard.user.js index afe8d49..87cdf04 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.7.4 +// @version 3.7.5 // @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,15 +76,13 @@ 'agent-arbitration-status-off': 'Off', }); - eus.showTipOnce('release-2021-11-14', 'New in the AzDO userscript', ` -

Highlights from the 2021-11-14 update!

-

PR reviewers are now annotated with:

+ eus.showTipOnce('release-2024-06-06', 'New in the AzDO userscript', ` +

Highlights from the 2024-06-06 update!

+

Changes to the build logs view:

+

See also other changes since our last update notification.


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

`);