mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
1.2.0
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -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)
|
||||
|
||||
@@ -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 = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.1.6",
|
||||
"version": "1.2.0",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user