Skip to content

Commit fed19c8

Browse files
committed
v6.8.0
1 parent b76ea52 commit fed19c8

File tree

3 files changed

+75
-3
lines changed

3 files changed

+75
-3
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,78 @@ _Breaking developer changes, which may affect downstream projects or sites that
2323
[@xxxx]: https://github.com/xxxx
2424
-->
2525

26+
# 6.8.0
27+
##### 2024-Aug-19
28+
29+
#### New Presets
30+
* Add preset for `man_made=flare` ([#1237])
31+
* Add presets for Ski Jump features ([#1176], thanks [@olafkryus])
32+
* Add preset for `leisure=bathing_place` ([#1274], thanks [@osmuser63783])
33+
* Add preset for `hairdresser=barber` ([#1165], thanks [@kjonosm])
34+
* Add preset for `man_made=footwear_decontamination` ([#1235])
35+
* Add preset for Go Kart Facility ([#1281], thanks [@arch0345])
36+
* Add preset for Chinese Fast Food ([#1280], thanks [@arch0345])
37+
* Add preset for `amenity=swingerclub` ([#1187], thanks [@Asteliks])
38+
* Add presets for dedicated types of Community Centers ([#1200], thanks [@tiptoptom])
39+
#### Changed Presets
40+
* Add `activity` field to Trail Marker preset ([#1197], thanks [@danieldegroot2])
41+
* Add `maxweight` field to Helipad preset ([#1234])
42+
* Add `organic` field to the following presets: Cafe, Fast Food, Ice Cream Shop, Restaurant ([#1247], thanks [@ToastHawaii])
43+
* Allow presets to be mapped as vertices: Ticket Validator, Fuel Pump, Mineshaft, Marker, Sinkhole, Public Transport Stations, Welcome Sign ([#1233])
44+
* Add `maxheight` field to Parking Garage Entrance/Exit preset ([#232], thanks [@cicku])
45+
#### New and Changed Fields
46+
* Add `armrest` field for Bench preset ([#1227], thanks [@bompstable])
47+
* Add additional translatable values to the `surface` field: `clay`, `concrete:lanes`, `concrete:plates`, `grass_paver`, `pebblestone`, `tartan` ([#1198], thanks [@michalgwo])
48+
* Add common name tags as universal fields: `alt_name`, `loc_name`, `nat_name`, `official_name`, `reg_name`, `short_name` ([#215], thanks [@1ec5])
49+
* Add value `ghost_bike` to the memorial type field ([#1302], thanks [@mnalis])
50+
#### Regional Presets and Fields
51+
#### Deprecated Tags
52+
* Add tag upgrade rule for `sidewalk=none` to `sidewalk=no`
53+
#### Bugfixes
54+
* Fix typo for tag value `material=reinforced_concrete` ([#1245], thanks [@Dimitar5555])
55+
* Remove unnecessary `matchScore` property from Kitchen Garden preset ([#1253])
56+
* Fix tag for roller coaster track type field ([#1293], thanks [@arch0345])
57+
#### Documentation and Other Changes
58+
* Skip `dist` directory for searching in VS Code ([#1219])
59+
* Change _deploy_ workflow to write `interim` data to a dedicated branch, instead of the `main` development branch ([#1307])
60+
* Add repo governance documentation, including roles (co-maintainers, issue triage helpers, contributors) ([#1230])
61+
* Document guidelines for presets, fields and tag deprecations ([#1229])
62+
* Add pull request template ([#1239])
63+
64+
[#215]: https://github.com/openstreetmap/id-tagging-schema/pull/215
65+
[#222]: https://github.com/openstreetmap/id-tagging-schema/pull/222
66+
[#232]: https://github.com/openstreetmap/id-tagging-schema/pull/232
67+
[#1165]: https://github.com/openstreetmap/id-tagging-schema/pull/1165
68+
[#1167]: https://github.com/openstreetmap/id-tagging-schema/pull/1167
69+
[#1187]: https://github.com/openstreetmap/id-tagging-schema/pull/1187
70+
[#1197]: https://github.com/openstreetmap/id-tagging-schema/pull/1197
71+
[#1198]: https://github.com/openstreetmap/id-tagging-schema/pull/1198
72+
[#1200]: https://github.com/openstreetmap/id-tagging-schema/pull/1200
73+
[#1227]: https://github.com/openstreetmap/id-tagging-schema/pull/1227
74+
[#1229]: https://github.com/openstreetmap/id-tagging-schema/pull/1229
75+
[#1230]: https://github.com/openstreetmap/id-tagging-schema/pull/1230
76+
[#1233]: https://github.com/openstreetmap/id-tagging-schema/pull/1233
77+
[#1234]: https://github.com/openstreetmap/id-tagging-schema/pull/1234
78+
[#1235]: https://github.com/openstreetmap/id-tagging-schema/pull/1235
79+
[#1237]: https://github.com/openstreetmap/id-tagging-schema/pull/1237
80+
[#1239]: https://github.com/openstreetmap/id-tagging-schema/pull/1239
81+
[#1245]: https://github.com/openstreetmap/id-tagging-schema/pull/1245
82+
[#1247]: https://github.com/openstreetmap/id-tagging-schema/pull/1247
83+
[#1253]: https://github.com/openstreetmap/id-tagging-schema/pull/1253
84+
[#1274]: https://github.com/openstreetmap/id-tagging-schema/pull/1274
85+
[#1280]: https://github.com/openstreetmap/id-tagging-schema/pull/1280
86+
[#1281]: https://github.com/openstreetmap/id-tagging-schema/pull/1281
87+
[#1293]: https://github.com/openstreetmap/id-tagging-schema/pull/1293
88+
[#1307]: https://github.com/openstreetmap/id-tagging-schema/pull/1307
89+
[@bompstable]: https://github.com/bompstable
90+
[@michalgwo]: https://github.com/michalgwo
91+
[@ToastHawaii]: https://github.com/ToastHawaii
92+
[@olafkryus]: https://github.com/olafkryus
93+
[@osmuser63783]: https://github.com/osmuser63783
94+
[@Asteliks]: https://github.com/Asteliks
95+
[@cicku]: https://github.com/cicku
96+
97+
2698
# 6.7.3
2799
##### 2024-Apr-5
28100

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@openstreetmap/id-tagging-schema",
4-
"version": "6.7.1",
4+
"version": "6.8.0",
55
"description": "The OpenStreetMap tagging model used by the iD editor",
66
"homepage": "https://github.com/openstreetmap/id-tagging-schema#readme",
77
"bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",

0 commit comments

Comments
 (0)