@@ -18,19 +18,19 @@ file filters) that users should be aware of; see :ref:`Breaking changes
1818Highlights
1919----------
2020
21- - **Automatic firmware upgrade. ** On connect, the IDE detects an out-of-date
21+ - **Automatic firmware upgrade ** — on connect, the IDE detects an out-of-date
2222 OpenMV Cam and flashes the bundled firmware over the serial bootloader,
2323 with an option to also erase the internal filesystem.
24- - **Cortex-M7 OpenMV Cam support. ** The new STM32F769-based board (``OMV7 ``)
24+ - **Cortex-M7 OpenMV Cam support ** — the new STM32F769-based board (``OMV7 ``)
2525 is supported alongside the existing Cortex-M4 board (``OMV2 ``), with
2626 per-board firmware and auto-detection.
27- - **Unbrick recovery. ** If no camera is found, the IDE can force-flash the
27+ - **Unbrick recovery ** — if no camera is found, the IDE can force-flash the
2828 matching firmware to a bricked camera once it is reconnected.
29- - **Serial Terminal. ** The General Messages pane is now a dark-themed
29+ - **Serial Terminal ** — the General Messages pane is now a dark-themed
3030 ``Serial Terminal `` with 100000-line scrollback that pops up on output.
31- - **Non-blocking connect/disconnect. ** Connecting , reconnecting, and shutdown
31+ - **Non-blocking connect/disconnect ** — connecting , reconnecting, and shutdown
3232 now run asynchronously with progress dialogs so the IDE no longer hangs.
33- - **Live binary and grayscale preview. ** The frame buffer viewer renders
33+ - **Live binary and grayscale preview ** — the frame buffer viewer renders
3434 1-bit and grayscale images in addition to RGB565 and JPEG.
3535
3636New features
@@ -56,9 +56,10 @@ New features
5656 `30eb9e0dc <https://github.com/openmv/qt-creator/commit/30eb9e0dc >`__)
5757- **Save script and reset actions. ** New ``Tools `` menu entries save the
5858 current script to the OpenMV Cam's flash drive (``Save script to OpenMV
59- Cam ``) and reset the camera (``Reset OpenMV Cam ``). ``Stop `` gained a
60- ``Ctrl+T `` shortcut.
59+ Cam ``) and reset the camera (``Reset OpenMV Cam ``); ``Stop `` also gained a
60+ ``Ctrl+T `` keyboard shortcut.
6161 (`9fc3dfa5a <https://github.com/openmv/qt-creator/commit/9fc3dfa5a >`__,
62+ `a175bff39 <https://github.com/openmv/qt-creator/commit/a175bff39 >`__,
6263 `889bc38fb <https://github.com/openmv/qt-creator/commit/889bc38fb >`__)
6364- **Update notification and local docs. ** The IDE checks openmv.io on startup
6465 for a newer IDE version and shows a download notification. The ``Docs ``
@@ -69,7 +70,8 @@ New features
6970 `50375ee95 <https://github.com/openmv/qt-creator/commit/50375ee95 >`__)
7071- **Binary and grayscale frame buffer. ** The frame buffer viewer now renders
7172 binary (1-bit) and grayscale images in addition to RGB565 and JPEG, and the
72- frame buffer can be toggled on and off live from the toolbar.
73+ frame buffer can be toggled on and off live from the toolbar; the older
74+ JPEG-compress toolbar button was hidden in favor of this on/off toggle.
7375 (`a175bff39 <https://github.com/openmv/qt-creator/commit/a175bff39 >`__)
7476- **New and updated examples. ** Added a CPU overclocking example (up to
7577 216MHz), an improved multi-client MJPEG WiFi streamer, an FPS test, and a
0 commit comments