DroneForge Nimbus App v1.0.9 is a bug-focused release. We squashed a lot of wild bugs across the Nimbus App so the development loop feels steadier while building and testing drone agents.
The work in this version is less about a headline feature and more about removing friction. When developers are building AI drones, small bugs can break concentration quickly: a strange setup issue, a UI hiccup, a camera problem, or an agent state that does not behave the way it should.
v1.0.9 focuses on making those interruptions less common.
Bug fixes
v1.0.9 includes a broad pass of bug fixes across the Nimbus App.
The improvements touch the kind of issues that show up during real drone development: setup reliability, app stability, hardware interaction, and the rough edges that appear after longer testing sessions.
Why it matters
Bug fix releases matter in autonomous drone development because the hardware loop is already complex. Developers need to trust the Nimbus App while they connect hardware, inspect camera feeds, tune agents, and deploy behavior.
v1.0.9 makes Nimbus a calmer place to work. Fewer wild bugs means more time spent building drone programs and less time chasing avoidable interruptions.
Release context
This changelog entry is part of the DroneForge release archive for Nimbus and DF1. The archive helps builders understand how the autonomy stack has changed over time, including updates to setup, Nimbus App behavior, Python Library workflows, documentation, hardware notes, flight workflows, and community-facing product polish.
Older releases are still useful when comparing versions, debugging a local installation, or following the path from early drone connectivity work to current autonomous flight tooling. Use these notes as historical context alongside the current documentation, Nimbus App releases, and Python Library updates.
For current projects, compare these archived notes with the latest release before making setup decisions. DroneForge continues to refine how developers connect hardware, stream telemetry, inspect video, run agents, and build repeatable autonomy workflows.
Community archive
Continue exploring DroneForge changelogs, research notes, and Nimbus examples through the community archive. These internal links help connect related releases, technical notes, and builder resources.
- Version 2.1.4 - Changelog
- Version 2.0.0 - Changelog
- Version 1.0.10 - Changelog
- Version 1.0.8 - Changelog
- Version 1.0.7 - Changelog
- Version 1.0.6 - Changelog
- Version 1.0.4 - Changelog
- Version 1.0.3 - Changelog
- Version 1.0.2 - Changelog
- Version 1.0.1 - Changelog
- Version 1.0.0 - Changelog
- Version 0.2.0 - Changelog
- Version 0.1.0 - Changelog
- Version 0.0.1 - Changelog
- Version 0.0.0 - Changelog
- Drone Autonomy Research Notes - Research
- Nimbus App and Python Library Examples - Examples