Skip to content

Commit

Permalink
add changelog, call this a "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Nov 3, 2024
1 parent ddf7e5a commit dc3d515
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Latest changes live on https://tyrasd.github.io/overpass-turbo/
<!--## undeployed-->

- Implement nwr shorthand
## 2024-11-03

- Implement `nwr` shorthand in query wizard
- Display Git commit date in help/about
- Use modern build tools: vite, vitest
- Show shortcuts in tooltip
- Wizard: checkbox to include/exclude query comments
- Migrate to @openstreetmap/id-tagging-schema
- Migrate source code to TypeScript (#606)
- Retain query in URL when loading overpass-turbo (#563)
- Store query in URL when running it (#585)
- Trim `w=` URL parameter (#609)
- Support many [MapCSS label properties](https://wiki.openstreetmap.org/wiki/MapCSS/0.2#Label_properties) (#627)
- Migrate to `@openstreetmap/id-tagging-schema`
- Migrate source code to TypeScript ([#606](https://github.com/tyrasd/overpass-turbo/pull/606))
- Retain query in URL when loading overpass-turbo ([#563](https://github.com/tyrasd/overpass-turbo/issues/563))
- Store query in URL when running it ([#585](https://github.com/tyrasd/overpass-turbo/issues/585))
- Trim `w=` URL parameter ([#609](https://github.com/tyrasd/overpass-turbo/issues/609))
- Support many [MapCSS label properties](https://wiki.openstreetmap.org/wiki/MapCSS/0.2#Label_properties) ([#627](https://github.com/tyrasd/overpass-turbo/pull/627))
- `font-family`
- `font-size`
- `font-style`
Expand All @@ -26,6 +28,9 @@
- `text-halo-radius`
- `text-opacity`
- `text-transform`
- Implement support for wildcard `*` type selector (to match any map feature)
- Make rendering of "small" features (i.e. the collapsing of feature geometries to a point marker if they would otherwise have very tiny dimensions at the current zoom level) customizable via a custom new mapcss statement `render: auto/native/point` ([#30](https://github.com/tyrasd/overpass-turbo/issues/30))
- (beta) Add a wizard-style dialog to auto-generate simple mapcss to style features based on one of two palettes (a qualitative and a sequential one), according to the values of a selectable OSM tag of the current result set

## 2022-01-09

Expand Down

0 comments on commit dc3d515

Please sign in to comment.