Skip to content

v13.3.0 (2022-06-03)

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 13:38
· 833 commits to release since this release

Install this version from pip with:

pip install "tutor[full]==v13.3.0"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v13.3.0/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

  • [Security] Apply logout redirect url security fix. (by @regisb)
  • [Feature] Make it possible to force the rendering of a given template, even when the template path matches an ignore pattern. (by @regisb)
  • 💥[Fix] Get rid of the tutor config render command, which is useless now that themes can be implemented as plugins. (by @regisb)