- FIXED: grey ball images are broken since Jenkins-2.333 (JENKINS-69777)
- Move wiki-documentation to Github (Pull request #26)
- Now targets Jenkins >= 1.651.3
- FIXED: Exception when building a project with matrix-combinations in Jenkins 2.102+ (JEP-200) (JENKINS-49573)
- Now targets Jenkins >= 1.532
- FIXED: HTML in description is always escaped (JENKINS-42902)
- Fixed: "By build result" cannot be added (NPE when adding "By build result") (JENKINS-42626)
- Remove the duplicated parameter name display (JENKINS-39157)
- New feature: Configurable shortcut links (JENKINS-29797, JENKINS-36894, JENKINS-36860)
- You can define shortcut links in the job configuration page:
- All: Select all combinations
- None: Delelect all combinations
- Previous: Select combinations build previously
- By build result: Select combinations with previous results
- By combination filter: Select combinations with combinations filter expression
- You can define shortcut links in the job configuration page:
- Support CLI (JENKINS-25624)
- You can pass a combinations filter expression as the parameter value via CLI.
- Support WebAPI (JENKINS-37815)
- You can pass a combinations filter expression as the parameter value via WebAPI.
- Refactored HTML implementations (Fixed JENKINS-30918)
- Fixed NPE for running builds (JENKINS-28824)
- Fixed exceptions in parameter pages or rebuild pages for non multi-configuration builds triggered with combinations parameters (in the case triggered with parameterized-trigger-plugin). (JENKINS-27233)
- FIXED: "Successful" and "Failed" links do not work (JENKINS-23609)
- Make it work also on Jenkins >= 1.561 (JENKINS-23561)
- Avoid NPE when some combinations of matrix is not available (JENKINS-23030)
- Allow to change the combination to rebuild (JENKINS-21970)
- Added a default combination filter (JENKINS-21971)
- Also this allows work for scheduled builds (JENKINS-21851)
- Support in rebuild
- No need to fill combinations filter
- Initial release