Skip to content

Releases: espressif/esp-idf-monitor

Version 1.8.0

15 Sep 11:14

Choose a tag to compare

v1.8.0 (2025-09-12)

✨ New Features

  • Build executables and attach to GitHub release (Peter Dragun - fb2676e)

🐛 Bug Fixes

  • binary_log: Fix monitor being stuck on decoding invalid binary log data (Peter Dragun - 3b0e86c)

Version 1.7.0

14 Jul 07:25

Choose a tag to compare

v1.7.0 (2025-07-10)

✨ New Features

  • binlog: Handle PC address in line for binlog (Konstantin Kondrashov - 11ab615)
  • Improved addr2line output formatting (Nebojsa Cvetkovic - d8932f3)

🐛 Bug Fixes

  • Add error message for Linux monitor when no ELF files are found (Peter Dragun - c2bc767)
  • Update line matcher regex to handle all timestamp formats (Peter Dragun - 74e6fb3)

Version 1.6.2

09 Apr 07:51

Choose a tag to compare

v1.6.2 (2025-04-09)

Bug Fixes

  • Install dependencies in the release workflow

Version 1.6.1

09 Apr 05:38

Choose a tag to compare

v1.6.1 (2025-04-08)

Bug Fixes

  • binlog: Fix binlog precision format

Version 1.6.0

24 Mar 14:28

Choose a tag to compare

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

17 Sep 12:47

Choose a tag to compare

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

31 Jan 11:29

Choose a tag to compare

v1.4.0 (2024-01-30)

New Features

  • Enable no_reset flag be set by ESP_IDF_MONITOR_NO_RESET environment 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