Skip to content

v9.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 04:15
1869e19

9.5.2 (2024-07-07)

There were some nasty and not so nasty regressions in the earlier v9.5.x release that have bitten some people. This patch release hopefully fixes them.

Bug Fixes

  • agent: 🐛 don't hang on register command if already registered (37e29cc)
  • agent: 🐛 ensure preferences are set in context after registration is completed (96bf97f)
  • agent: 🐛 make sure agent quits if registration process is cancelled (e5acc53)
  • hass: 🐛 don't add State/Device classes or Sensor Type values to responses if they are not set (022c80f)
  • linux: 🐛 handle quoted and unquoted values in /etc/os-release correctly (bdf4fce)
  • mage: 🐛 correct invocation for ldflags for fyne-cross (4ff7801)

Performance Improvements

  • ♻️ improve Home Assistant API request handling (36aee1c)
  • ✨ preferences rewrite (c15f486)
  • hass: ♻️ rework request logic (2031c88)