Python for Robolink Changelog
Python for Robolink Changelog
note
Python for Robolink and the CoDrone EDU Python library have separate version numbers. Python for Robolink will always run the latest version of the CoDrone EDU Python library. For example, version 1.9.1 of Python for Robolink runs version 2.1 of the CoDrone EDU Python library (latest). Review the latest documentation for the full list of functions supported.
Version 1.9.1
January 9, 2025
New Features ✨
- Updated Python for Robolink to use the latest version of codrone-edu library (version 2.1)
Version 1.9
November 7, 2024
New Features ✨
- Updated Python for Robolink to use the latest version of codrone-edu library (version 2.0)
- Updated auto-complete list according to codrone-edu Python package v2.0 changes
Improvements ⬆️
- Improved console messages for the user
- Implemented UI improvements
Version 1.8
October 10, 2024
New Features ✨
- Support open Python example code directly from the docs site
Improvements ⬆️
- Improved execution performance of drone functions
- Enhanced overall UI for better user experience
Bug Fixes 🐛
- Corrected line number reporting in error messages
- Bug Fixes and Improvements
Version 1.7
August 22, 2024
New Features ✨
- Support Auto Code Completion
- Run Code without Drone Connection
Bug Fixes 🐛
- Bug Fixes and Improvements