Skip to content

Releases: esphome/esp-web-tools

4.1.0

11 Nov 05:44
Compare
Choose a tag to compare

What's Changed

4.0.2

10 Nov 20:06
Compare
Choose a tag to compare

What's Changed

  • Finish sending commands with \r\n (#97) @balloob
  • Offer setup device if device was not provisioned (#94) @balloob

4.0.1

10 Nov 17:12
Compare
Choose a tag to compare

What's Changed

4.0.0

10 Nov 07:51
74187d9
Compare
Choose a tag to compare

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. The name and version in the manifest are compared with the response values of Improv over Serial info 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

3.6.0

26 Aug 17:50
Compare
Choose a tag to compare

What's Changed

3.5.0

24 Aug 07:12
Compare
Choose a tag to compare

What's Changed

3.4.2

23 Jun 22:14
Compare
Choose a tag to compare

What's Changed

  • Bump esp web flasher - fix ESP8266 support (#29) @balloob

3.4.1

23 Jun 17:59
Compare
Choose a tag to compare

What's Changed

3.4.0

23 Jun 04:35
Compare
Choose a tag to compare

What's Changed

3.3.0

15 Jun 20:57
e63ad59
Compare
Choose a tag to compare

What's Changed