Skip to content
Snippets Groups Projects
Verified Commit 6fe292d1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update CHANGELOG

parent 05ee4a3a
No related branches found
No related tags found
1 merge request!68DOC: update CHANGELOG
Pipeline #20835 passed
...@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file. ...@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unpublished] ## [0.5.0] - 2022-03-25
(Timm Fitschen)
### Added (for new features, dependecies etc.) ### Added
* entity_acl module which adds a button to each entity which links to the * entity_acl module which adds a button to each entity which links to the
webui-acm module. Enable via BUILD_MODULE_EXT_ENTITY_ACL=ENABLED. webui-acm module. Enable via BUILD_MODULE_EXT_ENTITY_ACL=ENABLED.
...@@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
css classes for the markers of required fields in CaosDB form elements. css classes for the markers of required fields in CaosDB form elements.
* The navbar has now an html id `caosdb-navbar-full` * The navbar has now an html id `caosdb-navbar-full`
### Changed (for changes in existing functionality) ### Changed
* Added `show` option to caosdb_map.MapConfig for showing the map initially and * Added `show` option to caosdb_map.MapConfig for showing the map initially and
storing the state accross page reloads. Defaults to `false`. This also bumps storing the state accross page reloads. Defaults to `false`. This also bumps
...@@ -26,11 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -26,11 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
backwards-compatible for the map config. Clients need to update their backwards-compatible for the map config. Clients need to update their
version string in their config file, tho. version string in their config file, tho.
### Deprecated (for soon-to-be removed features) ### Deprecated
### Removed (for now removed features) ### Removed
### Fixed (for any bug fixes) ### Fixed
* Fixed saving of text properties that were changed in the Source-Editing mode * Fixed saving of text properties that were changed in the Source-Editing mode
of the WYSIWYG editor. of the WYSIWYG editor.
...@@ -38,9 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -38,9 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Fixed an issue whereby missing property descriptions in the edit mode would Fixed an issue whereby missing property descriptions in the edit mode would
lead to wrongly detected entity updates in the server lead to wrongly detected entity updates in the server
### Security (in case of vulnerabilities) ### Security
### Documentation (for notable additions or changes of the documentation) ### Documentation
## [0.4.2] - 2021-12-06 ## [0.4.2] - 2021-12-06
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment