-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docs * Fix rst * rst cleanup
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ Getting Started | |
customizations | ||
remote | ||
upgrade_help | ||
changelog | ||
security | ||
|
||
|
||
|