Skip to content

Commit e02d8e9

Browse files
committed
Bump version to 1.2.6
1 parent 1201065 commit e02d8e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ as far back as very early versions of this codebase, which was started in 2017
55
(though note that there was an earlier version of OSMCha whose code is not
66
included in the history of this repository).
77

8+
### 1.2.6
9+
10+
- Correct help text for User field in filter UI (#817)
11+
- Remove broken autocomplete behavior for Teams field in filter UI; update
12+
wording on help text (#818)
13+
- Switch from overpass.osmcha.org to overpass-api.de as default Overpass
14+
provider (only used when a user views a changeset that is very old, or very
15+
new).
16+
817
### 1.2.5
918

1019
- Make external links and foreign keys clickable in the element info view

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.5",
3+
"version": "1.2.6",
44
"license": "ISC",
55
"engines": {
66
"node": ">=7.0"

0 commit comments

Comments
 (0)