Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@joelostblom joelostblom released this 31 May 02:41
· 182 commits to main since this release

Added

  • show_courses got a --filter option to facilitate finding the right course.
  • canvascli now has a --version flag.
  • Shell completion.

Changed

  • The package was refactored to modularize functionality into subcommands, each with its own options.
  • dataclassy is being used instead of dataclasses from stdlib in order to handle class inheritance with default values.