File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 1.2.0] - 2026-06-11
7+
8+ * fix NPE in imports with country filter enabled
9+ * improve search of partial exact matches (thanks @henrik242 )
10+ * improve import pipeline, now fully supporting parallel processing (thanks @henrik242 )
11+ * improve handling of words with apostrophes (thanks @henrik242 )
12+ * fall back to '-default-language' for display names when requested
13+ language is not available (thanks @tjvanderende )
14+ * documentation improvements (thanks @romanpickl )
15+
616## [ 1.1.0] - 2026-04-18
717
818* add special reverse-only mode creating a smaller DB with on search capability
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = ' de.komoot.photon'
10- version = ' 1.1 .0'
10+ version = ' 1.2 .0'
1111description = " Geocoder for OSM data (OpenSearch-based version)"
1212
1313distZip. enabled = false
You can’t perform that action at this time.
0 commit comments