From: marc tobias Date: Wed, 19 May 2021 17:10:32 +0000 (+0200) Subject: version 3.2.0 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/d66a65e04139037b0418b962e2b6ac1c9c032adf?ds=inline;hp=61e0c9318d8f48915877e6985a46f57ec6d43b83 version 3.2.0 --- diff --git a/CHANGES.md b/CHANGES.md index 073e097..532acb6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # CHANGES +* version 3.2.0 - 2021-05-10 + + * Upgrade layout framework to Bootstrap version 5 + * Removed polygon parameters from debug URLs, rarely needed. Thanks darkshredder + * Fix: Search page didn't load when Nominatim_API_Endpoint was set to a relative path. Thanks darkshredder + * Fix: Detail search allows lowercase OSM types, e.g. n123. Thanks darkshredder + * Fix: Better deal with empty child place responses from the API + * Fix: Make sure a full build happens before running tests + * version 3.1.0 - 2021-04-26 * Configuration: new options to set API endpoint headers and additional paramters, thanks petoc diff --git a/package.json b/package.json index dd2b702..adab631 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.1.0", + "version": "3.2.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c",