chore(release): 0.51.13

This commit is contained in:
Pieter Vander Vennet 2025-06-17 00:17:41 +02:00
parent ef50e1dc5d
commit 33e9d27889
3 changed files with 36 additions and 3 deletions

View file

@ -2,6 +2,39 @@
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.51.13](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.51.12...v0.51.13) (2025-06-16)
### Features
* add debug info block in Questionbox.svelte ([5dd607a](https://source.mapcomplete.org/MapComplete/MapComplete/commits/5dd607a1c365fedc6870da0184cef9a3d6a44a41))
* **opening_hours:** correctly display "open ended" opening hours, see [#2438](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2438) ([9689cdf](https://source.mapcomplete.org/MapComplete/MapComplete/commits/9689cdfb65cd1804b9728b391f34f1b999ae27b9))
* **pwa:** add protocol handler ([de74a5d](https://source.mapcomplete.org/MapComplete/MapComplete/commits/de74a5dc08de3ca6b5d5dc422e123f0eb0737aed))
### Bug Fixes
* (attempt to) fix build ([6c9f660](https://source.mapcomplete.org/MapComplete/MapComplete/commits/6c9f660938cc670d2b24e836f534d260de990b86))
* (attempt to) fix build ([f481531](https://source.mapcomplete.org/MapComplete/MapComplete/commits/f48153145db65efdbaf371622d3ae4eb1f7ade89))
* (attempt to) fix build ([e37cea1](https://source.mapcomplete.org/MapComplete/MapComplete/commits/e37cea1755623394d6be3a11b66e907cb544f860))
* fix build ([d0ca74a](https://source.mapcomplete.org/MapComplete/MapComplete/commits/d0ca74ae84338ce8b63b767b50ec8c9b93d89514))
* fix small crashes ([6f66556](https://source.mapcomplete.org/MapComplete/MapComplete/commits/6f66556cf3bded84be21efb99b9ca73eb8e295ff))
* fix type error in onSoftDelete ([605ffc0](https://source.mapcomplete.org/MapComplete/MapComplete/commits/605ffc0ccf19d990972880110d97da001b866f30))
* queue will not attempt to reupload immediately but instead try every 5 minutes, fix [#2436](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2436) ([1e45c28](https://source.mapcomplete.org/MapComplete/MapComplete/commits/1e45c28915b6c703388c765b56d35ed63243c7c5))
* stabilize user settings ([4fd76cf](https://source.mapcomplete.org/MapComplete/MapComplete/commits/4fd76cfce7b8d208a5c3fc61ebc8f18a5d347b2b))
### Theme improvements
* actually ask for addresses ([2517ed6](https://source.mapcomplete.org/MapComplete/MapComplete/commits/2517ed646ec19c34f4f4cb492d54d4c3130046b9))
* actually ask for addresses ([4699d81](https://source.mapcomplete.org/MapComplete/MapComplete/commits/4699d8178ec08b82032b7ef624d72ecb91cd57fc))
* actually show toilet questions... ([8fb123a](https://source.mapcomplete.org/MapComplete/MapComplete/commits/8fb123adc279a1d2f4ccb71125947944c02f0734))
* allow a questionbox to have both a whitelist and a blacklist ([f88fade](https://source.mapcomplete.org/MapComplete/MapComplete/commits/f88fade35bc40b8cf521963d6ace156209726c66))
* **openlovemap:** use normal icons ([50c2abe](https://source.mapcomplete.org/MapComplete/MapComplete/commits/50c2abebdf898f4a23b54e55aa403c4136a3ac7d))
* **toilet_at_amenity:** actually show images of the toilets ([766eae2](https://source.mapcomplete.org/MapComplete/MapComplete/commits/766eae27e247727089afb31a88c28e0e7396ce6c))
* **toilet_at_amenity:** add grab_rail questions to toilet_at_amenity (by adding more labels in toilets.json), make sure "add image" shows up, include toilet_at_amenity in more layers ([afc93d8](https://source.mapcomplete.org/MapComplete/MapComplete/commits/afc93d897319a497020c4b0e1bff0176517ffad7))
* **wayside shrines:** always show "subject:wikidata"-question, add a prefix for hindu ([b3efcf3](https://source.mapcomplete.org/MapComplete/MapComplete/commits/b3efcf35bc58fb3fabb95b7c1462bf8d873a05f7))
### [0.51.12](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.51.11...v0.51.12) (2025-06-16)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mapcomplete",
"version": "0.51.12",
"version": "0.51.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mapcomplete",
"version": "0.51.12",
"version": "0.51.13",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "mapcomplete",
"version": "0.51.12",
"version": "0.51.13",
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",