From c9d256c9c740b97656679d9cf2806f401cb1f390 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 28 Mar 2014 11:56:18 -0700 Subject: [PATCH] 1.3.8 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ js/id/id.js | 2 +- package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2203a8122..4d99789f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 1.3.8 + +* Disable circularize and orthogonalize operations when way is <80% contained in the viewport +* Add place=neighbourhood preset +* Add denomination=* field for cemetary, graveyard, funeral home +* Add preset for shop=funeral_directors +* Add icon for public_transport=stop_position +* Support quartile scheme for any imagery source (#2112) +* Zoom to GPX after adding (#2144) +* Correctly update UI after choosing GPX file (#2144) +* Add preset for leisure=ice_rink +* Add picnic area stuff: firepit, picnic_table, bbq +* Add 35 as an option in the maxspeed dropdown +* Add religion to cemetery preset (#2164) +* Fix tag reference layout on FF (#2159) +* Add "crop" field for landuse=farm/farmland/farmyard (#2149) +* Add "trees" field for landuse=orchard +* Add landuse=landfill +* Add the hoops=* field to the basketball preset (#1984) +* Add amenity=nightclub +* Add smoking field for many presets under amenity, building, office, tourism (#1990) +* barrier=fence shouldn't be an area (fixes #2158) +* Remove building_area from hospital, school, kindergarden +* Fix recycling field keys (#2140) + ## 1.3.7 * Added building presets diff --git a/js/id/id.js b/js/id/id.js index 34030be62..d1ea03cb7 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -310,7 +310,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.3.7'; +iD.version = '1.3.8'; (function() { var detected = {}; diff --git a/package.json b/package.json index 0b8745313..0c28bdfa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.3.7", + "version": "1.3.8", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {