forked from MapComplete/MapComplete
chore(release): 0.54.7
This commit is contained in:
parent
7d98a14252
commit
ad611b5aaa
3 changed files with 39 additions and 3 deletions
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -2,6 +2,42 @@
|
|||
|
||||
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.54.7](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.54.6...v0.54.7) (2025-08-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add online indicator ([76dbf50](https://source.mapcomplete.org/MapComplete/MapComplete/commits/76dbf50db18327aa12c36fe47d339c9ae6e77c79))
|
||||
* add online indicator to special renderings or hide them in case of failure ([6f44fe3](https://source.mapcomplete.org/MapComplete/MapComplete/commits/6f44fe31d081dbcee99bd499a7df0267d07d58d7))
|
||||
* **images:** add 'retry' button if uploading an image failed, fix [#2460](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2460) ([4b0c329](https://source.mapcomplete.org/MapComplete/MapComplete/commits/4b0c329f68d6748a949812043f17161a7b79b785))
|
||||
* improve offline data management ([77ef3a3](https://source.mapcomplete.org/MapComplete/MapComplete/commits/77ef3a35729ab82a9d839b613aa370d1c5b9a068))
|
||||
* offline basemaps: first working version (without ability to install basemaps from the UI) ([2cd0b11](https://source.mapcomplete.org/MapComplete/MapComplete/commits/2cd0b11448f37fa0befa6a7942389ee16e4e5cea))
|
||||
* **offline:** add auto install for offline basemaps ([55ef862](https://source.mapcomplete.org/MapComplete/MapComplete/commits/55ef862027e3443610150611542906cc65b5538f))
|
||||
* **offline:** add management module for offline basemaps ([2dd0240](https://source.mapcomplete.org/MapComplete/MapComplete/commits/2dd0240ce879b008d28d97c7657a32de484bb482))
|
||||
* **offline:** include fonts locally ([31eb9b5](https://source.mapcomplete.org/MapComplete/MapComplete/commits/31eb9b55877865d5efc0e5605f7dd98876edbf55))
|
||||
* **offline:** prioritize generating europe ([ed7b5e9](https://source.mapcomplete.org/MapComplete/MapComplete/commits/ed7b5e96320e200528299123ea1d360d91f8df2a))
|
||||
* **offline:** prioritize generating europe ([1a3bcbd](https://source.mapcomplete.org/MapComplete/MapComplete/commits/1a3bcbdf9844a079bc56ca2cb2212c9d4b69e2cb))
|
||||
* **offline:** prioritize generating europe ([b6f21a7](https://source.mapcomplete.org/MapComplete/MapComplete/commits/b6f21a795f96608d262ed1f00a2ab3ebbb4ceb8e))
|
||||
* **offline:** rework to use a protocol handler instead of a service worker to intercept as service workers don't always work, simplify code, add option to auto-download ([4474805](https://source.mapcomplete.org/MapComplete/MapComplete/commits/44748051ddc0a3b3765cbc3e0d5a2278e4a933ec))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix compass widget ([7f45d74](https://source.mapcomplete.org/MapComplete/MapComplete/commits/7f45d7487d3f931aefdc6da4a26092b6c27a8fae))
|
||||
* fix possible causes for [#2486](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2486) ([58cf486](https://source.mapcomplete.org/MapComplete/MapComplete/commits/58cf4863ed3c6b5c3022e56d3eb0b31d00395a41))
|
||||
* fix request URL ([e80a598](https://source.mapcomplete.org/MapComplete/MapComplete/commits/e80a598b37303a823aad6963459f91b9a0bf3982))
|
||||
* fix some unresolved imports after refactoring ([5e3be88](https://source.mapcomplete.org/MapComplete/MapComplete/commits/5e3be88eca2a1726222ed4231d9fb9e280095b79))
|
||||
* fix translation links ([8fc31fc](https://source.mapcomplete.org/MapComplete/MapComplete/commits/8fc31fcd9dcbd6d6ce1f5dfc3739ac4c20460732))
|
||||
* make URL relative ([efeb5ae](https://source.mapcomplete.org/MapComplete/MapComplete/commits/efeb5ae1d9b09c379004ac2000fc128269084b4c))
|
||||
* nearby images don't search duplicate images anymore ([22626b5](https://source.mapcomplete.org/MapComplete/MapComplete/commits/22626b5826e2133e975934a4e6da735fb9bd407b))
|
||||
|
||||
|
||||
### Theme improvements
|
||||
|
||||
* **postoffices:** add 'payment options' ([3e4a259](https://source.mapcomplete.org/MapComplete/MapComplete/commits/3e4a2593aca7163c695e28d21321d0872ef9783d))
|
||||
* **shops:** lower minzoom level a bit, see [#2483](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2483) ([52d6a83](https://source.mapcomplete.org/MapComplete/MapComplete/commits/52d6a83e5c07f0fae40298efeb66171f0f4c6c5f))
|
||||
* **trolley_bay:** add images ([8b18734](https://source.mapcomplete.org/MapComplete/MapComplete/commits/8b1873479d7c96904724678ec5459824ec9bd8dd))
|
||||
|
||||
### [0.54.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.54.5...v0.54.6) (2025-08-01)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.54.6",
|
||||
"version": "0.54.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.54.6",
|
||||
"version": "0.54.7",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.54.6",
|
||||
"version": "0.54.7",
|
||||
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue