This is the old changelog, see GitHub Releases for recent versions.
- Thanks to GitHub's dcendents PR, the plugin has been fixed to be compatible with Pipeline jobs.
After a long time, I'm finally releasing a new version with a couple of changes.
- It's now possible to choose whether the jobs should be grouped by "Display Name" instead of their internal names
- You can specify a regex to exclude jobs from "status computing". That is, if a job is broken, but its actual name (not display name) matches the regex, it won't affect the group status.
- [JENKINS-22624] Support Jenkins 1.532.1
- [JENKINS-22585] When editing an existing categorized view, the plugin wasn't showing jobs that have been previously checked and where grouped.
- Botched.
- JENKINS-22580 - Fixed a NPE that happened due jobs that had no builds being mixed with jobs that had.
- Fixed a small glitch that would show up the hidden header borders on Firefox.
- Just removed a sample extension that was released by accident.
- Complete UI Revamp
- [JENKINS-22415] Category line now summarizes the columns result columns, health status, last build success and failure and so on.
- [JENKINS-19466] Fixed the bug that caused the sorting break.
- [JENKINS-21343] Categorization rules are now extensible throught the "CategorizationCriteria" extension point