Changelog

v0.14.0

[Feature] API Keys were added

v0.12.0

[Feature] Spanish Translations
[Feature] Improve script deletion experience
[Feature] Move from Appveyor and Travis to Github Actions
[Feature] Add support for Django 2.2 and Django 3.0
[Feature] Add an official Docker Image
[Feature] Add admin interface for Script Versions
[Debt] Update to boto3

v0.11.0

[Feature] WooeyWidgets, which enable custom form input elements to be created and used.
[Feature] Korean translations added!
[Feature] Improved UI to not allow job operations on message brokers that do not allow them.
[Feature] Django2 Support.
[BugFix] Fix bug where all parameters from all subparsers were needed to validate in order to submit a job.
[BugFix] Fix bug with escaping parameter arguments that prevented special characters from being used.
[BugFix] Fix bug where multiple initial files for a cloned job were not populated.
[BugFix] Fix bug in parsing multiple arguments where argparse specifies action=’append’
[BugFix] Fix bug in cleaning up empty jobs where workers cannot be contacted.
[BugFix] Fix bug where scripts on remote workers were not invalidated after updates on main server.
[BugFix] Fix race condition where celery tasks would start before database transaction finished.
[BugFix] Handle characters in script version that need to be escaped for urls.