8000 Releases · homebridge/homebridge-config-ui-x · GitHub
[go: up one dir, main page]

Skip to content

Releases: homebridge/homebridge-config-ui-x

v5.0.0-beta.106

30 Jun 19:20
Compare
Choose a tag to compare
v5.0.0-beta.106 Pre-release
Pre-release

v5.0.0-beta.105

29 Jun 20:37
Compare
Choose a tag to compare
v5.0.0-beta.105 Pre-release
Pre-release

v4.77.0

29 Jun 16:03
Compare
Choose a tag to compare

⚠️ Upcoming Deprecations:

  • A new version of Homebridge UI (v5) will be released in July 2025. This will be compatible with both Homebridge v1 and v2 (in beta).
  • Initially, there will be no significant differences between Homebridge UI v4 and v5. The major version increment primarily reflects the removal of support for outdated technologies and hardware. UI v5 will:
    • Be compatible with Homebridge v1 and v2
    • Drop support for Node.js v18 and earlier, so please update to v20 or v22 - more info on updating
    • Drop support for Raspberry Pi devices running on the armv6 architecture (like the Pi 1 and Pi Zero) - please update your hardware
    • Drop support for instances using pnpm as the package manager - consider updating your Homebridge instance to use npm instead - more info on updating
  • Note that these are not requirements for UI v4.77.0

⚠️ Default Theme Change:

  • The default theme for Homebridge UI has been changed from orange to deep-purple.
    • If you want to change the theme back to orange, you can do so in the settings page.

UI Changes

  • updates to the th.json language file (#2472) (@tomzt)
  • auto restart after version change of hb or ui
  • redesigned setup wizard page
  • style HBv2/UIv5 icons on status page based on readiness
  • security system modal only show valid modes
  • refactor settings page with immediate saving
  • add support for uiSchema within plugin configurations
  • add option to hide update notifications for specific plugins
  • improve plugin search and result ordering (@justjam2013)
  • add icon and tile for filter maintenance accessory

Other Changes

Homebridge Dependencies

  • @homebridge/hap-client @ v3.1.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.1.0

v4.76.0

07 Jun 09:44
Compare
Choose a tag to compare

UI Changes

  • updates to the th.json language file (#2443) (@tomzt)
  • improvements to various accessory tiles and modals
  • fix occasional issue in backup/restore, revert recent change
  • improvements to plugin config validation
    • use ajv-keywords to allow validation of unique properties in arrays
  • fix form field error state font colour (make it red)
  • redesigned login page
  • improve wallpaper selection with new modal to upload a file
  • refactor HBv2 and UIv5 readiness modals
  • move backup settings from ui advanced settings to backup/restore modal

Other Changes

  • upgrade to angular v20
  • bump plugin-ui-utils for new theme method

Homebridge Dependencies

  • @homebridge/hap-client @ v2.2.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.1.0

v4.75.0

25 May 10:14
Compare
Choose a tag to compare

UI Changes

  • updates to the uk.json language file (#2436) (@xrust83)
  • updates to the th.json language file (#2437) (@tomzt)
  • updates to the manual_update_command language string
  • show restart modal after installing an already configured plugin
  • add long click modal for lock mechanism + management
  • improvements to heater/humidifier/thermostat icon+modal
  • improvements to battery icon

Homebridge Dependencies

  • @homebridge/hap-client @ v2.1.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.0.2

v4.74.0

18 May 10:17
Compare
Choose a tag to compare

UI Changes

  • improve plugin manage version ui (#2424) (@apexskier)
  • capitalise time zone in system info widget
  • add architecture to system info widget
  • add checks on system for updating to ui v5
  • added screen for ui v5 readiness check
  • add color temperature to lightbulb screen (@justjam2013)
  • add temperature units to heatercooler (@justjam2013)
  • add valve control modal (@justjam2013)
  • update speaker tile + control modal (@justjam2013)

Homebridge Dependencies

  • @homebridge/hap-client @ v2.1.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.0.2

v4.73.0

19 Apr 09:43
Compare
Choose a tag to compare

UI Changes

  • updates to the en.json language file (#2389) (@HenryGelderbloem)
  • updates to the de.json language file (#2403) (@Staubgeborener)
  • updates to the de.json language file (#2404) (@Staubgeborener)
  • improve icons in bridges widget
  • fix individual accessory deselect on remove modal
  • improve accessory icons for CO and CO2 sensors
  • make secondary blue colour in light mode more distinct

Other Changes

  • fix do not include --omit=dev flag in pnpm commands
  • add lint job for checking all pull requests
  • allow package mode users to disable the terminal
  • various copilot improvements for file paths
  • updated dependencies
  • remove ubuntu-20.04 from actions as unsupported

Homebridge Dependencies

  • @homebridge/hap-client @ v2.1.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.0.2

v4.72.0

22 Mar 10:54
Compare
Choose a tag to compare

UI Changes

  • updates to the th.json language file (#2365) (@tomzt)
  • updates to the es.json language file (#2376) (@kyrokode)
  • updates to the id.json language file (#2377) (@dwaan)
  • updates to the ru.json language file (#2384) (@SeregaTarasov)
  • fixed issue with UI config incorrectly reporting as invalid
  • don't allow adding multiple config blocks for singular plugins

Other Changes

  • updated dependencies

Homebridge Dependencies

  • @homebridge/hap-client @ v2.0.6
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.0.1

v4.71.2

23 Feb 09:29
Compare
Choose a tag to compare

Other Changes

  • fix alpha/beta update checks for bundled ui (#2363) (@dnicolson)
  • fix ui config validation when default theme selected

Homebridge Dependencies

  • @homebridge/hap-client @ v2.0.5
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.0.1

v4.71.1

22 Feb 15:04
Compare
Choose a tag to compare

UI Changes

  • updates to the uk.json language file (#2352) (@xrust83)
  • add missing add section button to plugin config screens
  • improve active/stale bridge detection

Other Changes

  • re-add reflect-metadata to dependencies in package.json

Homebridge Dependencies

  • @homebridge/hap-client @ v2.0.5
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.0.1
0