This commit is contained in:
John Firebaugh
2013-09-26 10:18:31 -07:00
parent 94db453ea3
commit 831f62fa0c
3 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,23 @@
## 1.2.0
* Don't auto-save intro tutorial edits (#1745, #1795)
* Added waypoint display to GPX layer
* Added "Straighten" operation
* Improve "Orthogonalize" behavior, rename to "Square"
* Add and improve many presets
* Save commit messages on blur (#1783)
* Add KSJ2 tags to discard list (#1794)
* Fix display of labels with wide characters
* Catch localStorage quota exception (#1807)
* Avoid consecutive identical nodes when adding a midpoint (#1296)
* Stop nudge when exiting move mode (#1766)
* Add "Continue" operation
* Delete relations that become empty (#465, #1454)
* Support polygon imagery bounds (#768)
* Pull imagery from editor-imagery-index
* Insert areas in sorted order (#1693)
* Fix some walkthrough glitches (#1744)
## 1.1.6
* Fix walkthrough on Firefox (#1743)

View File

@@ -253,7 +253,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.1.6';
iD.version = '1.2.0';
(function() {
var detected = {};

View File

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