Skip to content

Releases: overhangio/tutor

v3.1.0

09 Mar 16:56
Compare
Choose a tag to compare
- [Improvement] Install python requirements in virtual env in docker
image
- [Bugfix] Add missing volume for theme development
- [Improvement] Rename "config [non]interactive" command to "config save
[--silent]"
- [Improvement] More explicit logging during environment generation
- [Improvement] Configurable docker images (#122)
- [Bugfix] Fix "android pullimage" command
- [Improvement] Do not upgrade images as part of quickstart
- [Bugfix] Fix USERID setup in development mode and various dev-related
docs (#177)

v3.0.6

26 Feb 20:04
Compare
Choose a tag to compare
  • [Bugfix] Fix import/export of demo course (#175)

v3.0.5

14 Feb 07:42
Compare
Choose a tag to compare
- [Feature] Add cloud deployment script
- [Improvement] Run `images pull` command
- [Improvement] Run `indexcourses` on importing demo course
- [Improvement] Add `runserver stop` command

v3.0.4

13 Feb 16:18
Compare
Choose a tag to compare
- [Minor] Minimum required `click` version is 7.0 (#171)
- [Bugfix] Fix `runserver` dev command (#172)
- [Minor] Fix non-https link to documentation in pypi
- [Minor] Fix `createuser` documentation

v3.0.3

12 Feb 08:24
Compare
Choose a tag to compare
- [Bugfix] Add missing template data to pypi package
- [Bugfix] Fix quickstart on Kubernetes (#164)
- [Improvement] Add datatases task to Kubernetes quickstart (#167)

v3.0.2

12 Feb 07:41
Compare
Choose a tag to compare
- [Bugfix] Fix import paths -- 🚀 thanks @silviot!
- [Improvement] Properly set docker project name in mysql logs -- 🦊
thanks again @silviot!

v3.0.1

11 Feb 23:17
Compare
Choose a tag to compare
- [Bugfix] fix mysql initialization (#159, #160)
- [Improvement] Better handling of continuous integration
- [Bugfix] fix `tutor --version` (#156)
- [Improvement] Absolute settings imports -- 📯 thanks @tonytan4ever!

v3.0.0: Tutor v3 complete rewrite

09 Feb 19:33
Compare
Choose a tag to compare
Replace all make commands by a single "tutor" binary. Environment and
data are all moved to ~/.tutor/local/share/tutor. We take the
opportunity to add a web UI and revamp the documentation.

This is a complete rewrite.

Close #121.
Close #147.