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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ 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
+
## 1.20.2 - 2022-04-30
9
+
10
+
### Fixed
11
+
- swagger lint action
12
+
- When downloading a file with a `'` in the name it would save the file as blob
13
+
- Fix for a rare race condition with masonry where tiles could end up overlapping in space page.
14
+
- Fixes bug where same extractor shows up multiple times and all Clowder instances index db on reindex [#327](https://github.com/clowder-framework/clowder/issues/327)
15
+
16
+
### Changed
17
+
- Changed `Enabled By SuperAdmin` to read `Enabled by Server Admin`[#344](https://github.com/clowder-framework/clowder/issues/344)
0 commit comments