Skip to content

v3.6.0

Compare
Choose a tag to compare
@regisb regisb released this 11 Jul 06:30
· 1516 commits to release since this release

Tutor can be installed simply by downloading the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.6.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod +x /usr/local/bin/tutor

See the install docs for more install options and instructions.

Features

  • [Feature] Modify createuser commands to define a password from the
    command line
  • [Improvement] Better yaml value parsing from command line
  • [Feature] Add dev exec command
  • [Bugfix] Fix incorrect notes settings definition
  • [Improvement] Make it possible to start/stop/reboot a selection of
    services
  • [Improvement] Add local/k8s reboot commands
  • [Improvement] Add -U/--unset option to config save
  • [Bugfix] Fix insecure static asset loading when web proxy is enabled
  • [Improvement] Rename SECRET_KEY configuration parameter to
    OPENEDX_SECRET_KEY
  • [Improvement] Add support for SSL and TLS in external SMTP server
    (#231)
  • [Bugfix] Fix missing video transcripts in LMS (#229)
  • [Improvement] Make it possible to enable/disable multiple plugins at
    once
  • [Improvement] Add a few local and k8s patches for plugins