Releases: openmv/openmv-ide
Releases · openmv/openmv-ide
v4.4.7
Development Release
- no changes
v4.4.6
- Fixed reloading hello world on connect when no changes.
v4.4.5
- Fixed code pasting indentation.
- Finished translating the IDE after adding Python Parsing.
- Fixed output pane appearing on startup.
- Hid outdated features and dialogs.
- Cleaned up command line arguments.
- Fixed drive matching on all OSes when using multiple OpenMV Cams.
v4.4.4
- Fixed issues with camera serial stability. Rock solid now on all systems.
- Set get_state() poll rate to 25ms.
v4.4.2
- Fixed bug with autocomplete inside comments.
- Fixed IDE getting messed up by old settings.
- Fixed default example failing pep8.
- Make windows installer robust to random result codes from driver installers.
- Fix serial polling by eliminating overlapped ZLP packets and transactions.
- Hide unusable features from right-click menu.
v4.4.1
- Fix issue with comments having autocomplete in them.
- Default poll rate is 50ms
- Fixed default example code style.
v4.4.0
- Add support for the Python Language Server
- Add support for GitHub Copilot
- Add support for new firmware VID/PIDs
- Add support for new DFU bootloader
- Refactor board settings into settings.json
- Refactor all firmware loading code
- Bug fixes for camera data streaming
- Update to QTC 14.0.2
v4.2.5
- Update example scripts to the latest in openmv main.
v4.2.4
- Update to resources 4.5.9.
- Add support for handling RAW uncompressed frames in the IDE.