From 266a1d15b135659ae1dc93a88be960d0aa473029 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sun, 30 Nov 2025 23:07:28 +0100 Subject: [PATCH] prepare v3.10.0 release --- CHANGES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 64ed681..a5e90fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +* version 3.10.0 - 2025-11-30 + * Theming: You can now customize a help section on the status page + * Search: When no results and viewbox is set, then pan map to viewbox (instead of whole world) + * Search: Add amenity field to the structured search. Not sure why we left it out + * Search: Tone down font color of placeholder text in forms + * Search: The map infobox now includes a link to Overpass Turbo tool of the shown region + * Reverse: Add 2 more advanced fields: polygon simplification, language + * Reverse: Request polygon by default (similar to th Search page) + * version 3.9.1 - 2025-11-24 * Reverse page: When clicking map the advanced options are now kept * Search/Revere page: Print a note which default browser language is used diff --git a/package.json b/package.json index d1bfd5e..5ed6ae4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.9.1", + "version": "3.10.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c", -- 2.39.5