Skip to content

Commit 6e463ac

Browse files
committed
bump: version 2026.7.1 → 2026.8.0
1 parent 326e22f commit 6e463ac

6 files changed

Lines changed: 26 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2026.8.0 (2026-07-29)
2+
3+
### Feat
4+
5+
- **frontend**: update UI for better consistency across tools - adhere to hotosm/ui-design (#860)
6+
- add vendored drone-mesh project as new 3D viewer (#859)
7+
- significantly improve the resiliency of the s3 image transfer logic
8+
- integrate the drone-mesh project via the drone-tm ui
9+
- **frontend**: add small task uuid copy button for easier processing debugging
10+
11+
### Fix
12+
13+
- **backend**: fix up typing issues picked up by ruff, instead of ignoring
14+
15+
### Refactor
16+
17+
- **frontend**: move additional flight param settings behind an Advanced Options toggle
18+
- move drone-mesh into the correct dir... oops! run pre-commit
19+
120
## 2026.7.1 (2026-07-23)
221

322
### Feat

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: drone-tm
33
description: Drone Tasking Manager - coordinated drone mapping
4-
version: "2026.7.1"
5-
appVersion: "2026.7.1"
4+
version: "2026.8.0"
5+
appVersion: "2026.8.0"
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.7.1"
1+
__version__ = "2026.8.0"

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.7.1"
3+
version = "2026.8.0"
44
description = "Community-driven drone imagery generation"
55
authors = [{ name = "HOTOSM", email = "sysadmin@hotosm.org" }]
66
dependencies = [
@@ -85,7 +85,7 @@ members = ["packages/*"]
8585

8686
[tool.commitizen]
8787
name = "cz_conventional_commits"
88-
version = "2026.7.1"
88+
version = "2026.8.0"
8989
version_provider = "uv"
9090
version_files = [
9191
"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.7.1",
3+
"version": "2026.8.0",
44
"private": true,
55
"license": "(AGPL-3.0-only OR CC-BY-4.0)",
66
"type": "module",

0 commit comments

Comments
 (0)