Use correct icon lookup, even when plugin ID includes multiple occurrences of "plugin".
(issue 68801)
Fix sorting list of installed plugins by timestamp in plugin manager (regression in 2.274).
(issue 68750)
Build number cut off on Safari (regression in 2.344).
(issue 68390)
Script console input box is not sizeable, yet the box looks like it is (regression in 2.321).
(issue 68380)
Developer: Temporarily restore compatibility with PowerMock-based tests (regression in 2.361.1 RC 1).
PowerMock will be completely removed on or after June 1, 2023.
(issue 69250)
The instance-identity module has been converted to a detached plugin.
(issue 55582)
Update the minimum required Remoting version to 4.2.1.
(pull 6671)
Keyboard shortcut added to focus global search bar (⌘ + K/CTRL + K).
(pull 6893)
Blocked upstream projects in the queue block downstream projects when the option "Block build when upstream project is building" is enabled for the downstream project.
Similarly, blocked downstream projects in the queue block upstream projects when the option "Block build when downstream project is building" is enabled for the upstream project.
(issue 68780)
Add breadcrumbs to "Manage Jenkins" and children of it.
Developers should ensure they use relative links for navigating between pages if they are a child of "Manage Jenkins".
(pull 6126)
Use native Java Platform functionality rather than Ant to load classes.
The old behavior can be restored by setting -Dhudson.ClassicPluginStrategy.useAntClassLoader=true.
(pull 6571)
Remove Java Web Start support for launching inbound agents, along with the GUI mode, the platform-specific agent installers, and the JAR signature.
(pull 6543, Java Web Start)
Connect breadcrumb context menus to items in subfolders.
(issue 68906)