Skip to content

Commit b2c086a

Browse files
committed
build: bump drone-flightplan --> 0.4.0 prior to release
1 parent 294e482 commit b2c086a

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

src/backend/packages/drone-flightplan/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# CHANGELOG
22

3+
## drone-flightplan-0.4.0 (2025-10-13)
4+
5+
### Feat
6+
7+
- add support for dji mini 5 pro, fixes #598
8+
- add toggle to select drone type for flightplan generation & fix drone param calcs (#559)
9+
- **drone-flightplan**: support for Potensic Atom 2 waypoint missions (#545)
10+
11+
### Fix
12+
13+
- **drone-flightplan**: cleanup setting gimbal angle for oblique and nadir shots
14+
- **drone-flightplan**: for now do not adjust gimbal roll, just straight forward pitch
15+
- **drone-flightplan**: ensure that flights complete (don't return) on controller transmission loss
16+
- **drone-flightplan**: enable shootType=time for timed interval waylines
17+
- **drone-flightplan**: attempt auto-start photo intervals on wayline mode
18+
- **drone-flightplan**: update terrain following code to remove extra buffer points
19+
- **drone-flightplan**: attempt another fix of straight line flightplans, no curve
20+
- **drone-flightplan**: remove double end points for wayline missions (optimise curved --> straight)
21+
- **drone-flightplan**: correctly set the flightplan to not curve (per point, as globally doesn't work)
22+
- **drone-flightplan**: test creating straight line flight curvature
23+
- **drone-flightplan**: ensure flight continue on signal loss
24+
- **drone-flightplan**: potensic flights named per chunk
25+
- **drone-flightplan**: set potensic atom 2 ground speed to 8 m/s max
26+
- **drone-flightplan**: enable globalUseStraightLine=1 by default, fixes #524
27+
- **drone-flightplan**: add **all** for top level imports from pkg
28+
329
## drone-flightplan-0.3.7 (2025-04-07)
430

531
### Fix
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.7"
1+
__version__ = "0.4.0"

src/backend/packages/drone-flightplan/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "drone-flightplan"
4-
version = "0.3.7"
4+
version = "0.4.0"
55
description = "Generate an optimized flight plan for aerial mapping with drones."
66
authors = [
77
{name = "Niraj Adhikari", email = "nrjadkry@gmail.com"},
@@ -30,7 +30,7 @@ packages = ["drone_flightplan"]
3030

3131
[tool.commitizen]
3232
name = "cz_conventional_commits"
33-
version = "0.3.7"
33+
version = "0.4.0"
3434
version_provider = "uv"
3535
version_files = [
3636
"pyproject.toml:version",

0 commit comments

Comments
 (0)