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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## Unreleased
7
+
## 1.14.1 - 2021-02-02
8
8
9
-
Google will no longer work as login provider, we are working on this issue #157.
10
-
11
-
If non local accounts are used the count can be wrong. Use the [fixcounts](https://github.com/clowder-framework/clowder/blob/develop/scripts/updates/fix-counts.js)
9
+
- Google will no longer work as login provider, we are working on this issue [#157](https://github.com/clowder-framework/clowder/issues/157).
10
+
- If non local accounts are used the count can be wrong. Use the [fixcounts](https://github.com/clowder-framework/clowder/blob/develop/scripts/updates/fix-counts.js)
12
11
script to fix this.
13
12
14
13
### Fixed
15
-
- Error logging in with orcid due to changed URL#91
16
-
- Fixed error in url for twitter login
17
-
-Count of users is not correct if using anything else but local accounts#136
14
+
- Error logging in with Orcid due to changed URL. [#91](https://github.com/clowder-framework/clowder/issues/91)
15
+
- Fixed error in url for Twitter login.
16
+
-Users count was not correct if using anything else but local accounts. [#136](https://github.com/clowder-framework/clowder/issues/136)
18
17
- Files were not properly reindexed when the Move button was used to move a file into or out of a folder in a dataset.
19
18
- When adding a file to a dataset by URL, prioritize the URL `content-type` header over the file content type established
20
-
by looking at the file name extension.
19
+
by looking at the file name extension.[#139](https://github.com/clowder-framework/clowder/issues/139)
21
20
- Wrap words across lines to stay within interface elements. [#160](https://github.com/clowder-framework/clowder/issues/160)
0 commit comments