File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2121<hr >
2222
2323
24+ ## v1.9.0 (2026-01-05)
25+
26+ ### ✨ New Features
27+
28+ - ** monitor_secure_exec** : Support executing CLI commands from monitor logs * (Konstantin Kondrashov - ebf5699)*
29+ - ** port_detection** : Filter out debug console serial port on MacOS * (Jaroslav Burian - 931856d)*
30+ - Add 'idf-monitor' as a script for easier standalone usage * (Peter Dragun - 0b41ece)*
31+
32+ ### 📖 Documentation
33+
34+ - Add instructions for standalone usage * (Peter Dragun - fb1fcb9)*
35+
36+
2437## v1.8.0 (2025-09-12)
2538
2639### ✨ 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.8 .0'
4+ __version__ = '1.9 .0'
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ version = {attr = 'esp_idf_monitor.__version__'}
7979
8080[tool .commitizen ]
8181name = ' czespressif'
82- version = ' 1.8.0 '
82+ version = " 1.9.0 "
8383update_changelog_on_bump = true
8484tag_format = ' v$version'
8585changelog_merge_prerelease = true
You can’t perform that action at this time.
0 commit comments