]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
v3.2.4
authormarc tobias <mtmail@gmx.net>
Thu, 5 May 2022 12:49:43 +0000 (14:49 +0200)
committermarc tobias <mtmail@gmx.net>
Thu, 5 May 2022 12:49:43 +0000 (14:49 +0200)
CHANGES.md
package.json

index 20c4b0dbc52a66154b05dfd13549b76fcfde697b..3aa02a021040e3b93c82eb0ea588aeb11e313884 100644 (file)
@@ -1,5 +1,14 @@
 # CHANGES
 
+* version 3.2.4 - 2022-05-05
+
+    * Configuration: Nominatim_API_Endpoint can now also be a callback
+    * NPM package updates
+
+* version 3.2.3 - 2022-04-05
+
+    * Fix: On Search page the 'deduplication' checkbox needs to be checked by default
+
 * version 3.2.3 - 2022-04-05
 
     * Fix: On Search page the 'deduplication' checkbox needs to be checked by default
index cf76566a29c32664e4a552e55c0aa00803223128..2a9a28cb33801f4a3ec0ab8f91dff7fbb1aa2a6e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.2.3",
+  "version": "3.2.4",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",