Skip to content

Releases: oliviermaridat/kanboard-milestone-plugin

1.1.2

28 Feb 21:12
Compare
Choose a tag to compare

No big feature, just few stuffs.

Changelogs:

  • Add + button in Milestone view to quickly add a new existing task to this milestone
  • Show started and due date on Milestone view
  • Use completed date on Gantt view (instead of due date) when available

1.1.1

11 Jul 13:42
Compare
Choose a tag to compare

Changelogs:

  • Fix #13: bad usage of getCompatibleVersion, this version of the plugin is working since v1.0.43 of Kanboard
  • Force usage of linked started / due date even if task order is bad (another solution may be better)
  • Fix issue with 0% or 100% progress bar

1.1.0

16 May 12:58
Compare
Choose a tag to compare

Thanks to @fguillot , this plugin is now compatible with Kanboard v1.0.43.

Changelogs:

  • Fix progress bar color issue
  • Remove useless controller (#12)
  • Make plugin compatible with Kanboard 1.0.43 (#11)

1.0.38

08 Feb 13:31
Compare
Choose a tag to compare

Plugin tested for Kanboard v1.0.37 and v1.0.38.

Changelogs:

  • Fix incompatibility with 1.0.37 by using ModalHelper (fix #7 )
  • Add "Total progress" line in addition to "Total time tracking" (as suggested by #8 )
  • Compute start and due dates recursively

1.0.36

03 Jan 13:37
Compare
Choose a tag to compare

Plugin tested for Kanboard v1.0.36.

Changelogs:

  • Use "is a milestone of" and "is blocked by" to infer missing start and due dates in Gantt view

1.0.33

13 Sep 06:27
Compare
Choose a tag to compare

Plugin tested for Kanboard v1.0.33.

Changelogs:

  • Calling the language settings is moved to function onStartup() (breaking change in Kanboard 1.0.33)

1.0.32

31 Aug 11:40
Compare
Choose a tag to compare

Plugin tested for Kanboard v1.0.31 and v1.0.32.

Changelogs:

  • Change hook->on call (breaking change in Kanboard 1.0.31)

1.0.29

15 Jun 12:00
Compare
Choose a tag to compare

Plugin tested for Kanboard v1.0.29 and 1.0.30.

Changelogs:

  • Adapt to new Kanboard Model and Controller names (breaking change in 1.0.29)
  • Update README for installation instructions

1.0.28

12 May 11:45
Compare
Choose a tag to compare

Plugin tested for Kanboard v1.0.28.

Changelogs:

  • Adapt to new translator structure
  • Adapt to new dropdown menu structure
  • Add "Edit the internal link" in the dropdown menu

1.0.27 fix

12 Apr 15:15
Compare
Choose a tag to compare

Fix of the previous release: prevent division by 0 when no estimated date is available

Plugin tested for Kanboard v1.0.27.