File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.5.0 (2024-09-17)
2+
3+ ### New Features
4+
5+ - add a common prefix for all messages originating from the monitor
6+ - ** esp-idf-monitor** : Add --open-port-attempts flag
7+ - Add support for multiple ELF files
8+ - ** port_detection** : Filter out BT and WLAN debug serial ports on MacOS
9+ - added auto color log feature
10+
11+ ### Bug Fixes
12+
13+ - improve error message when STDIN in not attached to TTY
14+
115## v1.4.0 (2024-01-30)
216
317### 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.4 .0'
4+ __version__ = '1.5 .0'
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ find = {namespaces = false}
7171version = {attr = " esp_idf_monitor.__version__" }
7272
7373[tool .commitizen ]
74- version = " 1.4 .0"
74+ version = " 1.5 .0"
7575update_changelog_on_bump = true
7676tag_format = " v$version"
7777changelog_merge_prerelease = true
You can’t perform that action at this time.
0 commit comments