From 188958e58d90219a872273cea48bdfa6dc26f1e6 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 18 Mar 2016 15:33:22 -0400 Subject: [PATCH] 1.9.2 --- CHANGELOG.md | 15 +++++++++++++++ js/id/id.js | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143e57a31..b29d1b0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ :warning: = Breaking change, may affect downstream projects or sites that embed iD. +## 1.9.2 +##### Mar 18, 2016 +* Avoid jumpiness when dragging node markers (#3003) +* Rename "Dock" -> "Wet Dock / Dry Dock" (#3030) +* Refresh lables when switching to a new GPX file (#3032) +* Fix bug where adding a space to a name would undo a previous edit (#3035) +* Display GPX tracks immediately when loaded or toggled (#3027) +* Include "Local GPX" in imagery used list when GPX loaded via url parameter (#2804) +* Add Bird Hide preset (#3026) +* Exclude from areaKeys blacklist presets that are point/vertex only (#3009) +* Return to browse mode and block ui while geolocating (#3016) +* Restore highway=unclassified to thick line rendering and rename as "Minor/Unclassified Road" (#3015) +* Allow drawing of freeform shapes when using the shift-click-drag lasso selection tool (#2937, thanks @kepta) +* Rename "Major Roads" -> "Traffic Roads", "Minor Roads" -> "Service Roads" in feature filter list + ## 1.9.1 ##### Mar 3, 2016 * Add context.asset for building asset filenames, use for Mapillary Traffico files (#3011) diff --git a/js/id/id.js b/js/id/id.js index bed759f80..102c41504 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -363,7 +363,7 @@ window.iD = function () { }; -iD.version = '1.9.1'; +iD.version = '1.9.2'; (function() { var detected = {}; diff --git a/package.json b/package.json index 217335e5c..9fe183891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.9.1", + "version": "1.9.2", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "directories": {