Skip to content

1.2.0

Compare
Choose a tag to compare
@csgoh csgoh released this 23 Apr 20:44
· 224 commits to main since this release
  • 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.