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 1+ ## v4.9.1 (2025-07-30)
2+
3+ ### Bug Fixes
4+
5+ - ** esp32-c3** : Disable flasher stub when Secure Boot is active
6+ - ** esp32-s3** : Allow stub flasher execution with active Secure Boot
7+ - Fix buffering issues with CP2102 converter causing connection failures
8+ - ** elf2image** : Add support for ESP32-H4 MMU page size configuration
9+ - ** elf2image** : validate ELF section types and addresses before processing
10+ - ** elf2image** : handle PREINIT_ARRAY section type in ESP32-P4 elf file properly
11+ - enable auto-detection of ESP32-S2 in secure download mode
12+ - enable ESP32-P4 ECO5 chip detection
13+
114## v4.9.0 (2025-06-19)
215
316### New Features
Original file line number Diff line number Diff line change 2929 "write_mem" ,
3030]
3131
32- __version__ = "4.9.0 "
32+ __version__ = "4.9.1 "
3333
3434import argparse
3535import inspect
Original file line number Diff line number Diff line change 7676 version = {attr = " esptool.__init__.__version__" }
7777
7878[tool .commitizen ]
79- version = " 4.9.0 "
79+ version = " 4.9.1 "
8080 update_changelog_on_bump = true
8181 tag_format = " v$version"
8282 changelog_start_rev = " v4.2.1"
You can’t perform that action at this time.
0 commit comments