Skip to content

Commit

Permalink
Update docs with changelog (#303)
Browse files Browse the repository at this point in the history
* Update docs

* Fix rst

* rst cleanup
  • Loading branch information
Chris7 authored Nov 30, 2019
1 parent f04551f commit c366fce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changelog
=========

v0.11.0
------------

| [`Feature <https://github.com/wooey/Wooey/pull/175>`__] WooeyWidgets, which enable custom form input elements to be created and used.
| [`Feature <https://github.com/wooey/Wooey/pull/254>`__] Korean translations added!
| [`Feature <https://github.com/wooey/Wooey/pull/285>`__] Improved UI to not allow job operations on message brokers that do not allow them.
| [`Feature <https://github.com/wooey/Wooey/pull/271>`__] Django2 Support.
| [`BugFix <https://github.com/wooey/Wooey/pull/299>`__] Fix bug where all parameters from all subparsers were needed to validate in order to submit a job.
| [`BugFix <https://github.com/wooey/Wooey/pull/296>`__] Fix bug with escaping parameter arguments that prevented special characters from being used.
| [`BugFix <https://github.com/wooey/Wooey/pull/255>`__] Fix bug where multiple initial files for a cloned job were not populated.
| [`BugFix <https://github.com/wooey/Wooey/pull/270>`__] Fix bug in parsing multiple arguments where argparse specifies `action='append'`
| [`BugFix <https://github.com/wooey/Wooey/pull/277>`__] Fix bug in cleaning up empty jobs where workers cannot be contacted.
| [`BugFix <https://github.com/wooey/Wooey/pull/145>`__] Fix bug where scripts on remote workers were not invalidated after updates on main server.
| [`BugFix <https://github.com/wooey/Wooey/pull/297>`__] Fix race condition where celery tasks would start before database transaction finished.
| [`BugFix <https://github.com/wooey/Wooey/pull/298>`__] Handle characters in script version that need to be escaped for urls.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Getting Started
customizations
remote
upgrade_help
changelog
security


Expand Down

0 comments on commit c366fce

Please sign in to comment.