Skip to content

Commit a7c92f1

Browse files
Added changelog (#331)
1 parent 50cb4a3 commit a7c92f1

File tree

2 files changed

+89
-13
lines changed

2 files changed

+89
-13
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
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+

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ This is a [Spring Boot](http://projects.spring.io/spring-boot/) MVC application
77

88

99

10-
## License
11-
12-
Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
13-
See the file [LICENSE.md](LICENSE.md) for details, and
14-
[NOTICE.md](NOTICE.md) for required attribution notices.
15-
16-
## Contribute
17-
18-
Feel free to contribute! You may [raise an issue](https://github.com/common-workflow-language/cwlviewer/issues),
19-
provide a [pull request](https://github.com/common-workflow-language/cwlviewer/pulls)
20-
or join the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer)!
21-
22-
2310
# Using CWL Viewer
2411

2512
You are recommended to use the **production instance** of CWL Viewer at https://view.commonwl.org/ which runs the latest [release](https://github.com/common-workflow-language/cwlviewer/releases). Any downtime should be reported on the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer).
@@ -210,6 +197,22 @@ look like a commit ID. Note that this might break previous permalinks.
210197

211198
2017 Technical Report https://doi.org/10.5281/zenodo.823295
212199

200+
201+
## License
202+
203+
Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
204+
See the file [LICENSE.md](LICENSE.md) for details, and
205+
[NOTICE.md](NOTICE.md) for required attribution notices.
206+
207+
## Contribute
208+
209+
Feel free to contribute! You may [raise an issue](https://github.com/common-workflow-language/cwlviewer/issues),
210+
provide a [pull request](https://github.com/common-workflow-language/cwlviewer/pulls)
211+
or join the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer)!
212+
213+
## Changelog
214+
See [CHANGELOG](https://github.com/common-workflow-language/cwlviewer/blob/main/CHANGELOG.md)
215+
213216
# Thanks
214217

215218
Developers and [contributors](https://github.com/common-workflow-language/cwlviewer/graphs/contributors) include:

0 commit comments

Comments
 (0)