]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
prepare version 1.2
authormarc tobias <mtmail@gmx.net>
Tue, 7 Jul 2020 12:46:20 +0000 (14:46 +0200)
committermarc tobias <mtmail@gmx.net>
Tue, 7 Jul 2020 12:46:20 +0000 (14:46 +0200)
CHANGES.md
package.json

index 11154aa6cceb6bfef605f2c6673f4cb0e33e0548..23a569b75f0ec6d3e2a8566fde91534a2866cb80 100644 (file)
@@ -1,5 +1,9 @@
 # CHANGES
 
+* version 1.2 - 2020-07-07
+
+    * Use window.history.pushState to minimize page reloads
+
 * version 1.1 - 2020-06-19
 
     * Configuration now optional with example file.
index f1f04f789d06d6253b6a6bf67e42a674a1020ec9..a409768967f49dfa324f6ff4997c668451a1467d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "nominatim-ui",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "Debug web interface for Nominatim geocoder",
   "main": "index.js",
   "scripts": {