Skip to content

Commit e0c4bbe

Browse files
committed
all changes
1 parent fa551ee commit e0c4bbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## Unreleased
1010

11+
**_Important:_** This update requires a MongoDB update schema due to a bug in the original migration of showing summary statistics at the
12+
space level. Make sure to start the application with -DMONGOUPDATE=1. You can also run the [fixCounts.js](https://github.com/clowder-framework/clowder/blob/develop/scripts/updates/fix-counts.js)
13+
script prior to upgrading to minimize the downtime.
14+
1115
### Added
1216
- MRI previewer for NIFTY (.nii) files.
17+
- HEIC (.heic) and HEIF (.heif) mimetypes to support new Apple iPhone image file format.
18+
- In the docker container the folder /home/clowder/data is now whitelisted by default for uploading by reference.
19+
This can be changed using the environment variable CLOWDER_SOURCEPATH.
20+
- The current CLA for developers of clowder.
1321

1422
### Fixed
1523
- Send email to all admins in a single email when a user submits 'Request access' for a space
1624
- 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)
25+
- script/code to count space in files was not correct [#366](https://github.com/clowder-framework/clowder/issues/336)
1726

1827
## 1.20.3 - 2022-06-10
1928

0 commit comments

Comments
 (0)