Releases: jenkinsci/calendar-view-plugin
Releases · jenkinsci/calendar-view-plugin
v0.3.4
What's Changed
- Refresh plugin for October 2024 by @basil in #28
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.25.0 by @dependabot in #29
- Updated to Node v16 by @malice00 in #31
- Added release-drafter configuration by @malice00 in #32
- Fixed PMD issues by @malice00 in #33
New Contributors
- @dependabot made their first contribution in #29
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
- Feature: [JENKINS-60868] Support for Parameterized Scheduler Plugin added
- Feature: [JENKINS-61867] Calendar can show actual builds, planned polling or both
- Fix: README.md updated to convention
- Fix: All Node dependencies classified 'critical' have been updated
v0.3.1
- Fix: [JENKINS-53312] Future scheduled builds for pipeline jobs were missing
v0.3.0
- Feature: add option to show week numbers
- Feature: navigate to day and week views via day and week numbers
- Feature: show successful builds as green when the Green Balls Plugin is installed
- Feature: highlight selected builds
- Fix: delay popups to prevent them from showing up unwanted
- Fix: scroll to builds that are outside of viewport when navigating back and forth between builds
- Fix: builds that last the entire visible time range are now included
- Fix: start time for future builds used current seconds instead of always starting at zero seconds
- Fix: scheduled builds with hashes in cron expression had wrong start time
- Fix: builds showed up as past and future builds while they were running
v0.2.1
- Fix: [JENKINS-52797] ClassCastException for Matrix Projects
- Fix: calcution of next start date was wrong when there were multiple cron expressions
- Fix: builds overlapping the edge of the date range were not being shown
v0.2.0
- Feature: show popup with more information when hovering over a past or future build
v0.1.1
- Fix: special HTML characters in custom date/time formats were escaped twice
- Fix: some typos and other minor issues in documentation
- Fix: better validation for view configuration options
v0.1.0
- Initial release