forked from MapComplete/MapComplete
chore(release): 0.50.6
This commit is contained in:
parent
38737c32a2
commit
3ba7e57ec1
3 changed files with 31 additions and 3 deletions
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -2,6 +2,34 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.50.6](https://github.com/pietervdvn/mapcomplete/compare/v0.50.5...v0.50.6) (2025-04-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* change condition to and ([4bc987a](https://github.com/pietervdvn/mapcomplete/commits/4bc987a4830727c28b7cffb3e16b9f2dc2f55fcb))
|
||||
* change inner workings of how history is kept, should improve performance ([7c57047](https://github.com/pietervdvn/mapcomplete/commits/7c57047d30991d2cb927a0f5053870c6fe76f43d))
|
||||
* don't save special items (such as "add new point") into history anymore ([2f92fd0](https://github.com/pietervdvn/mapcomplete/commits/2f92fd0da1f0fc34936db22354d48f7f97892b0e))
|
||||
* fix broken delete button ([b2a937f](https://github.com/pietervdvn/mapcomplete/commits/b2a937f4d89a8fd9bc169defc0b9a0925be80269))
|
||||
* rescale some theme images ([69b4461](https://github.com/pietervdvn/mapcomplete/commits/69b4461a20d0ca2c71ccbd4f73621e73dd6ff42c))
|
||||
|
||||
|
||||
### Theme improvements
|
||||
|
||||
* **elevator:** add handrail question ([4bd4d90](https://github.com/pietervdvn/mapcomplete/commits/4bd4d90867c77c8355cbc5f52bf3e249dfc50155))
|
||||
* **general:** use internet=wlan instead of internet=wifi in the case of both terminal and wifi connection ([f9e2041](https://github.com/pietervdvn/mapcomplete/commits/f9e204186cacbeafeff2b29a3b448d052dfcc87d))
|
||||
* **guideposts:** Add mappings for empty ref, name and elevation ([455f540](https://github.com/pietervdvn/mapcomplete/commits/455f540cbdd28062578129e66945f0693328b290))
|
||||
* **guideposts:** Add question for name, ref and elevation ([#2326](https://github.com/pietervdvn/MapComplete/issues/2326)) ([4a23fb8](https://github.com/pietervdvn/mapcomplete/commits/4a23fb87a16e00bef7566c70200b38637b92d76b))
|
||||
* **guideposts:** Clean tags when changing ([c465f75](https://github.com/pietervdvn/mapcomplete/commits/c465f756d610566375f28a123fc2f8cc8e6f95cc))
|
||||
* **kerbs and crossings:** Remove crossing type, add tactile_paving=partial, invalid values ([5c72467](https://github.com/pietervdvn/mapcomplete/commits/5c7246766eb4d5dcbc3ad42b75ed6a93358baf07))
|
||||
* **postboxes:** Drop old tagging, add returns_only as option ([cf1ae2f](https://github.com/pietervdvn/mapcomplete/commits/cf1ae2f354a63bbec87325cbebe249f92158891a))
|
||||
* **public_bookcase:** allow to snap to wall ([20808ee](https://github.com/pietervdvn/mapcomplete/commits/20808ee7725a72aded0a042a7aabad52493b43e1))
|
||||
* **wayside_shrine:** add mother mary as rendering and common option ([b71c275](https://github.com/pietervdvn/mapcomplete/commits/b71c2750258e4e143f1ff6b6e557ea519620a341))
|
||||
* **wayside_shrine:** disable blurring, as many pictures will depict a maria statue (which we don't want blurred) ([4f75c81](https://github.com/pietervdvn/mapcomplete/commits/4f75c81af64cff2951aa90146cc745e577f01103))
|
||||
* **wayside_srhine:** add inscription question ([290e737](https://github.com/pietervdvn/mapcomplete/commits/290e737e0b330b3732b8282b158d8c17dcb9b8a5))
|
||||
* winter_service theme, split off all_streets from street_lighting ([748eccb](https://github.com/pietervdvn/mapcomplete/commits/748eccba5903c55c17e5995b747065a3d6835036))
|
||||
* **winter_service:** add colour to serviced_streets, also show winter_service=limited ([d2ed839](https://github.com/pietervdvn/mapcomplete/commits/d2ed83972fe4f19572729e0169594b88f691bcb8))
|
||||
|
||||
### [0.50.5](https://github.com/pietervdvn/mapcomplete/compare/v0.50.4...v0.50.5) (2025-03-17)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.50.5",
|
||||
"version": "0.50.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.50.5",
|
||||
"version": "0.50.6",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^6.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.50.5",
|
||||
"version": "0.50.6",
|
||||
"repository": "https://github.com/pietervdvn/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue