From a9e36d6e65385ef350e8583374a04b38548d2a84 Mon Sep 17 00:00:00 2001 From: Milos Brzakovic Date: Fri, 23 Jul 2021 11:09:07 +0200 Subject: [PATCH] Changelog cleaned --- CHANGELOG.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1598329b1..7f13ca5e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,25 +42,22 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :mega: Release Highlights * :boom: **Presets got their own [repo](https://github.com/openstreetmap/id-tagging-schema)!** Shoutout to [@quincylvania] for this! ([#pr8229])
-_In iD, this data is being fetched during runtime now, meaning **the presets can be updated independently of iD versioning**._
-_For any discussions and issues regarding presets please use the above linked repo._ -* :vertical_traffic_light: **Mapillary v4 api** now enables much faster data load and more objects. Big thanks to [@nickplesha]! ([#pr8372])
-_Be sure to check it out in MapData -> Photo Overlays -> Mapillary._ +_In iD, this data is being fetched during runtime now, meaning **the presets can be updated independently of iD versioning**_
+_For any discussions and issues regarding presets please use the above linked repo_ +* :vertical_traffic_light: **Mapillary v4 API** now enables much faster data load and more objects. Big thanks to [@nickplesha]! ([#pr8372])
+_Be sure to check it out in MapData -> Photo Overlays -> Mapillar._ * :fries: Thanks to great improvements ([#pr8305]) done by [@bhousel], iD now **supports newest versions of [name suggestion index](https://github.com/osmlab/name-suggestion-index)**
-_Additionally, presets now :handshake: [location set constraints](https://github.com/ideditor/schema-builder#locationset)._ +_Additionally, presets now support [location set constraints](https://github.com/ideditor/schema-builder#locationset)_ * :book: **Combo field now supports translatable options**. Thanks [@quincylvania]! ([#pr8238])
-_The text styling indicates which values are raw tags and which are translated labels. It works for semiCombo and multiCombo as well as single-value combos._ -* :artificial_satellite: **Bing aerial imagery** is now always **fresh and up to date** ([#pr8570]).
-_This also means load performance improvement._ +_The text styling indicates which values are raw tags and which are translated labels. It works for semiCombo and multiCombo as well as single-value combos_ [#pr8229]: https://github.com/openstreetmap/iD/pull/8229 [#pr8372]: https://github.com/openstreetmap/iD/pull/8372 [#pr8305]: https://github.com/openstreetmap/iD/pull/8305 [#pr8238]: https://github.com/openstreetmap/iD/pull/8238 -[#pr8570]: https://github.com/openstreetmap/iD/pull/8570 #### :sparkles: Usability & Accessibility -* Enable node dragging at the bottom of the screen ([#8233]) +* Enabled node dragging at the bottom of the screen ([#8233]) * Preset search is now more diacritics friendly ([#8242]) * Improve sidebar Fields behavior for multilingual names ([#8164]) * Improved distinction between preset categories and presets icons in sidebar ([#6085]) @@ -71,7 +68,7 @@ _This also means load performance improvement._ [#6085]: https://github.com/openstreetmap/iD/issues/6085 #### :scissors: Operations -* New operations: Select parent way operation (Ctrl)/ select child nodes operation (Ctrl) ([#pr8264], [#pr8577]). Thanks [@1ec5] +* New operations: Select parent way operation (Ctrl)/ select child nodes operation (Ctrl) ([#pr8264], [#pr8577]) Thanks [@1ec5] * Move (M) now works for nodes ([#8225]) * Move does not exit while moving the map ([#8187]) @@ -83,9 +80,9 @@ _This also means load performance improvement._ [#8187]: https://github.com/openstreetmap/iD/issues/8187 #### :white_check_mark: Validation -* Several rules added for case when tagging is used with wrong geometry ([#8231]) +* Several rules added for the case when tagging is used with wrong geometry ([#8231]) * Missing tag validation improvement ([#8273]) -* Smarter suspicious tag and outdated tag validators (thanks to the new nsi matcher) ([#pr8305]]) +* Smarter suspicious tag and outdated tag validators (thanks to the new NSI matcher) ([#pr8305]]) [#8231]: https://github.com/openstreetmap/iD/issues/8231 [#8273]: https://github.com/openstreetmap/iD/issues/8273 @@ -95,10 +92,10 @@ _This also means load performance improvement._ * Extract POI node now ends up in expected center ([#8246]) * Ensure features relations are always available when selected ([#6731]) * Notes processing serialization works correctly now ([#pr8310]) -* Wms detection axis ordering fix ([#pr8322]). Thanks to ([@rbuffat]) +* Wms detection axis ordering fix ([#pr8322]) Thanks to ([@rbuffat]) * Ensure consistent behaviour near zooming in/out on cross editable zoom (lod16) ([#pr8473]) -* Fixed Centroid calculation in measurement panel ([#pr8341]). Thanks to ([@jleedev]) -* Disabled edge case no-op move/rotate (move/rotate + esc) to pop previous edit of history ([#pr8442]) +* Fixed Centroid calculation in measurement panel ([#pr8341]) Thanks to ([@jleedev]) +* Disabled edge case no-op move/rotate (move/rotate + Esc) to pop previous edit of history ([#pr8442]) [@rbuffat]: https://github.com/rbuffat [@jleedev]: https://github.com/jleedev @@ -111,16 +108,21 @@ _This also means load performance improvement._ [#pr8341]: https://github.com/openstreetmap/iD/pull/8341 [#pr8442]: https://github.com/openstreetmap/iD/pull/8442 +#### :hourglass: Performance +* Validator now uses work queue and executes rule-jobs during idle cycles ([#pr8305]) + +[#pr8305]: https://github.com/openstreetmap/iD/pull/8305 + #### :mortar_board: Walkthrough / Help -* Tooltip added on 'Review my edits' ([#7227]) +* Tooltip added to 'Review my edits' ([#7227]) [#7227]: https://github.com/openstreetmap/iD/issues/7227 #### :rocket: Presets -* For preset changes please follow [id-tagging-schema repo](https://github.com/openstreetmap/id-tagging-schema). +* For preset changes please follow [id-tagging-schema repo](https://github.com/openstreetmap/id-tagging-schema) #### :hammer: Development -* Use json endpoints for user osm api ([#8188]) +* Use json endpoints for user OSM API ([#8188]) * Migrated from Travis CI to Github Actions ([#pr8258]) [#8188]: https://github.com/openstreetmap/iD/issues/8188