Skip to content

0.1.236

Choose a tag to compare

@esphome esphome released this 12 Jul 10:14
Immutable release. Only release title and notes can be modified.
2f537f6

πŸš€ New features

  • Batch the install dialog's log streaming like the command dialog (by @bdraco in #1205)
  • Warn when a bulk update will restart in-flight builds (by @bdraco in #1198)
  • Keep Edit clickable while a job runs (by @bdraco in #1197)
  • Open the running job from the menu and drawer Install/Update too (by @bdraco in #1193)
  • Open the running job from Update/Install instead of greying out (by @bdraco in #1191)

πŸ› Bug fixes

  • Make Retry wait out a foreign running build before re-flashing (by @bdraco in #1204)
  • Make Download wait for the running build instead of superseding it (by @bdraco in #1201)
  • Guard the install seams against superseding a running build (by @bdraco in #1199)

πŸ”„ Refactor

  • Move logs-dialog's capped log batching onto LineBatcher (by @bdraco in #1207)
  • Consolidate the compact duration formatters onto one ladder (by @bdraco in #1188)
  • Coordinate cross-dialog navigation through an open-dialog registry (by @bdraco in #1190)
  • Extract shared light-dismiss controller for hand-rolled popovers (by @bdraco in #1189)

πŸ™‡ Contributors

@bdraco