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
@@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
## Unreleased
10
10
11
11
### Added
12
+
- Dataset and file scala.html pages incl schema.org jsonld metadata for (google)datasetsearch [#335](https://github.com/clowder-framework/clowder/issues/335)
13
+
- MiniUser and LicenseData now have to_jsonld methods to return string part of [#335](https://github.com/clowder-framework/clowder/issues/335) metadata
14
+
- LicenseData has urlViaAttributes used by it's to_jsonld to guess url when empty, for [#335](https://github.com/clowder-framework/clowder/issues/335)
12
15
- MRI previewer for NIFTY (.nii) files.
13
16
14
17
### Fixed
15
18
- Send email to all admins in a single email when a user submits 'Request access' for a space
16
19
- Send email to all admins and request user in a single email when any admin accepts/rejects 'Request access' for a space [#330](https://github.com/clowder-framework/clowder/issues/330)
17
20
- github actions would fail for docker builds due to secrets not existing
18
21
22
+
### Changed
23
+
- Utils.baseURL now on RequestHeader instead of Request[Any]
24
+
19
25
## 1.20.3 - 2022-06-10
20
26
21
27
### Fixed
@@ -49,6 +55,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
55
- Documentation: Added "How to contribute documentation" page
50
56
- Documentation: New Sphinx plugins for dropdowns and menus.
0 commit comments