For recent versions, see GitHub Releases.
JENKINS-50603 Fix
for bug where renaming a build makes it favorite for everyone
JENKINS-48136 Job
name encoding fix
Add Chinese translation
(#19)
- JENKINS-44797 User config page broken with "ConversionException: No value specified for 'Class'"
- Fix security issue, see https://jenkins.io/security/advisory/2017-06-06/
- Fix security issue, see https://jenkins.io/security/advisory/2017-06-06/
- JENKINS-39990 Fixes bug where the settings page becomes unusable
- Updates to improve for Jenkins Classic theming
- Fix for ABI compatibility
- Favourites API returned unfavourited items
- Introduce new public API for manipulating Favorite state
- Internal UserProperty data structure changed from List to Map to allow checking if something has been unfavorited.
- Moved item listener to a new package
- Fix issue with links in folders.
- JENKINS-18604: Fix for recursive views in Jenkins 1.512+
- Support Cloudbees Folders plugin
- Use PNG instead of GIF images
- Prevent use for Matrix configurations
- Fix problem with project page action when "Display Name" is used.
- Fixing favorite link on project pages where the root URL was something other than just /
- Column sorting will now work correctly.
- Use a Token Macro of ${FAVORITE_USERS_EMAIL} that will expand to a list of users who have marked that job a favorite. This can be used in the Email-ext plugin
- Fix issue for unauthenticated users sometimes seeing all jobs on a "Favorites" view.
- Prevent NullPointerException in some cases during startup
- Encode Project names for URLs
- Japanese translation
- Ability to add/remove favorites from job page
- Update to Jenkins & GitHub
- Fixed issue when saving user, a null pointer exception was thrown.
- Add ItemListener to automatically delete or rename favorites from users that have that job as a favorite.
- Fix for (JENKINS-7398)
- Allow you from the user configuration page to see favorites, and remove them. Admins will be able to use this feature as well.
- Fixed a few bugs when no favorites existed for a user.
- initial release