Skip to content

Releases: overhangio/tutor

v3.11.12

16 Apr 17:36
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

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

  • [Feature] Make it easy to add custom translation strings to the
    openedx Docker image
  • [Improvement] Make it possible to rely on a different npm registry for
    faster image building

v3.11.11

15 Apr 21:56
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.11.11/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] Make sure all emails (including "password reset") are
    properly saved to a local file in development mode (#315)
  • [Improvement] Add openedx-development-settings patch to patch the
    LMS and the CMS simultaneously in development
  • [Bugfix] Fix missing celery tasks in the CMS

v3.11.10

14 Apr 17:28
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.11.10/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] Fix updates to the course structure in the LMS (#302)

v3.11.9

07 Apr 13:25
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.11.9/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] Fix Android app build for domain names that include a dash
    ("-")

v3.11.8

06 Apr 08:43
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

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

  • [Feature] Add encrypt template filter to conveniently add
    htpasswd-based authentication to nginx
  • [Bugfix] Fix "missing tty" during init in cron jobs

v3.11.7

01 Apr 18:26
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.11.7/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] Fix missing js translations
  • [Bugfix] Fix tls certificate generation in cron jobs

v3.11.6

13 Mar 18:30
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

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

Features

  • [Bugfix] Fix "Unable to resolve dependency" error during forum
    initialisation
  • [Feature] Add settheme command to easily assign a theme to a domain
    name
  • [Improvement] Modify nginx access logs to include request scheme and
    server name (plugin developers should use the "tutor" log format)
  • [Bugfix] Fix DNS resolution of restarted service
  • [Feature] Restart multiple services with local restart
  • [Feature] Make it possible to easily reload openedx gunicorn process
    with `tutor local exec lms reload-gunicorn``
  • [Improvement] Rename lms/cms_worker to lms/cms-worker in local
    deployment
  • [Improvement] Add the management plugin to the rabbitmq container
  • [Improvement] Make it possible to run an Elasticsearch service on
    https

v3.11.5

27 Feb 17:38
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

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

Features

  • [Improvement] Switch edx-platform from open-release/ironwood.2 tag to
    the open-release/ironwood.master branch
  • [Security] Upgrade django to 1.11.28
  • [Improvement] Make it possible to configure the elasticsearch heap
    size
  • [Bugfix] Fix broken elasticsearch environment variables
  • [Improvement] Restore more recent Android app version (#289).

v3.11.4

16 Feb 15:03
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

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

Features

  • [Bugfix] Fix auth problem in Android app (#289)

v3.11.3

21 Jan 17:36
Compare
Choose a tag to compare

Tutor can be installed simply by downloading the compiled binaries:

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

Features

  • [Bugfix] Fix incorrectly parsed empty strings for config save --set ...=... commands