Releases: espressif/esp-idf-monitor
Releases · espressif/esp-idf-monitor
Version 1.8.0
Version 1.7.0
Version 1.6.2
v1.6.2 (2025-04-09)
Bug Fixes
- Install dependencies in the release workflow
Version 1.6.1
v1.6.1 (2025-04-08)
Bug Fixes
- binlog: Fix binlog precision format
Version 1.6.0
v1.6.0 (2025-03-24)
New Features
- binlog: Support binary log format expansion in the monitor
- Add support for new roms.json location
Bug Fixes
- Catch all exceptions from esp-coredump package to avoid exiting the monitor
- Handle port disappears immediately after open
- Auto color for alternative timestamp formats
- Use absolute import in main for pyinstaller/pyinstaller#2560
- Include a common prefix for each line in a multiline string
- Prevent address decode interleave with serial output
Version 1.5.0
v1.5.0 (2024-09-17)
New Features
- add a common prefix for all messages originating from the monitor
- esp-idf-monitor: Add --open-port-attempts CLI option
- Add support for multiple ELF files
- port_detection: Filter out BT and WLAN debug serial ports on MacOS
- added auto color log feature
Bug Fixes
- improve error message when STDIN in not attached to TTY
Version 1.4.0
v1.4.0 (2024-01-30)
New Features
- Enable no_reset flag be set by
ESP_IDF_MONITOR_NO_RESETenvironment variable - Add port advisory locking
- Move decoding functions to esp-idf-panic-decoder
Bug Fixes
- Correctly decode string type in ANSIColorConverter
- Print correct shortcut in toggle output message
- Don't reset chip on reconnect
- Make read unbuffered on linux target
- serial_reader: don't set closing wait on already closed port
- Don't require port to be specified on linux target
- hard_reset: make sure that DTR is pulled up before hard resetting the chip