Fix drag & drop for previously saved steps in the job configuration form (regression in 2.217).
(issue 61429)
Organize entries on the Manage Jenkins page into categories and show them in a grid.
(pull 4546)
Remove the unnecessary "monitor[s]" text next to the bell for a cleaner UI.
Change the colors of the notifications next to the bell to make them more noticeable.
(issue 61224)
Allow usage statistics to be configured with the configuration-as-code plugin.
(issue 54662)
Use modern system fonts provided by the browser when possible.
Changes font size for body copy and headings to improve consistency and legibility.
(issue 60921)
Show in plugin manager table when there are security issues in a currently installed plugin.
(pull 4553)
Add French translation for 'New View'.
(issue 61424)
Fix support of the default attribute in the Jelly enum form control.
(issue 61385)
Add ManagementLink#getCategory() for entries on Manage Jenkins to be grouped into category.
See the ManagementLink.Category enum for supported return values.
(pull 4546)
Developer: Make h.checkAnyPermission and <l:layout permissions="…"> work on objects that aren't AccessControlled.
(issue 61465)
Document nullability of newInstanceFromRadioList() methods and callers.
(pull 4543)
Internal: Remove inline resources from restart views.
(issue 60866)