v16.1.2
github-actions
released this
02 Oct 09:34
·
310 commits
to master
since this release
Install this version from pip with:
pip install "tutor[full]==16.1.2"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v16.1.2/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] Render config settings that are inside lists. (by @regisb)
- [Bugfix] Correctly parse strings prefixed with pound "#" key in
tutor config save --set KEY=#value
commands. (by @regisb) - [Feature] New action introduced:
CONFIG_LOADED
. This action is called whenever the config is loaded and makes it possible to verify the validity of configuration settings at runtime. (by @CodeWithEmad) - [Bugfix] Fix file upload in open response assessments. (by @regisb)