diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f3674c..8cf4c9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# 1.6.0 + +* The OSM monochrome, Watercolor and Mapbox street satellite tiles are now enabled by default. +* All the tiles are always available when clicking on a « display more » button in the tile selection column. +* The tags displayed in features popup content are no longer put on top of the contribution form. +* Read-only preset tag values overwrite existing tag values in the contribution form, the checkbox label has been changed to reflect the new behavior. +* Add some back buttons to columns. +* And as always, multiple bufixes and enhancement. + # 1.4.6 * Fix a regression introduced in the 1.4.0 version when displaying ways. diff --git a/CHANGELOG_DEV.md b/CHANGELOG_DEV.md index b18b63ca..11850ca7 100644 --- a/CHANGELOG_DEV.md +++ b/CHANGELOG_DEV.md @@ -1,7 +1 @@ # Changelog of the current development version - -* The OSM monochrome, Watercolor and Mapbox street satellite tiles are now enabled by default. -* All the tiles are always available when clicking on a « display more » button in the tile selection column. -* The tags displayed in features popup content are no longer put on top of the contribution form. -* Read-only preset tag values overwrite existing tag values in the contribution form, the checkbox label has been changed to reflect the new behavior. -* Add some back buttons to columns. diff --git a/package.json b/package.json index d30b0636..72fd4cf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "description": "MapContrib", - "version": "1.4.6", + "version": "1.6.0", "license": "MIT", "author": { "name": "Guillaume AMAT",