From d7c53238bd7d95debdcb29ddcf9671e6c4437ba6 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 15 Jul 2020 12:23:02 -0400 Subject: [PATCH] Update CHANGELOG.md Add 2.18.0 release highlights --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9643a818c..275f37da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,16 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, # 2.18.0 ##### Planned: 2020-Jul +#### :mega: Release Highlights +* :raised_hand_with_fingers_splayed: **Touchscreen support!** We've finally optimized iD for multi-touch and stylus mapping on devices like tablets and 2-in-1s.
+_Long-press on features to open the edit menu. Review the Help pane to see what else you can do._ +* :card_index_dividers: **Multiselection editing** has been supercharged, so you can update many features together instead of one at a time.
+_⇧ Shift + click to select multiple features. On touchscreens, tap-and-hold one feature, then tap others to select them too._ +* :ballot_box_with_check: **[Osmose](http://osmose.openstreetmap.fr)** data quality issues can now be browsed and resolved within iD. Thanks, [@SilentSpike], for this integration!
+_Press F to open the Map Data pane and toggle on Osmose Issues under Data Layers._ + +[@SilentSpike]: https://github.com/SilentSpike + #### :tada: New Features You can now: @@ -120,7 +130,7 @@ You can now: * Wrap long feature type labels to multiple lines ([#7722]) * Move the "Zoom to this" button to be with the other zoom buttons on the side of the map ([#6601], [#7391]) * Change misleading "Translate" tooltip to "Add multilingual name" ([#7486]) -* Add `key=value` placeholder to the text tag editor +* Add "key=value" placeholder to the text tag editor * Focus the relation role input when clicking its label ([#7690]) * Autofocus Description field when adding a new OSM note ([#7680]) * Prevent browsers from showing their own list of autocomplete values for fields ([#6444])