mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
4331bc5712
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.
52 lines
3.2 KiB
Markdown
52 lines
3.2 KiB
Markdown
# Changelog
|
|
|
|
## 3.0.0 (2019-06-09)
|
|
|
|
- [Improvement] Complete rewrite of Tutor: switch from a make-based project to a single binary which runs all commands.
|
|
- [Feature] An web user interface can be created with `tutor webui start`
|
|
- [Bugfix] Add missing elasticsearch to Kubernetes deployment (#147)
|
|
- [Improvement] Upload `tutor-openedx` to pypi
|
|
|
|
## Older changes
|
|
|
|
- 2019-01-27 [Bugfix] Fix video transcript/srt upload and download of user-uploaded files. Thanks @dannielariola!
|
|
- 2019-01-20 [Improvement] Make it easy to load custom settings for the local production install
|
|
- 2019-01-16 [Improvement] Switch license from MIT to AGPL
|
|
- 2019-01-04 [Bugfix] Fix xqueue consumer command
|
|
- 2018-12-26 [Improvement] Upgrade nodejs to 5.5.1
|
|
- 2018-12-07 [Improvement] Bundle theme and production static assets in the openedx docker image
|
|
- 2018-12-02 [Feature] Download extra locales from [openedx-i18n](https://github.com/regisb/openedx-i18n/) to the Open edX Docker image
|
|
- 2018-11-28 [Feature] Easily change openedx docker image
|
|
- 2018-11-28 [Feature] Enable comprehensive theming!
|
|
- 2018-11-28 [Improvement] Get rid of datadog
|
|
- 2018-11-28 [Improvement] Upgrade docker images to ubuntu 18.04 for android, forum, notes, xqueue
|
|
- 2018-11-28 [Feature] Make it possible to define default platform language interactively
|
|
- 2018-11-26 [Improvement] Make it easier to run a forked version of edx-platform
|
|
- 2018-11-25 [Feature] Use local filesystem for open assessment file upload
|
|
- 2018-11-23 [Improvement] Faster container bootstrapping without "chmod", as suggested by @silviot
|
|
- 2018-11-20 [Bugfix] Fix cross-platform theme assets generation
|
|
- 2018-11-17 [Improvement] Custom nginx port mapping. :crossed_swords: @frob @frohro
|
|
- 2018-11-17 [Improvement] Add "make restart-openedx" command. :+1: @frob
|
|
- 2018-11-13 [Improvement] Facilitate install of extra XBlocks. Thanks @frob!
|
|
- 2018-10-30 [Bugfix] Fix rabbitmq restart policy
|
|
- 2018-10-03 [Improvement/Bugfix] Fix and accelerate Android application build
|
|
- 2018-10-02 [Improvement] Bump Open edX version to hawthorn.2
|
|
- 2018-09-30 [Bugfix] Fix CMS celery worker, including export tasks
|
|
- 2018-09-30 [Improvement] Simplify boolean feature flags definition
|
|
- 2018-09-29 [Improvement] Add logging commands
|
|
- 2018-09-29 [Improvement] Add self-documented help with "make help"
|
|
- 2018-09-29 [Feature] Add [Portainer](https://portainer.io) as an optional web UI to administer docker containers
|
|
- 2018-09-15 [Feature] Add student notes as an optional feature
|
|
- 2018-09-15 [Feature] Add templates to configurator container, which can now be run separately
|
|
- 2018-09-15 [Improvement] Rename "up" and "daemon" commands to "run" and "daemonize"
|
|
- 2018-09-15 [Feature] Activate course search and discovery
|
|
- 2018-09-15 [Bugfix] Deduplicate console logs from lms/cms
|
|
- 2018-09-05 [Improvement] Use a single email address for all inbound email
|
|
- 2018-09-04 [Bugfix] Get make commands to work with 'sudo'
|
|
- 2018-09-02 [Bugfix] Get HTTPS to work for CMS. Thanks @flytreeleft!
|
|
- 2018-08-28 [Bugfix] Fix certbot image updating
|
|
- 2018-08-27 [Improvement] Add development requirements to openedx image
|
|
- 2018-08-27 [Bugfix] Upgrade mongodb
|
|
- 2018-08-19 [Improvement] Make Xqueue an optional feature
|
|
- 2018-08-16 [Feature] Add HTTPS support
|