Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1001 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 1001 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.12.0] - 2024-11-22

Added

  • Added time passed deadline for submissions.
  • Added all submission attempts.
  • Added grade and score for submissions.
  • Added submission comments.

Changed

  • Use Pydantic for validating responses from the Canvas API
  • Communicate directly with the Canvas API, without going through the canvasapi package for some tasks. In the future, the canvasapi dependency will be dropped.

[0.11.0] - 2024-10-31

Added

  • When listing all students in a course, optionally include the test student.

[0.10.3] - 2024-08-30

Added

  • When running canvas courses list, list aliases which don't have access to a course.

Fixed

  • Don't crash when listing a course for which you no longer have access.