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.7.0 (2025-07-10)
25+
26+ ### ✨ New Features
27+
28+ - ** binlog** : Handle PC address in line for binlog * (Konstantin Kondrashov - 11ab615)*
29+ - Improved addr2line output formatting * (Nebojsa Cvetkovic - d8932f3)*
30+
31+ ### 🐛 Bug Fixes
32+
33+ - Add error message for Linux monitor when no ELF files are found * (Peter Dragun - c2bc767)*
34+ - Update line matcher regex to handle all timestamp formats * (Peter Dragun - 74e6fb3)*
35+
36+
2437## v1.6.2 (2025-04-09)
2538
2639### 🐛 Bug Fixes
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.6.2 '
4+ __version__ = '1.7.0 '
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ version = {attr = "esp_idf_monitor.__version__"}
7474
7575[tool .commitizen ]
7676name = " czespressif"
77- version = " 1.6.2 "
77+ version = " 1.7.0 "
7878update_changelog_on_bump = true
7979tag_format = " v$version"
8080changelog_merge_prerelease = true
You can’t perform that action at this time.
0 commit comments