Wooey v0.12.0 Release Notes
Release Date: 2020-04-16 // about 5 years ago-
๐ New Features
Script deletion experience improved #313
๐ Spanish translations added #306
๐ Django 2.2 and Django 3.0 Support #284
๐ณ Official Docker image added at https://hub.docker.com/r/wooey/wooey
Admin interface added for Script Versionsโก๏ธ Updates
๐ Builds have been moved from Appveyor and Travis to Github Actions #314
โก๏ธ Update to boto3 #304
Previous changes from v0.11.0
-
Wooey 0.11.0
๐ New Features
- WooeyWidgets, which enable custom form input elements to be created and used. #175 ๐ 2. Korean translations added #254 ๐ท 3. Improved UI to not allow job operations on message brokers that do not allow them. #285 ๐ 4. Django2 Support. #271
๐ Bug Fixes
๐ท 1. Fix bug where all parameters from all subparsers were needed to validate in order to submit a job. #299
- Fix bug with escaping parameter arguments that prevented special characters from being
๐ used. #296 ๐ท 3. Fix bug where multiple initial files for a cloned job were not populated. #255 ๐ 4. Fix bug in parsing multiple arguments where argparse specifiesaction=append
#270 ๐ท 5. Fix bug in cleaning up empty jobs where workers cannot be contacted. #277 โก๏ธ 6. Fix bug where scripts on remote workers were not invalidated after updates on main server.
#145 - Fix race condition where celery tasks would start before database transaction finished. #297
- Handle characters in script version that need to be escaped for urls. #298