Wooey v0.11.0 Release Notes

Release Date: 2019-11-30 // over 4 years ago
  • Wooey 0.11.0

    ๐Ÿ†• New Features

    1. 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

    1. 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 specifies action=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
    2. Fix race condition where celery tasks would start before database transaction finished. #297
    3. Handle characters in script version that need to be escaped for urls. #298