Releases: csgoh/roadmapper
Releases · csgoh/roadmapper
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.
1.2.1
- Removed the dependency of Arial font on Linux system. i.e. The following commands to install MSCoreFonts is no longer required.
- sudo apt install ttf-mscorefonts-installer
- sudo fc-cache -f
- Code clean up
1.2.0
- Fixed #20: Removed absolute font naming dependency. i.e. "arial.ttf"
- Fixed #22: The date argument for add_timeline() method is now passed as keyword argument. e.g. add_timeline(start="2023-05-16")
- Introduced the 'with' statement for context management to create cleaner code.
1.1.1
Merge pull request #17 from csgoh/dev-roadmapper-v1.1.1
Dev roadmapper v1.1.1