Releases: rowdyrotifer/clanvas
Releases · rowdyrotifer/clanvas
0.2.3
- Change the default prompt colors to higher contrast.
- Make it easy to customize prompt colors by allowing
ESC
(\x1B
) in theprompt_format
- Rename
prompt_string
toprompt_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
- Fixes the version of
cmd2
to exactly0.9.4
because of a bug that caused Clanvas to crash. This should be resolved in0.9.6
ofcmd2
. - Regression tests in the dev environment!
0.2.1
- 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
0.1.1
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 thepullf
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 thelogin
command.
0.1.0
Initial release.
Add commands:
lc
: list classescc
: change classla
: list assignmentslg
: list gradeswopen
: open in webwhoami
: show login info
Supports context-aware prompt string and defaulting to other shell commands on system PATH.