mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
1.6.1
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
||||
## 1.6.1
|
||||
|
||||
* Remember raw tag editor expansion state across sessions (#2416)
|
||||
* Translate text in changes section on save panel (#2417)
|
||||
* Encode URL hash correctly (#2406)
|
||||
* Capture ⌘-S even in input fields (#2409)
|
||||
* Added some traffic_calming=* presets
|
||||
* Prefer power=substation to sub_station
|
||||
* Include state/province in U.S. and Canadian address formats
|
||||
* Improve the error message on saving when offline (#2373)
|
||||
|
||||
## 1.6.0
|
||||
|
||||
* Add nework field to Road Route relation preset (#2372)
|
||||
|
||||
@@ -265,7 +265,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.6.0';
|
||||
iD.version = '1.6.1';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user