This commit is contained in:
John Firebaugh
2014-07-15 16:50:41 -07:00
parent a37eb2972f
commit 85656a40cc
3 changed files with 8 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.5.1",
"version": "1.5.2",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {