Enhancement
-
Refresh user API Token UI.
pull 10484
-
Remove support for loading user data from before Jenkins 1.283.
JENKINS-75370
-
Remove support for loading proxy configuration from before Jenkins 1.415.
JENKINS-75370
-
Add telemetry to determine whether a specific URL (
/extensionList/
) is in use by plugins or can safely be removed in future releases of Jenkins.
pull 10423
-
Add "No plugins" notice to Appearance configuration page.
pull 10478
-
Use a dropdown for the Default View of a user.
pull 10482
-
Improve UI of Secret and Password entry.
pull 10489
-
Standardize widths of Manage Jenkins pages.
pull 10479
-
Developer: Deprecate
hudson.util.Scrambler
. Use java.util.Base64
instead.
JENKINS-75370
-
Developer: Describables should directly implement
Describable
instead of extending AbstractDescribableImpl
.
pull 10426
Bug fix
-
Fix limitation of Summary widget on the build page.
pull 10368
-
Only update affected computers when adding/updating/removing nodes instead of reviewing every computer and checking their retention strategy, which can cause performance issues at scale.
JENKINS-33704
-
Fix search result URLs when using the old search implementation.
JENKINS-75320
-
Add value attribute to button element in
submit.jelly
.
JENKINS-75441