Releases: overhangio/tutor
Releases · overhangio/tutor
v3.3.6
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.6/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
- [Bugfix] Fix KeyError on first quickstart
- [Improvement] De-duplication of prod/dev settings. Thanks @silviot! 😺
v3.3.5
Tutor can be installed simply by downloading the compiled binaries:
sudo curl -L "https://github.com/regisb/tutor/releases/download/v3.3.5/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] Pluggable LMS/CMS/forum
- [Improvement] Safer environment overwrite. Thanks @silviot! 👐
- [Security] Fix Jinja2 vulnerability
- [Improvement] Improve CLI cold start performance
- [Improvement] Allow uppercase "Y" and "N" as answers to boolean
questions
v3.3.4 (2019-04-09)
- [Improvement] Rename `--silent` option to `-y/--yes` - [Bugfix] Fix (again) login from studio when https is activated (#193)
v3.3.3
v3.3.2
Fix login from localhost Login from localhost/studio.localhost was broken on Ironwood because the session cookie was configured to be stored under the production domain name. We fix this by setting the SESSION_COOKIE_DOMAIN to None: in the edx-platform code, this corresponds to using the current request domain.
v3.3.1
v3.3.0
v3.2.2
- [Feature] Multiple platforms on a single server \o/ - [Feature] Easily configure web proxy on the host - [Bugfix] Fix `images pull all` command which failed on "all" image - [Improvement] Add configurable mongodb, SMTP and rabbitmq authentication - [Improvement] Harmonize mysql username/password configuration parameters - [Feature] Configurable and pluggable data storage backends (#114)
v3.2.1
v3.2.0
- [Improvement] `images pull` now also pulls vendor images - [Feature] Add convenient `config printvalue` command - [Feature] Customize docker registry - [Feature] Load configuration parameters from the system environment - [Improvement] Automatic environment re-generation after re-configuration - [Improvement] Error and interrupt handling in UI and web UI - [Bugfix] Fix missing webui env directory