Release list
ESP32-S31 support
v4.5.0 Bump v4.5.0
WiFi Credentials input / IMPROV support
v4.4.0 bump v4.4.0
PyQt6
- add native binary for Ubuntu arm
- add native binary for Windows arm
Progress bar
Feature: Color support and flash progress bar * Color flash progress bar * fix: handle gracefully WDT port disappeared * fix: fallback for progress bar when UnicodeEncodeError * colorama fixes only for Windows
v4.1.1
- store window size
- build one dir app binaries (faster start on MacOS)
History buffer for Command Line
Feature: Command History Buffer (#76) * Feature: Command History Buffer
v4.0.0
Bump v4.0.0 / color Terminal Console
Refactor: stub flasher code load from json files
refactor: stubs not embedded in code, load from json files (#74) * refactor: stubs not embedded in code, load from json files * fixes: for review from rabbit * fix: stubs lazy loading * refactor: ensure P4 correct stub load * detect wrong json and fail gracefully * update gh actions to include json files * Bump v3.4.0 / update gh actions * update pypi action
v3.3.1
- Increased timeout
- Disabled WDT during flashing to be sure device does not do a reset during flash
- Refactored writing last block of compressed data to flash (align with latest esptool.py)
add ESP32-P4 ECO6 support
ESP32-P4 ECO6 support (#70) * changes p4eco6 * remove CHIP_MAGIC_VALUES * working P4 ECO6 detection * update stubs * detect guru meditiation * add drain input buffer in "command" * update P4 rev3 bootloader * v3.3.0