- Improve breadcrumb list behavior (JENKINS-19698,JENKINS-20616)
- Fixed view results to be gray if no jobs were run in subviews yet (issue #17040)
- Fixed deleting of subviews (it didn't save on disk) (issue #20382)
- Fixed view results (aggregating of subviews and jobs) to follow the correct priority - if at least one job is red, then the view will be red (issue #19716)
- Fixed creation of subviews if Nested View is the default one (JENKINS-17041)
- Support checking duplicate names with Jenkins 1.512 or newer (JENKINS-18053)
- Added an ability to remove or add Weather and Status columns which speeds up nested views (JENKINS-17352)
- Improved performance and accuracy when computing worst result and health for large views
- add support for hierarchical job model (ex : cloudbees folder plugin)
- display grey icon when no nested content has been built
- Properly check for duplicate names within the current nested view when creating a new view (in Jenkins 1.416 or newer).
- Ignore disabled project when calculating worst build result in a nested view. (JENKINS-8922)
- Rerelease 1.6 to properly set required Jenkins version.
- Show status icon for each view, representing the worst result of any job in that view. (JENKINS-7124)
- Fix link in empty nested view to be a link instead of raw HTML. (JENKINS-7862)
- Update to work with Hudson 1.381 or higher. (JENKINS-7815)
- Calculate view-health for a nested view by recursing into its subviews. (JENKINS-7125)
- Export nested view details via Remote API. (JENKINS-7489)
- Don't allow setting a default subview for a nested view that is the Hudson default view, as this prevents access to other top level view tabs. (JENKINS-7362)
- Update to work with Hudson 1.366 or higher.
- Sort subviews alphabetically. (JENKINS-6757)
- Russian translation.
- Add weather icons in nested view. (JENKINS-6235)
- Spanish translation.
- Initial release.