Releases: dbosk/canvaslms
Releases · dbosk/canvaslms
v1.11
What's Changed
- Refactors grades summary modules, adds disjunctive maximum by @dbosk in #63
Full Changelog: v1.10...v1.11
v1.10
Updates what attributes are printed by the submissions
command. We now print
both submission and grading dates. We no longer print the Canvas ID.
v1.9
Adds the results
subcommand to export results from a course.
v1.8
Bugfix for assignments filtering
v1.7
Adds assignment groups options to everything assignment related.
v1.6
Fixes build bug that actually includes the required Python files.
v1.5
- Adds setting to split names into first and last names
- Changes URL in submission view to SpeedGrader URL
- Changes options to grade: If neither -g nor -m are given, we open SpeedGrader
in the web browser.
v1.4
- Adds more fields to users listings
- Changes to use sets to deduplicate results
v1.3
Improves submissions commands, bugfix in user filtering.