Compare commits

...

3 commits

Author SHA1 Message Date
97e7422764 chore(release): 0.53.13
All checks were successful
/ deploy_on_hosted (push) Successful in 19m36s
/ build_android (push) Successful in 17m33s
/ build_android_safe (push) Successful in 20m22s
2025-07-08 16:07:48 +02:00
1af1f9c86e Scripts(Android): clean old asset files before adding new asset files 2025-07-08 16:07:43 +02:00
a669d0ae71 Performance: scale down images 2025-07-08 16:04:09 +02:00
6 changed files with 6 additions and 3 deletions

View file

@ -2,6 +2,8 @@
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.53.13](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.12...v0.53.13) (2025-07-08)
### [0.53.12](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.11...v0.53.12) (2025-07-08)
### [0.53.11](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.10...v0.53.11) (2025-07-08)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 68 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 34 KiB

Before After
Before After

4
package-lock.json generated
View file

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

View file

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

View file

@ -39,6 +39,7 @@ cp -r dist/css dist-full/
mkdir dist-full/assets
mkdir dist-full/assets/generated
rm dist/assets/*
cp dist/assets/*.js dist-full/assets
cp dist/assets/*.svg dist-full/assets
cp dist/assets/*.woff dist-full/assets