|
| 1 | + |
| 2 | +# Changelog |
| 3 | + |
| 4 | +## v1.3.1 [unreleased] |
| 5 | +WIP |
| 6 | + |
| 7 | +## v1.3.0 [6-07-2018] |
| 8 | +### Added |
| 9 | +- [Permalinks](https://github.com/common-workflow-language/cwlviewer/pull/175) with content negotiation |
| 10 | +- Show workflow [license](https://github.com/common-workflow-language/cwlviewer/pull/198) |
| 11 | +- Added [Privacy Policy](https://github.com/common-workflow-language/cwlviewer/pull/194) |
| 12 | +### Fixed |
| 13 | +- Support packed workflows in [permalinks](https://github.com/common-workflow-language/cwlviewer/pull/177) |
| 14 | +- Use [Python 3 and nodejs](https://github.com/common-workflow-language/cwlviewer/pull/197) |
| 15 | +- Support [git tags](https://github.com/common-workflow-language/cwlviewer/pull/192) |
| 16 | +- UI: [Shrink description text](https://github.com/common-workflow-language/cwlviewer/pull/178) |
| 17 | + |
| 18 | +## v1.2.2 [24-08-2017] |
| 19 | +### Fixed |
| 20 | +- Fix for invalid branch names being accepted in some circumstances |
| 21 | +- Fix regression in supporting slashes in branch names |
| 22 | +- [References](https://doi.org/10.5281/zenodo.848163) |
| 23 | + |
| 24 | +## v1.2.1 [22-08-2017] |
| 25 | +### Added |
| 26 | +- Adds directory listing functionality |
| 27 | +### Fixed |
| 28 | +- Better support for packed workflows |
| 29 | + * Use %26 (#) in the URL to view individual workflows as per cwltool |
| 30 | + * Links to subworkflows within a packed file now function correctly |
| 31 | +- Improved error reporting |
| 32 | +- Fix for array and optional types not being parsed correctly |
| 33 | +- Fix for twitter meta tags not containing the correct image URL |
| 34 | +- Fix for a concurrency issue |
| 35 | +- Brings API documentation up to date with the current state of the JSON API |
| 36 | + |
| 37 | +## v1.2.0 [22-08-2017] |
| 38 | +- This release contains no changes - please use [v1.2.1](https://github.com/common-workflow-language/cwlviewer/releases/tag/v1.2.1) instead |
| 39 | +- [References](https://doi.org/10.5281/zenodo.846747) |
| 40 | + |
| 41 | +## v1.1.1 [11-08-2017] |
| 42 | +### Fixed |
| 43 | +- This patch release of CWL Viewer fixes documentation and a potential git checkout issue. |
| 44 | +- [References](https://doi.org/10.5281/zenodo.841782) |
| 45 | + |
| 46 | +## v.1.1.0 [11-08-2017] |
| 47 | +- Support for any workflow stored in a Git repository |
| 48 | + * Specific additional features eg linking directly to files for Github, Gitlab, Bitbucket |
| 49 | +- Adds cwltool use for parsing - uses RDF representation with triple store |
| 50 | +- Intermediate loading screen |
| 51 | +- Research Object enhancements |
| 52 | + * Add visualisation images as bundled aggregates |
| 53 | + * RDF representation as annotation |
| 54 | + * Packed version of workflow files as annotation |
| 55 | + * Git2prov link for the repository as history |
| 56 | + * Schema.org support for author attribution in CWL descriptions |
| 57 | +- API and documentation backing current features |
| 58 | +- Visualisation improvements |
| 59 | + * Intermediate value names |
| 60 | +- Ontology information linked and name given for format fields on inputs and outputs |
| 61 | +- "About" page with best practices for writing CWL for parsing by the viewer |
| 62 | +- Label and description searching on the explore page |
| 63 | +- Various bug fixes |
| 64 | +- [References](https://doi.org/10.7490/f1000research.1114375.1) |
| 65 | + |
| 66 | +## v1.0.1 [11-08-2017] |
| 67 | +### Fixed |
| 68 | +- Bug fixes and attribution. |
| 69 | +- [References](https://doi.org/10.5281/zenodo.841680) |
| 70 | + |
| 71 | +## v1.0 [06-07-2017] |
| 72 | +- [References](https://doi.org/10.5281/zenodo.823295) |
| 73 | + |
0 commit comments