Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 21:53

3.0.0 (2026-07-01)

⚠ BREAKING CHANGES

  • Browser Mod Config panel now in integration settings. Use settings cog icon to configure global settings and Frontend settings for User/Browser/Global.
  • major: Requires Home Assistant 2026.6.0 or greater.

🐞 Bug Fixes

  • Close icon shows on popup when dismissable is set to false. (Esc key is correctly blocked). (#1322) (72cef37), closes #1321
  • detect header class in shadowRoot when hiding header (8dd5a90)
  • Need to wait when running updates after location-changed or pop-state (1e6ece3)

⚙️ Miscellaneous

  • Migrate ha-md-list-item to ha-row-item in Browser Mod panel. (06ca5f9)
  • Move Browser Mod Config panel to integration settings. 'This Browser' remains as Frontend Browser panel.(#1323) (de0ebbb), closes #898