chore(release): 0.50.2

This commit is contained in:
Pieter Vander Vennet 2025-03-06 16:40:03 +01:00
parent 4c6eb178cf
commit 201cf4761b
3 changed files with 24 additions and 3 deletions

View file

@ -2,6 +2,27 @@
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.2](https://github.com/pietervdvn/mapcomplete/compare/v0.50.1...v0.50.2) (2025-03-06)
### Bug Fixes
* add extra exif-tag ([09b6863](https://github.com/pietervdvn/mapcomplete/commits/09b68633d9f83989e90244d69fab574d5a1b45ce))
* add support for 'alsoShowIf' in multiAnswers, fix https://github.com/pietervdvn/MapComplete/issues/2293 ([cddf319](https://github.com/pietervdvn/mapcomplete/commits/cddf319c9ebe39a16b4345de252aa2a9358a0bae))
* only ask tactile paving color if present ([0828cef](https://github.com/pietervdvn/mapcomplete/commits/0828cefc6e41cc4488c6ad748abf8224f057a580))
* statistics link ([89aa7d6](https://github.com/pietervdvn/mapcomplete/commits/89aa7d67343d10da8f3f6a7cd4add805d178b9f8))
* **UI:** restore 'badge'-class in CSS ([a387d5d](https://github.com/pietervdvn/mapcomplete/commits/a387d5d77b722ac6412f542caf2b183e7c09cdef))
* wikipedia icon links now uses the "link"-special rendering which properly escapes single quotes, fix [#2340](https://github.com/pietervdvn/MapComplete/issues/2340) ([bfd6874](https://github.com/pietervdvn/mapcomplete/commits/bfd68745169e5489e5622fa1b6dc4fe41019f15b))
### Theme improvements
* **education:** add "uniform"-question ([d63e765](https://github.com/pietervdvn/mapcomplete/commits/d63e7657ad780dd72460e856544ae05d9d42d01a))
* **kerbs:** don't ask for colour of the tactile pavings if there are none ([2fede3a](https://github.com/pietervdvn/mapcomplete/commits/2fede3a631fef4a668abff75d2d197faf420aa10))
* move width filter to entrance.json ([9a04ae7](https://github.com/pietervdvn/mapcomplete/commits/9a04ae75b5587172d9543027616f27e7423af698))
* **picnictable:** allow multianswer for material; fix [#814](https://github.com/pietervdvn/MapComplete/issues/814) ([a42e1f8](https://github.com/pietervdvn/mapcomplete/commits/a42e1f816116396339aab6325aca6449a2581f0a))
* **school:** add invalidValues for conflicting uniform values ([31312c2](https://github.com/pietervdvn/mapcomplete/commits/31312c2dc654f515b7cd676a9c5e2a242a52d0d6))
### [0.50.1](https://github.com/pietervdvn/mapcomplete/compare/v0.50.0...v0.50.1) (2025-02-24)
## [0.50.0](https://github.com/pietervdvn/mapcomplete/compare/v0.49.0...v0.50.0) (2025-02-24)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mapcomplete",
"version": "0.50.1",
"version": "0.50.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mapcomplete",
"version": "0.50.1",
"version": "0.50.2",
"license": "GPL-3.0-or-later",
"dependencies": {
"@capacitor/android": "^6.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "mapcomplete",
"version": "0.50.1",
"version": "0.50.2",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",