diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f43e06e..cda11ae05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 5.5.0 - 2020-01-24 + +### Features + +* **Admin**: Better user management in the backend. +* **Admin**: Possible to delete users now. +* **Backend**: Reduce memory allocations in the backend. +* **Backend**: Better tests for replicated caches. +* **Notifo**: Update to newer notifo REST service. +* **Contents**: Geolocation fields also accept GeoJson objects now. +* **Contents**: Support for Geo queries with the full text index. You need to rerun the full text indexer for old geolocation fields. +* **Contents**: Reference specific content version in GraphQL endpoint. +* **UI**: Change the default of date editors to local mode instead of UTC. +* **UI**: Better support for SVG images in the rich text and markdown editor. +* **UI**: Integrated video player for assets. +* **UI**: Integrated document viewwer for documents like Word and PowerPoint. +* **UI**: Fixed default value handling. +* **UI**: Better sorting of schemas in custom Roles. + +### Bugfixes + +* **Assets**: Fixed a bug where the wrong version was used when referencing assets. +* **Assets**: Fixed a critical bug in the backend to not deliver protected assets when an old version without that protection was queried. +* **UI**: Fix quick nav after migration to newer Angular version. +* **UI**: Fixed a layer in the OpenStreetMap editor to use https instead of http. +* **UI**: Fixed array sorting in the UI. +* **UI**: Fixed a bug that was causing the folders not to show up properly. +* **Identity**: Fix the config management for external OIDC providers. +* **Events**: Fix event consumers for older mongo installations (< 4.0 ). + ## 5.4.0 - 2020-12-28 ### Features