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
+12-18Lines changed: 12 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,36 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## Unreleased
9
-
10
-
### Fixed
11
-
12
-
- Search results are checked to verify nothing has been put in trash before display [#377](https://github.com/clowder-framework/clowder/issues/377)
13
-
14
-
## Unreleased
8
+
## 1.22.0 - 2023-09-12
15
9
16
10
### Added
17
11
- Users can be marked as ReadOnly [#405](https://github.com/clowder-framework/clowder/issues/405)
18
-
-Added Trash button to delete section [#347](https://github.com/clowder-framework/clowder/issues/347)
19
-
-Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
12
+
-Delete button to delete section [#347](https://github.com/clowder-framework/clowder/issues/347)
13
+
-When parameter on API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
20
14
- Extractors can now specify an extractor_key and an owner (email address) when sending a
21
15
registration or heartbeat to Clowder that will restrict use of that extractor to them.
22
-
- Added a dropdown menu to select all spaces, your spaces and also the spaces you have access to. [#374](https://github.com/clowder-framework/clowder/issues/374)
23
-
-Add SMTP_FROM in docker-compose yml file. [#417](https://github.com/clowder-framework/clowder/issues/417)
16
+
- Added a dropdown menu to space listing to select all spaces, your spaces and also the spaces you have access to. [#374](https://github.com/clowder-framework/clowder/issues/374)
17
+
-Support for SMTP_FROM in docker-compose yml file. [#417](https://github.com/clowder-framework/clowder/issues/417)
24
18
- Keycloak provider with secure social [#419](https://github.com/clowder-framework/clowder/issues/419)
25
19
- Documentation on how to do easy testing of pull requests
26
-
- Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395)
27
-
- Added a citation.cff file
28
-
- Add sections endpoint to file API and fix missing section routes in javascriptRoutes [#410](https://github.com/clowder-framework/clowder/pull/410)
29
-
- Added Google's model viewer within viewer_three.js previewer
20
+
- citation.cff
21
+
- New GET sections endpoint to file API and fix missing section routes in javascriptRoutes [#410](https://github.com/clowder-framework/clowder/pull/410)
22
+
- Google's model viewer within viewer_three.js previewer
30
23
31
24
### Fixed
32
25
- Updated lastModifiesDate when updating file or metadata to a dataset, added lastModified to UI [386](https://github.com/clowder-framework/clowder/issues/386)
33
-
- Disabled button while create dataset ajax call is still going on[#311](https://github.com/clowder-framework/clowder/issues/311)
26
+
- Disabled button after creating new dataset[#311](https://github.com/clowder-framework/clowder/issues/311)
34
27
- Changed default to 'Viewer' while inviting users to new spaces [#375](https://github.com/clowder-framework/clowder/issues/375)
35
-
-Fixed bug where complex JSON metadata objects using arrays were not being indexed properly for search.
28
+
-Complex extracted JSON metadata objects using arrays are now being indexed properly for search.
36
29
- Fixed positioning problems related to how the 3D models appear on the screen
37
-
30
+
- Search results are checked to verify nothing has been put in trash before display [#377](https://github.com/clowder-framework/clowder/issues/377)
31
+
- Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395)
0 commit comments