Skip to content

Commit eef9dac

Browse files
committed
bump: version 2026.5.3 → 2026.5.4
1 parent ca64fe2 commit eef9dac

6 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2026.5.4 (2026-05-05)
2+
3+
### Fix
4+
5+
- **backend**: update ScaleODM reconcile logic to also include fallback S3 asset check
6+
- do not reproject the final project ortho as web mercator & don't display on map
7+
- add potensic atom 2 output handling to qfield plugin
8+
- **frontend**: ensure we include cookie with requests to download task areas
9+
110
## 2026.5.3 (2026-05-05)
211

312
### Feat

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: drone-tm
33
description: Drone Tasking Manager - coordinated drone mapping
44
version: "0.7.3"
5-
appVersion: "2026.5.3"
5+
appVersion: "2026.5.4"
66
maintainers:
77
- email: sysadmin@hotosm.org
88
name: HOTOSM

src/backend/app/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2026.5.3"
1+
__version__ = "2026.5.4"

src/backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "drone-tm"
3-
version = "2026.5.3"
3+
version = "2026.5.4"
44
description = "Community-driven drone imagery generation"
55
authors = [{ name = "HOTOSM", email = "sysadmin@hotosm.org" }]
66
dependencies = [
@@ -84,7 +84,7 @@ members = ["packages/*"]
8484

8585
[tool.commitizen]
8686
name = "cz_conventional_commits"
87-
version = "2026.5.3"
87+
version = "2026.5.4"
8888
version_provider = "uv"
8989
version_files = [
9090
"pyproject.toml:version",

src/backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drone-tm",
3-
"version": "2026.5.3",
3+
"version": "2026.5.4",
44
"private": true,
55
"license": "(AGPL-3.0-only OR CC-BY-4.0)",
66
"type": "module",

0 commit comments

Comments
 (0)