|
| 1 | +.. _changelog_v1_0_2: |
| 2 | + |
| 3 | +v1.0.2-beta |
| 4 | +=========== |
| 5 | + |
| 6 | +v1.0.2-beta is a desktop-IDE and USB-tooling beta: it adds a preferences |
| 7 | +dialog with serial-port enumeration, an OpenMV debug interface with separate |
| 8 | +CDC/HID and debug USB configurations, moves the config file and user scripts |
| 9 | +to the home directory, and ships a DFU image. There are **no firmware Python |
| 10 | +API changes** — v1.0.1-beta scripts run unchanged. |
| 11 | + |
| 12 | +.. contents:: On this page |
| 13 | + :local: |
| 14 | + :depth: 1 |
| 15 | + |
| 16 | +Highlights |
| 17 | +---------- |
| 18 | + |
| 19 | +- **Preferences dialog** with serial-port enumeration. |
| 20 | +- **OpenMV debug interface** — separate CDC/HID and debug USB configurations. |
| 21 | +- **DFU image** shipped; config/user scripts moved to the home directory. |
| 22 | +- **No firmware API changes** — reflash and your v1.0.1-beta scripts run |
| 23 | + unchanged. |
| 24 | + |
| 25 | +New features |
| 26 | +------------ |
| 27 | + |
| 28 | +- Added a preferences dialog with serial-port enumeration, an OpenMV debug |
| 29 | + interface (separate CDC/HID and debug USB configs), and a DFU firmware |
| 30 | + image. The retired QT IDE was removed. |
| 31 | + |
| 32 | +Other changes and improvements |
| 33 | +------------------------------ |
| 34 | + |
| 35 | +- Moved the config file and user scripts to the home directory (managed via |
| 36 | + ``appdirs``); return string COM ports on Windows; renamed ``bin`` → |
| 37 | + ``firmware``; open the serial port after ``openmv.init``; fixed the |
| 38 | + disconnected-device and serial-closed warnings. |
| 39 | + |
| 40 | +Breaking API changes |
| 41 | +-------------------- |
| 42 | + |
| 43 | +v1.0.2-beta introduces **no breaking Python API changes** (the changes are |
| 44 | +desktop-IDE / USB-configuration / packaging only). Scripts that ran on |
| 45 | +v1.0.1-beta run unchanged — just reflash the firmware. |
0 commit comments