Skip to content

Commit 3d1f0a7

Browse files
committed
Merge branch 'release_v1.5' into 'master'
change: Update version to 1.5.0 See merge request espressif/esp-idf-monitor!74
2 parents 761f400 + d9f362d commit 3d1f0a7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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.4.0'
4+
__version__ = '1.5.0'

pyproject.toml

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

7373
[tool.commitizen]
74-
version = "1.4.0"
74+
version = "1.5.0"
7575
update_changelog_on_bump = true
7676
tag_format = "v$version"
7777
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)