v17.0.1
github-actions
released this
25 Jan 16:24
·
237 commits
to release
since this release
Install this version from pip with:
pip install "tutor[full]==17.0.1"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v17.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] Error "'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq'" during
tutor config save
was caused by outdated minimum version of the pycryptodome package. To resolve this issue, runpip install --upgrade pycryptodome
. (by @regisb) - [Feature] add
CONFIG_INTERACTIVE
action that allows tutor plugins to interact with the configuration at the time of the interactive questionnaire that happens during tutor local launch. (by @Alec4r). - [Improvement] Add
.webp
and..otf
extensions to list of binary extensions to ignore when rendering templates. - [Security] Fix JWT scopes in XBlock callbacks. (by @regisb)