What's Changed
Bug Fixes
- Autodoc: Fixed autodoc generation for all classes. (#789 by @FabienDanieau)
- GStreamer Initialization: Corrected
Gst.init()call by replacing[]withNone. (#801 by @CarolinePascal) - GStreamer Dependency: Added GStreamer to the daemon’s
pip installupdate command. (#798 by @CarolinePascal) - Tools: Added
--wirelessand--portCLI arguments toscan_motors. (#813 by @pierre-rouanet)
Enhancements
- Dependencies: Removed the
gst-signallingdependency. (#809 by @FabienDanieau) - SoundDevice: Added version range support for
sounddevice. (#786 by @yeungadrian)
Documentation
- Improvements: Updated ISO refresh instructions for Windows and improved formatting. (#792 by @CarolinePascal)
- Versioning: Aligned documentation with the latest release. (#802 by @CarolinePascal)
- SDK Fallback: Improved guidance for desktop app compatibility. (#805 by @andimarafioti)
- Quickstart: Added AI agent prompt to the quickstart and SDK README. (#817 by @RemiFabre)
- Agents: Added a mention of
agents.mdin the main README. (#824 by @RemiFabre) - Video: Included David’s video in the documentation. (#812 by @FabienDanieau)
Maintenance
- Examples: Cleaned up example code. (#788 by @FabienDanieau)
- Version Bump: Updated the project version. (#826 by @FabienDanieau)
New Contributors
- @yeungadrian made their first contribution in #786
Full Changelog: v1.3.0...v1.3.1