Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 1.83 KB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v18.0.0 (2024-06-20)

  • 💥[Feature] Upgrade to Redwood (by @Fahadkhalid210)
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)
  • [Bugfix] Fix a 500 error on downloading profile information as CSV when the minio plugin is enabled. (by @FahadKhalid210)
  • [Feature] add separated grades bucket and manage querystring by config variable. (by @henrrypg)

v17.0.0 (2023-12-09)

  • 💥[Feature] Upgrade to Quince. (by @Fahadkhalid210)
  • [Bugfix] Make LMS/Studio connnect to the right port in dev mode. (by @ormsbee)

v16.0.2 (2023-12-08)

  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)

v16.0.1 (2023-06-15)

  • [Bugfix] Fix "'type' object is not subscriptable" error. (by @regisb)
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)