Skip to content

Commit fb6df4e

Browse files
committed
Bump version to 1.2.4
1 parent 4822d14 commit fb6df4e

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# Change Log
2-
3-
Log of changes since the 2.0 version
1+
# Changelog
2+
3+
This is a log of notable changes to the OSMCha frontend. It records history
4+
as far back as very early versions of this codebase, which was started in 2017
5+
(though note that there was an earlier version of OSMCha whose code is not
6+
included in the history of this repository).
7+
8+
### 1.2.4
9+
- Add Mapillary and Panoramax links to the "Open In..." dropdown on selected
10+
features (#805)
11+
- Add Esri World imagery and Esri Clarity (Beta) imagery layers to the list of
12+
available satellite imagery basemaps (#808)
13+
- Fix bug in location search bar (#810). Choosing a location from the search
14+
resulits will now correctly add that location as a polygon filter.
415

516
### 1.2.3
617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmcha-frontend",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "ISC",
55
"engines": {
66
"node": ">=7.0"

0 commit comments

Comments
 (0)