From 85656a40ccbde2a68066e38f3d9d359f21fe7d1f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 15 Jul 2014 16:50:41 -0700 Subject: [PATCH] 1.5.2 --- CHANGELOG.md | 6 ++++++ js/id/id.js | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b86d6b477..0ca8dff2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.5.2 + +* Fixed Chrome/Windows selection bug (#2151) +* Don't automatically tag motorways, etc. as oneway=yes +* Disable Move and Rotate operations if area < 80% contained in the viewport + ## 1.5.1 * Fix mixed content errors on https osm.org (#2281) diff --git a/js/id/id.js b/js/id/id.js index fdb8fd1bf..bef6390e8 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -265,7 +265,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.5.1'; +iD.version = '1.5.2'; (function() { var detected = {}; diff --git a/package.json b/package.json index 181fc2741..276d3a9d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.5.1", + "version": "1.5.2", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {