Skip to content

Release 2.2.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 16:44

Changelog

πŸ› Bug Fixes

  • fix: init setup with luci & improve user feedback (ded99a4)
  • Fix duplicate Access Point entries by formatting unique_id MAC addresses with colons immediately (#63) (e7b43bd)
  • Fix unavailable wireless client Tx/Rx rate sensors (#62) (74fc2cb)
  • Fix AttributeError when updating data with Batman enabled (#61) (c49b3a5)
  • Fix MQTT illegal discovery topic warning (#60) (3944cb0)
  • fix(api): use ubus call for kick_device (#58) (a22cfa5)
  • fix(ubus): align get_connected_devices wireless scanning with get_wireless_interfaces (#54) (a1330ce)
  • fix: update diag to count clients from all_connected_devices (#53) (69a9e6b)
  • fix(ubus): match wireless interfaces by band and SSID (#52) (cde748b)
  • fix(ubus): prevent WiFi client count flapping to 0 (#48) (726a805)
  • fix(luci_rpc): respect bridge FDB entry age during device tracking (#31) (e36992c)

πŸš€ Other

  • refactor api code and optimize code (723b160)

πŸ“¦ Dependencies

  • Update softprops/action-gh-release action to v3.0.1 (c0af7ae)
  • Update Python to v3.14.6 (#59) (d5974d6)
  • Update actions/checkout action to v7 (#64) (b660668)
  • Update codecov/codecov-action action to v7 (#57) (0a17646)
  • Update codecov/codecov-action action to v6.0.2 (#56) (7452b54)
  • Update github/codeql-action action to v4.36.2 (#55) (1f87be5)

πŸ”§ Maintenance & CI