Skip to content

Releases: jenkinsci/calendar-view-plugin

v0.3.4

20 Oct 16:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

01 Jul 18:11
Compare
Choose a tag to compare

What's Changed

  • Update README.md - Adding examples for Job DSL by @TheRaspyDev in #25
  • Replace Prototype.js with native JavaScript by @basil in #26

v0.3.2

19 Jan 23:45
Compare
Choose a tag to compare

v0.3.1

04 Sep 18:31
e9bfc23
Compare
Choose a tag to compare
  • Fix: [JENKINS-53312] Future scheduled builds for pipeline jobs were missing

v0.3.0

24 Aug 16:08
Compare
Choose a tag to compare
  • 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

06 Aug 19:00
Compare
Choose a tag to compare
  • 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

03 Aug 15:54
Compare
Choose a tag to compare
  • Feature: show popup with more information when hovering over a past or future build

v0.1.1

03 Aug 15:52
Compare
Choose a tag to compare
  • 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

03 Aug 15:51
Compare
Choose a tag to compare
  • Initial release