Releases: esphome/esp-web-tools
Releases · esphome/esp-web-tools
7.0.0
What's Changed
- [Breaking change] Bump ESP Web Flasher to 5.0.0. ESP Web Flasher will no longer patch the headers of the image. It's up to the caller of the library to provide the right values. (#155) @balloob
- correct manifest.json example (#146) @Jason2866
- Cleanups (#145) @balloob
- Align console with ESPHome (#141) @balloob
Dependabot stuff
- Bump @rollup/plugin-node-resolve from 13.1.1 to 13.1.2 (#154) @dependabot
- Bump actions/setup-node from 2.5.0 to 2.5.1 (#153) @dependabot
- Bump rollup from 2.61.1 to 2.62.0 (#150) @dependabot
- Bump typescript from 4.5.3 to 4.5.4 (#147) @dependabot
- Bump typescript from 4.5.2 to 4.5.3 (#142) @dependabot
- Bump rollup from 2.60.2 to 2.61.1 (#143) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.6 to 13.1.1 (#144) @dependabot
6.1.1
6.1.0
What's Changed
- Bump prettier from 2.5.0 to 2.5.1 (#137) @dependabot
- Bump rollup from 2.60.1 to 2.60.2 (#138) @dependabot
6.0.0
What's Changed
Add new manifest option new_install_prompt_erase
that will prompt users to erase their device when:
- Installing software when Improv Serial support is not detected
- Installing software when Improv Serial support is available but it runs a different firmware
Breaking change: The old option new_install_skip_erase
now works the same as new_install_prompt_erase
. It's support is now deprecated and will generate a warning when used in a manifest.
CleanShot.2021-11-29.at.21.06.26.mp4
Other:
- Bump actions/setup-node from 2.4.1 to 2.5.0 (#133) @dependabot
- Bump prettier from 2.4.1 to 2.5.0 (#132) @dependabot
5.3.0
What's Changed
Other:
- Bump typescript from 4.4.4 to 4.5.2 (#128) @dependabot
- Bump rollup from 2.60.0 to 2.60.1 (#129) @dependabot
5.2.1
5.2.0
What's Changed
- Wait longer for Improv to respond after erase + install (#125) @balloob
- Show alert when opening serial port fails (#123) @bramkragten
Other:
- Bump rollup from 2.59.0 to 2.60.0 (#124) @dependabot
- Add
color-scheme
meta (#122) @bramkragten