Releases: esphome/esp-web-tools
Releases · esphome/esp-web-tools
4.1.0
What's Changed
- Update builds (#107) @balloob
- Remove min width from button (#105) @balloob
- Allow resetting data when firmware and version are the same (#103) @balloob
- Bump improv-serial-sdk (#104) @balloob
- Allow skipping erasing on new installations (#102) @balloob
- Add support for Home Assistant domain in manifest (#101) @balloob
- Console updates (#99) @balloob
4.0.2
4.0.1
4.0.0
What's Changed
- Everything now renders inside a dialog. Makes it easier to embed in documentation.
- The used custom components are registered with a unique ESP Web Tools prefix (
ewt-
) to not clash with already loaded web components. - Breaking change The "improv" build property is no longer supported. Improv over BLE is now replaced by the new Improv over Serial which can be automatically detected. Improv over Serial is a serial-based version that is low overhead.
- Breaking change The manifest is now required to have a
version
attribute. Thename
andversion
in the manifest are compared with the response values of Improv over Serialinfo
command to detect if it is the same firmware and/or update is available. - If device supports Improv over Serial, a user can re-configure Wi-Fi, update the device (=no erasing) and navigate to the configuration URL even if not installed via ESP Web Tools:
- If device is detected to not support Improv, it launches the installation wizard (like before). (wizard = erase/install/provision/go to device URL).
- If device supports Improv but is a different firmware than specified in the manifest, dashboard is shown except that the update button is replaced with an install button.
- Added option to look at the device logs, send serial commands and reset device
PRs:
Dependabot
- Bump serve from 12.0.1 to 13.0.2 (#89) @dependabot
- Bump rollup from 2.58.3 to 2.59.0 (#86) @dependabot
- Bump @material/mwc-linear-progress from 0.25.2 to 0.25.3 (#80) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.5 to 13.0.6 (#81) @dependabot
- Bump rollup from 2.58.0 to 2.58.3 (#82) @dependabot
- Bump @material/mwc-linear-progress from 0.25.1 to 0.25.2 (#79) @dependabot
- Bump @rollup/plugin-typescript from 8.2.5 to 8.3.0 (#78) @dependabot
- Bump lit from 2.0.0 to 2.0.2 (#76) @dependabot
- Bump rollup from 2.57.0 to 2.58.0 (#75) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 (#74) @dependabot
- Bump actions/setup-node from 2.4.0 to 2.4.1 (#71) @dependabot
- Bump rollup from 2.56.3 to 2.57.0 (#70) @dependabot
- Bump prettier from 2.4.0 to 2.4.1 (#68) @dependabot
- Bump prettier from 2.3.2 to 2.4.0 (#64) @dependabot
- Bump serve from 12.0.0 to 12.0.1 (#66) @dependabot
3.6.0
3.5.0
3.4.2
3.4.1
3.4.0
What's Changed
- Upgrade to esp-web-flasher 3.1.1 (#26) @balloob
- Bump esp-web-flasher from 2.0.0 to 3.0.0 (#24) @dependabot
- Bump rollup from 2.51.2 to 2.52.2 (#23) @dependabot
- Bump typescript from 4.3.2 to 4.3.4 (#25) @dependabot
- Bump [email protected] (#20) @bramkragten
3.3.0
What's Changed
- Reverse guard for serial allowed (#19) @balloob
- Correct spelling of "Wi-Fi" (#17) @spacegaier
- Tweak failed init text (#15) @balloob
- Bump tslib from 2.2.0 to 2.3.0 (#13) @dependabot
- Bump rollup from 2.51.1 to 2.51.2 (#12) @dependabot