Skip to content

Change Logs

CS Goh edited this page Jan 22, 2023 · 49 revisions

Future Enhancements 💡

  • Unicode, multilingual support
  • Graphical User Interface for non-technical users

v1.1.0 : Is in development! Coming soon.🔥

  • Ability to add your own custom colour scheme
  • Ability to add milestones without task

v1.0.0 : 2023-01-08

  • Provided options to show first day of week instead of W1, W2, etc. in WEEKLY timeline mode.
  • Provided options to configure font and fill colour for year in the timeline section.
  • Changed add_timeline() method parameters. font, font_size and font_colour are now deprecated.
    • To configure timeline year area, use year_font, year_font_size and year_fill_colour
    • To configure timlien item area, use item_font, item_font_size and item_fill_colour
  • Provided options to change task appearance in the roadmap. Task can now be displayed rectangular or rounded rectangle or rectangle with arrow head.
  • Ability to add logo to the roadmap.
  • Fixed issue with WEEKLY timeline mode

v0.2.2 : 2022-12-22

  • Replaced problematic pycairo with Pillow library
  • Ability to add subtitle text
  • Option to display vertical grey lines for timelines
  • Year is not displayed on top of the timeline
  • Replaced "Now" marker to ▼
  • Auto size surface height
  • Fixed defects

v0.1.1 : 2022-12-05

  • Added colour themes support.
  • Added the ability to change timeline from actual date to non-specific timeline like Year 1, Year 2, Month 1, Month 2, etc.
  • Added the ability to show current date marker on the roadmap.
  • Cleaned up code and fixed defects.

v0.1.0-beta3 : 2022-11-18

  • Fixed Roadmap.draw() error when set_footer() method has not been called.
  • Added Roadmap.version to show the library version.
  • Renamed package from "roadmap-generator" to "roadmapper".
  • Fixed some defects.

v0.1.0-beta2 : 2022-11-14

  • Fix distribution package error.

0.1.0-beta1 : 2022-11-14

  • Initial beta release.
Clone this wiki locally