This commit is contained in:
John Firebaugh
2014-10-23 15:25:20 -07:00
parent ba72b659fa
commit edd4f37f52
3 changed files with 13 additions and 2 deletions

View File

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

View File

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

View File

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