Skip to content

Releases: rowdyrotifer/clanvas

0.2.3

18 Oct 07:44
72ba9e1
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • Change the default prompt colors to higher contrast.
  • Make it easy to customize prompt colors by allowing ESC (\x1B) in the prompt_format
  • Rename prompt_string to prompt_format
  • Fix pullf which was totally broken by a change in the previous release. This is why adding more regression tests is priority!

0.2.2

13 Oct 21:40
9361ed2
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • Fixes the version of cmd2 to exactly 0.9.4 because of a bug that caused Clanvas to crash. This should be resolved in 0.9.6 of cmd2.
  • Regression tests in the dev environment!

0.2.1

03 Oct 04:10
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Cleaned up tab-completion code and hooked in to some nice cmd2
    argparse integration, now tab completes flags and gives hints
    with descriptions.
  • Added command ua for uploading submissions to assignments.
  • Made lc -l not require an enrollment term ID since sometimes a
    course object does not always exactly model a course.
  • Removed usage of deprecated canvasapi functions which were spraying
    warning messages all over the place.
  • Add categories to the help command.
  • Add bounds (major version) to cmd2 and canvasapi dependencies to avoid
    random breaking in the future.

0.2.0

02 Oct 05:42
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added commands for navigating announcements.

Command Meaning
lann list announcements
catann print announcements
  • Fixed program crashing from a cmd2 update

0.1.1

15 Mar 08:15
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Changelog:

  • Eagerly request courses in background on login.
  • Tab-complete wopen command.
  • Tab-complete the -c (--course) option for course-optional commands.
  • Output directory (-o) option available to the pullf command.
  • Assignment group grades and overall class grades shown in the lg command.
  • Grades now colored based on score in the lg command.
  • Quiet (-q) option available to the login command.

0.1.0

11 Mar 21:58
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release.

Add commands:

  • lc: list classes
  • cc: change class
  • la: list assignments
  • lg: list grades
  • wopen: open in web
  • whoami: show login info

Supports context-aware prompt string and defaulting to other shell commands on system PATH.