You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ script prior to upgrading to minimize the downtime.
17
17
18
18
### Added
19
19
- api.Files jsonfile, adds two fields "downloads" and "views" [#228](https://github.com/clowder-framework/clowder/issues/228)
20
+
- Dataset and file scala.html pages incl schema.org jsonld metadata for (google)datasetsearch [#335](https://github.com/clowder-framework/clowder/issues/335)
21
+
- MiniUser and LicenseData now have to_jsonld methods to return string part of [#335](https://github.com/clowder-framework/clowder/issues/335) metadata
22
+
- LicenseData has urlViaAttributes used by it's to_jsonld to guess url when empty, for [#335](https://github.com/clowder-framework/clowder/issues/335)
20
23
- MRI previewer for NIFTY (.nii) files.
21
24
- Dataset page usually defaults to Files tab, but if no files will now show Metadata first
22
25
- HEIC (.heic) and HEIF (.heif) mimetypes to support new Apple iPhone image file format.
@@ -31,6 +34,9 @@ script prior to upgrading to minimize the downtime.
31
34
- github actions would fail for docker builds due to secrets not existing
32
35
- Fix to remove dataset from a space [#349](https://github.com/clowder-framework/clowder/issues/349)
33
36
37
+
### Changed
38
+
- Utils.baseURL now on RequestHeader instead of Request[Any]
39
+
34
40
## 1.20.3 - 2022-06-10
35
41
36
42
### Fixed
@@ -64,6 +70,7 @@ script prior to upgrading to minimize the downtime.
64
70
- Documentation: Added "How to contribute documentation" page
65
71
- Documentation: New Sphinx plugins for dropdowns and menus.
0 commit comments