From: marc tobias Date: Tue, 1 Sep 2020 15:55:32 +0000 (+0200) Subject: v1.2.3 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/be5f5c2733a73d7a548be2f461f03fef6bfa499b v1.2.3 --- diff --git a/CHANGES.md b/CHANGES.md index a9d1484..6c6b5bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index 0170d01..d11c5b4 100644 --- a/package.json +++ b/package.json @@ -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": {