Skip to content

1.1.0

Choose a tag to compare

@esphome esphome released this 05 Jul 20:05
Immutable release. Only release title and notes can be modified.
d1fd04c

What's changed

Changes since 1.0.29

๐Ÿš€ New features

  • #1837 - Add OTA bootloader update to firmware install and upload (@bdraco)
  • #1841 - Relay ESPHOME_DESKTOP_VERSION in the server-info handshake (@bdraco)
  • #1844 - Advertise and persist receiver auto-provision capability (@bdraco)
  • #1846 - Add receiver-side esphome venv provisioner engine (@bdraco)
  • #1847 - Add desktop update commands for the ESPHome Desktop app (@bdraco)
  • #1848 - Wire the receiver venv provisioner into remote-build dispatch (@bdraco)
  • frontend#1068 - Map backend validation errors onto form fields and navigator badges (@bdraco)
  • frontend#1069 - Add bootloader update option to the install method dialog (@bdraco)
  • frontend#1072 - Show an inline error when a reference points at an unknown ID (@bdraco)
  • frontend#1074 - Show the ESPHome Desktop version in the footer (@bdraco)
  • frontend#1076 - Add a Check for updates menu item for the ESPHome Desktop app (@bdraco)

๐Ÿ› Bug fixes

๐Ÿ”„ Refactor

  • #1840 - Make the esphome interpreter selectable per firmware job (@bdraco)
  • #1842 - Consolidate the /ws handshake settings mock into a conftest factory (@bdraco)
  • frontend#1082 - Add a shared async loading/error/content render helper for dialogs (@bdraco)
  • frontend#1080 - Extract a shared header-menu render helper for the kebab tests (@bdraco)
  • frontend#1081 - Consolidate the dialog .actions footer style into a shared sibling (@bdraco)