Skip to content

Releases: csgoh/roadmapper

1.5.0

14 Apr 03:42
Compare
Choose a tag to compare
  • 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

19 Nov 19:10
Compare
Choose a tag to compare
  • Supported finer text alignment for milestone.

1.3.3

15 Oct 07:10
f5769e1
Compare
Choose a tag to compare
  • Fixed SVG output not showing vertical line.

1.3.2

16 Sep 23:56
57f825e
Compare
Choose a tag to compare
  • Fixed #69. Task bar was not displayed with the correct width.
  • Fixed defect that was introduced with the fixed for #61

1.3.1

10 Sep 01:21
e1bface
Compare
Choose a tag to compare
  • Fixed #61. Incorrect Group box height due to multiple milestones.

1.3.0

09 Jul 09:26
Compare
Choose a tag to compare
  • 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

27 May 09:24
Compare
Choose a tag to compare
  • 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

23 Apr 20:44
Compare
Choose a tag to compare
  • 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

01 Apr 20:18
1fb4a2f
Compare
Choose a tag to compare
Merge pull request #17 from csgoh/dev-roadmapper-v1.1.1

Dev roadmapper v1.1.1

1.1.0

31 Jan 06:38
Compare
Choose a tag to compare
Removed fonts