diff --git a/CHANGELOG.md b/CHANGELOG.md index 190b203a75b3f70641b903bbe45a8516192f0ca8..435dc0ac9ec4002a32665218ca152705119dc1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added (for new features, dependecies etc.) +### Changed (for changes in existing functionality) + +### Deprecated (for soon-to-be removed features) + +### Removed (for now removed features) + +### Fixed (for any bug fixes) + +### Security (in case of vulnerabilities) + +### Documentation (for notable additions or changes of the documentation) + +## [0.4.0] - 2021-10-28 + +### Added (for new features, dependecies etc.) + * Module `ext_qrcode` which generates a QR Code for an entity (pointing to the the head or the exact version). * Optional functionality to bookmark all query results. Note that too many diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index d3dca09ef0ddd2c4d0d33f0134305a9c52691f09..c6043d09d049b91cfc0a03560970537feb8bbc06 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,2 +1,28 @@ -* CaosDB Server == 0.4 +* CaosDB Server 0.5.x * Make 4.2.0 + +# Java Script Libraries (included in this repository) +* bootstrap-5.0.1 +* bootstrap-autocomplete-2.3.5 +* bootstrap-icons-1.4.1 +* bootstrap-select-1.14.0-beta2 +* dropzone-5.5.0 +* javascript-state-machine-master +* jquery-3.6.0.min.js +* loglevel-1.6.4 +* qrcode-1.4.4 +* showdown-1.8.6 +* plotly.js-1.52.2 +* UTIF-8205c1f + +## For the map + +* leaflet-1.5.1 +* Leaflet.Coordinates-0.1.5 +* leaflet.latlng-graticule-20191007 +* L.Graticule.js https://github.com/turban/Leaflet.Graticule/blob/e9146fbea59ce1b0ada4ea2a012087f9a1a12473/L.Graticule.js +* proj4js-2.5.0 +* Proj4Leaflet-1.0.1 + +## For testing +* qunit-2.9.2