bump dev version

and add missing release date to changelog
This commit is contained in:
Martin Raifer
2023-03-03 16:34:40 +01:00
parent 5ebb8d2acb
commit f87b5fa77b
2 changed files with 17 additions and 6 deletions
+16 -5
View File
@@ -35,17 +35,28 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased (2.26.0-dev)
#### :tada: New Features
#### :sparkles: Usability & Accessibility
#### :scissors: Operations
#### :camera: Street-Level
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :earth_asia: Localization
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :hammer: Development
# 2.25.0
##### 2023-Mar-03
#### :mega: Release Highlights
* Add [Röntgen icon set](https://github.com/enzet/map-machine#r%C3%B6ntgen-icon-set) for presets, etc.
#### :bug: Bugfixes
* Fix context "edit" menu on touchscreens: render labels properly and always open the touch-specific edit menu ([#9425])
#### :rocket: Presets
* Upgrade to tagging schema v6 ([#9477]):
* Add new `date` field for tags like `check_date`
* Add [Röntgen icons set](https://wiki.openstreetmap.org/wiki/R%C3%B6ntgen)
* Add [Röntgen icon set](https://github.com/enzet/map-machine#r%C3%B6ntgen-icon-set)
* Combo fields can now specify arbitrary icons for individual tag values
#### :bug: Bugfixes
* Fix context "edit" menu on touchscreens: render labels properly and always open the touch-specific edit menu ([#9425])
#### :hammer: Development
* `npm start` runs in _watch_ (i.e. `npm run start:watch`) mode by default (to start the dev server in _single build_ mode one can now use `npm run start:single-build`)
* CDNs for resources (id-tagging-schema, osm-community-index, name-suggestion-index and others) are now configurable via environment variables (or a dotenv file)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.25.0",
"version": "2.26.0-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",