]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
v1.2.3
authormarc tobias <mtmail@gmx.net>
Tue, 1 Sep 2020 15:55:32 +0000 (17:55 +0200)
committermarc tobias <mtmail@gmx.net>
Tue, 1 Sep 2020 15:55:32 +0000 (17:55 +0200)
CHANGES.md
package.json

index a9d1484b7abe7e9c2166cd7152295b04c88f8220..6c6b5bcfc83ca469ce052aa2e9968675460c5cdc 100644 (file)
@@ -1,5 +1,10 @@
 # CHANGES
 
+* version 1.2.3 - 2020-09-01
+
+    * Favicon URLs did not work when app is installed in a subdirectory
+    * On detail page in parents and linked-places sections address lines were all grayed out
+
 * version 1.2.2 - 2020-09-01
 
     * Don't intercept link clicks when the target is the raw API output
index 0170d01c3eb41abbb2518b1ce052e3de0e8b3488..d11c5b4966bf482a4db7d89a19aab4360bfb81f5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "nominatim-ui",
-  "version": "1.2.2",
+  "version": "1.2.3",
   "description": "Debug web interface for Nominatim geocoder",
   "main": "index.js",
   "scripts": {