DroneForge Nimbus App v1.0.1 is a bug fix release focused on a faster, more stable vision pipeline and a cleaner development experience across Windows, macOS, and Linux.
The release tightens the pieces that matter most when building AI drones and autonomous drone agents: camera capture, recording, inference message cleanup, telemetry, editor labels, device setup, and long-session stability.
What's new
The vision pipeline is faster and more stable, with improved frame capture, recording, and inference-message cleanup.
Cleaner, clearer flight visuals are now available across the Nimbus App, including improved graphs, telemetry, and editor labels. These changes make it easier to understand what the drone is doing while developing and testing agents.
v1.0.1 also adds public agent sharing and discovery in the Community tab. That gives builders a better way to find examples, share work, and learn from other DroneForge projects.
Device setup is smoother as well. The release includes a new in-app bind flow for drones, reducing the amount of manual setup needed before development starts.
Reliability upgrades were made across Windows, macOS, and Linux builds.
Fixes
Camera switching is smoother, with fewer capture and recording issues.
The release improves consistency around performance and reduces edge-case errors that could interrupt the development loop.
Thread and background-task stability were improved, which should make longer sessions feel more reliable.
The UI also received cleanup work, with fewer hiccups during extended use.
Why it matters
v1.0.1 is not a flashy release, but it is an important one. AI drone development depends on boring things working correctly: cameras need to switch cleanly, frames need to arrive consistently, telemetry needs to be readable, and the Nimbus App needs to stay stable while developers iterate.
This release makes Nimbus a more reliable Nimbus App for building development drones, testing autonomous drone agents, and moving from experiments toward repeatable workflows.
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.9 - 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.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