File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.6.0 (2025-03-24)
2+
3+ ### New Features
4+
5+ - ** binlog** : Support binary log format expansion in monitor
6+ - add support for new roms.json location
7+
8+ ### Bug Fixes
9+
10+ - Catch all exceptions from esp-coredump package to avoid exiting monitor
11+ - handle port disappear immediately after open
12+ - Auto color for alternative timestamp formats
13+ - Use absolute import in __ main__ for pyinstaller/pyinstaller #2560
14+ - include common prefix for each line in multiline string
15+ - prevent address decode interleave with serial output
16+
117## v1.5.0 (2024-09-17)
218
319### New Features
Original file line number Diff line number Diff line change 11from .base .ansi_color_converter import ANSIColorConverter # noqa: F401
22from .base .ansi_color_converter import get_ansi_converter # noqa: F401
33
4- __version__ = '1.5 .0'
4+ __version__ = '1.6 .0'
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ find = {namespaces = false}
7272version = {attr = " esp_idf_monitor.__version__" }
7373
7474[tool .commitizen ]
75- version = " 1.5 .0"
75+ version = " 1.6 .0"
7676update_changelog_on_bump = true
7777tag_format = " v$version"
7878changelog_merge_prerelease = true
You can’t perform that action at this time.
0 commit comments