diff --git a/CHANGELOG.md b/CHANGELOG.md index e35f493aa..e5ba4377a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,146 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, [@xxxx]: https://github.com/xxxx --> +# 2.13.0 +##### Planned: 2019-Jan-23 + +#### :mega: Release Highlights + +* :zap: [KeepRight](https://wiki.openstreetmap.org/wiki/Keep_Right) data quality issues can now be browsed and resolved directly within iD. Many thanks to Thomas Hervey ([@thomas-hervey]) for his work on this!
+_Turn on KeepRight Issues in the Map Data pane._ +* :triangular_ruler: [MapRules](https://github.com/radiant-maxar/maprules)
+* :motorway: Highway link destination fields
+ +[@thomas-hervey]: https://github.com/thomas-hervey + +#### :boom: Breaking Changes +#### :tada: New Features + +* Integrate with Keep Right QA tools ([#3452], [#5201], thanks [@thomas-hervey]) +* Show the location when geolocating the user ([#5587], [#5629], thanks [@maxgrossman]) +* Add button to zoom to the selected feature ([#5169]) +* Display some preset fields conditionally based on tags ([#5581], [#5583]) +* Add validation check for generic feature names ([#5590]) +* Support `{wkid}`, `{w}`, `{s}`, `{n}`, and `{e}` tokens in WMS-style background imagery templates ([#5738], thanks [@1ec5]) + +[#3452]: https://github.com/openstreetmap/iD/issues/3452 +[#5201]: https://github.com/openstreetmap/iD/issues/5201 +[#5590]: https://github.com/openstreetmap/iD/issues/5590 +[#5169]: https://github.com/openstreetmap/iD/issues/5169 +[#5738]: https://github.com/openstreetmap/iD/issues/5738 +[#5581]: https://github.com/openstreetmap/iD/issues/5581 +[#5583]: https://github.com/openstreetmap/iD/issues/5583 +[#5587]: https://github.com/openstreetmap/iD/issues/5587 +[#5629]: https://github.com/openstreetmap/iD/issues/5629 +[@maxgrossman]: https://github.com/maxgrossman +[@1ec5]: https://github.com/1ec5 +[@thomas-hervey]: https://github.com/thomas-hervey + +#### :sparkles: Usability + +* Open the combobox when clicking anywhere in the text field ([#5596, #5636], thanks [@maxgrossman]) +* Add close buttom to the save sidebar ([#5614], [#5622], thanks [@maxgrossman]) +* Render reservoirs and fountains with the water fill pattern ([#5606], thanks [@RudyTheDev]) +* Render marine barriers with a blue stroke ([#5606], thanks [@RudyTheDev]) +* Press enter to submit values in combo fields without deselecting the feature ([#5725]) +* Hide combobox caret when there are no suggestions ([#5730]) +* Show the editor instead of the preset browser when selecting untagged features ([#5632]) +* Match the widths of the add tag and relation buttons to other controls ([#5729]) +* Animate simultaneous zooming and positioning of the map in various cases ([#3967]) +* Enforce stricter rules for line vs. area styles ([#5602]) +* Don't style the active drawing vertex as a large endpoint when styling lines ([#5711]) + +[#5730]: https://github.com/openstreetmap/iD/issues/5730 +[#5729]: https://github.com/openstreetmap/iD/issues/5729 +[#5725]: https://github.com/openstreetmap/iD/issues/5725 +[#5711]: https://github.com/openstreetmap/iD/issues/5711 +[#5602]: https://github.com/openstreetmap/iD/issues/5602 +[#5596]: https://github.com/openstreetmap/iD/issues/5596 +[#5636]: https://github.com/openstreetmap/iD/issues/5636 +[#5622]: https://github.com/openstreetmap/iD/issues/5622 +[#5614]: https://github.com/openstreetmap/iD/issues/5614 +[#5606]: https://github.com/openstreetmap/iD/issues/5606 +[#5632]: https://github.com/openstreetmap/iD/issues/5632 +[#3967]: https://github.com/openstreetmap/iD/issues/3967 +[@RudyTheDev]: https://github.com/RudyTheDev +[@maxgrossman]: https://github.com/maxgrossman + +#### :bug: Bugfixes + +* Remove highlight from relation member after it is deleted from relation ([#5612], [#5638], thanks [@maxgrossman]) +* Fix an error where nodes could not be found after a data restore and the save interface would not appear ([#4108]) +* Fix crash in the relation member editor when tabbing away from the role ([#5731]) +* Fix an issue where sections of the Map Data and Background panes might not display ([#5743]) +* Fix a visual glitch where the buttons in the top bar could wrap in an undesirable way ([#5746]) + +[#5746]: https://github.com/openstreetmap/iD/issues/5746 +[#5743]: https://github.com/openstreetmap/iD/issues/5743 +[#5731]: https://github.com/openstreetmap/iD/issues/5731 +[#5612]: https://github.com/openstreetmap/iD/issues/5612 +[#5638]: https://github.com/openstreetmap/iD/issues/5638 +[#4108]: https://github.com/openstreetmap/iD/issues/4108 +[@maxgrossman]: https://github.com/maxgrossman + +#### :earth_asia: Localization + +* Fetch multilingual tag descriptions and images from the OSM Wikibase ([#5647], thanks [@nyurik]) +* Set the localization via a URL parameter ([#5644], [#5650], thanks [@tordans]) +* Fix misaligned labels in the right-to-left layout ([#5687], [#5692], [#5699], [#5705], thanks [@iriman]) +* Use `²` key to toggle the sidebar on AZERTY keboards ([#5663]) +* Use `?` key to toggle the help pane regardless of the localization ([#5663]) +* Display translated names and descriptions of more background sources ([#5737]) + +[#5737]: https://github.com/openstreetmap/iD/issues/5737 +[#5663]: https://github.com/openstreetmap/iD/issues/5663 +[#5647]: https://github.com/openstreetmap/iD/issues/5647 +[#5644]: https://github.com/openstreetmap/iD/issues/5644 +[#5650]: https://github.com/openstreetmap/iD/issues/5650 +[#5687]: https://github.com/openstreetmap/iD/issues/5687 +[#5692]: https://github.com/openstreetmap/iD/issues/5692 +[#5699]: https://github.com/openstreetmap/iD/issues/5699 +[#5705]: https://github.com/openstreetmap/iD/issues/5705 +[@nyurik]: https://github.com/nyurik +[@tordans]: https://github.com/tordans +[@iriman]: https://github.com/iriman + +#### :hourglass: Performance + +* Don't update closed sections of the Map Data and Background panes + +#### :mortar_board: Walkthrough / Help +#### :rocket: Presets + +* Add Fuel, Fireplace, Fishing, Hunting, and Drinking Water Shop presets ([#5651], [#5653], thanks [@hikemaniac]) +* Add Racetrack (Horse Racing) preset ([#5620]) +* Add Enforcement relation preset ([#5610]) +* Add Netball Court and Australian Football Field presets ([#5604], [#5605]) +* Change tags of Reservoir, replace Riverbank with River area preset, and add Canal and Stream area presets ([#5591]) +* Add Destinations, Destination Road Numbers, Junction Number, and Destination Symbols fields to Link highways ([#4178]) +* Add Diet Types field to Restaurant, Cafe, Fast Food, and Supermarket ([#5580]) +* Embed name of religion in all Place of Worship labels ([#5611]) +* Rename Forest to Managed Forest ([#5709]) +* Add "real estate" as a search term for Estate Agent ([#5724], thanks [@CloCkWeRX]) +* Let presets inherit fields from other presets ([#5710], [#5712]) +* Reduce the use of universal fields ([#5719]) + +[#5709]: https://github.com/openstreetmap/iD/issues/5709 +[#5620]: https://github.com/openstreetmap/iD/issues/5620 +[#5611]: https://github.com/openstreetmap/iD/issues/5611 +[#5610]: https://github.com/openstreetmap/iD/issues/5610 +[#5591]: https://github.com/openstreetmap/iD/issues/5591 +[#5580]: https://github.com/openstreetmap/iD/issues/5580 +[#5651]: https://github.com/openstreetmap/iD/issues/5651 +[#5653]: https://github.com/openstreetmap/iD/issues/5653 +[#5710]: https://github.com/openstreetmap/iD/issues/5710 +[#5712]: https://github.com/openstreetmap/iD/issues/5712 +[#5719]: https://github.com/openstreetmap/iD/issues/5719 +[#5724]: https://github.com/openstreetmap/iD/issues/5724 +[#4178]: https://github.com/openstreetmap/iD/issues/4178 +[#5604]: https://github.com/openstreetmap/iD/issues/5604 +[#5605]: https://github.com/openstreetmap/iD/issues/5605 +[@hikemaniac]: https://github.com/hikemaniac +[@CloCkWeRX]: https://github.com/CloCkWeRX + # 2.12.2 ##### 2018-Dec-13