Skip to content

Commit 899b129

Browse files
committed
Merge branch 'bump_1_6_0' into 'master'
change: Update version to 1.6.0 See merge request espressif/esp-idf-monitor!83
2 parents 8b10863 + 5860e2c commit 899b129

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

esp_idf_monitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .base.ansi_color_converter import ANSIColorConverter # noqa: F401
22
from .base.ansi_color_converter import get_ansi_converter # noqa: F401
33

4-
__version__ = '1.5.0'
4+
__version__ = '1.6.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ find = {namespaces = false}
7272
version = {attr = "esp_idf_monitor.__version__"}
7373

7474
[tool.commitizen]
75-
version = "1.5.0"
75+
version = "1.6.0"
7676
update_changelog_on_bump = true
7777
tag_format = "v$version"
7878
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)