Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 2.48 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.

v19.0.0 (2024-10-24)

  • [Bugfix] Fix legacy warnings during Docker build. (by @regisb)

  • 💥[Feature] Update Notes Image to use Ubuntu 24.04 as base OS. (by @jfavellar90)

  • [Bugfix] Actually mount edx-notes-api repositories from host on tutor mounts add /path/to/edx-notes-api. (by @regisb)

  • 💥[Feature] Replace Elasticsearch by Meilisearch. The implementation is much more compact and readable. All content will be automatically re-indexed during init. (by @regisb)

  • 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @DawoudSheraz)

  • 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):

    • Rename master to release, as this branch runs the latest official Open edX release tag.
    • Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
  • 💥[Feature] Upgrade to Sumac. (by @jfavellar90)

v18.0.0 (2024-05-09)

  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)

  • 💥[Feature] Upgrade Python version to 3.12.3. (by @jfavellar90)

  • 💥[Feature] Upgrade to Redwood. (by @jfavellar90)

v17.0.0 (2023-12-09)

  • 💥 [Feature] Upgrade to Quince.
  • [Improvement] Add a scriv-compliant changelog. (by @regisb)
  • [Improvement] Removing the notes permissions container in favor of a global single permissions container. (by @jfavellar90)
  • [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)