Releases: UniStuttgart-VISUS/damast
Releases · UniStuttgart-VISUS/damast
v1.3.2
v1.3.1
Add the functionality to download a GeoJSON file of the currently-visible places (231). Add the option to specify minimum and maximum zoom levels (minZoom, maxZoom, minNativeZoom, maxNativeZoom, see Leaflet documentation) to the configuration of map tile layers. Fix a bug where it was not possible to drag the last item in a stack somewhere else in the visualization layout (#233).
v1.3.0+date
Hotfix: amend release date for v1.3.0 in CHANGELOG.
v1.3.0
This minor release includes two new features:
- Add map material that is suitable for screenshots in publications (224).
The map material added consists of WebMercator tiles showing only shaded relief (repository), which are licensed under CC-BY-4.0, and water features from Natural Earth, which are in the public domain. - Change the tags view header and filter behavior to match that of the sources view (select all, none, invert; sort by name or evidence count; no selection means no match) (220).
The release also includes updates to dependency versions, as well as two smaller bugfixes:
- Resolve an issue with Python API changes that lead to errors in newly-built Docker images (#221) by pinning the Docker base image version and using
urllib.parse.urlencode
instead ofwerkzeug.urls.url_encode
. - Resolve an issue where the switch between the qualitative and quantitative timeline modes did nothing (222).
v1.2.1
v1.2.0+hotfix-json
Merge pull request #214 from UniStuttgart-VISUS/hotfix/issue213 Hotfix issue213