Skip to content

v19.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 14:14

Install this version from pip with:

pip install "tutor[full]==19.0.1"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v19.0.1/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

See the installation docs for more installation options and instructions.

Changes

  • [Bugfix] Add meilisearch as a dependency on lms-job to avoid meilisearch init job crashing when the platform is stopped. (by @Danyal-Faheem)
  • [Improvement] Silence "imghdr" warning in edx-platform. (by @regisb)
  • [Bugfix] Properly reload a plugin module on enable/disable/enable. This is an edge case that should not have affected anyone. (by @regisb)