7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00
- [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
This commit is contained in:
Régis Behmo 2019-03-18 22:43:02 +01:00
parent 87f7e29740
commit ed47177ca5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Latest
## 3.2.0 (2019-03-18)
- [Improvement] `images pull` now also pulls vendor images
- [Feature] Add convenient `config printvalue` command

View File

@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "3.2.0"