Releases: csgoh/roadmapper
Releases · csgoh/roadmapper
1.5.4
- Fixed residual bug 106. The milestone jumps to the next timeline item if your timeline mode is weekly.
1.5.3
Fixed residual bug 106. The marker jumps to the next timeline item if your timeline mode is weekly.
1.5.2
- Added 'rich' to the requirements.txt
- Removed debug verbose text
1.5.0
- Milestone marker is placed/drawn before the text of the task to prevent the marker from obstructing the text. This resolved issue #79.
1.4.0
- Supported finer text alignment for milestone.
1.3.3
- Fixed SVG output not showing vertical line.
1.3.2
- Fixed #69. Task bar was not displayed with the correct width.
- Fixed defect that was introduced with the fixed for #61
1.3.1
- Fixed #61. Incorrect Group box height due to multiple milestones.
1.3.0
- Fixed #39 Hardcoded text alignment issue
- Added set_background_colour() method. You can now change background colour.
- Added "svg" as a painter type. You can now save the diagram as svg file. You just have to set
painter_type = "svg"
when creating the Roadmap.