Skip to content

Releases: overhangio/tutor

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.