Skip to content

Commit

Permalink
Fix incorrectly merged changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Jan 5, 2025
1 parent 9a03af1 commit 45f2135
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,28 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard.

## [1.11.0-beta.8] - 2025-01-04
## [Unreleased]

### Changed

- For numeric characteristics that have a range set, the range is automatically updated if an out of range value is received from Zigbee2MQTT.
- Lights: `color_mode` is now always used (no longer an experimental flag; also see [#208](https://github.com/itavero/homebridge-z2m/issues/208))

### Fixed

- Processing JSON availability payload should not result in a TypeError anymore.
- Minor changes to be compatible with the upcoming Homebridge v2 release, among others:
- In most services where the (numeric) range of a characteristic is limited, the value is now set correctly before doing so, to prevent warnings from HAP-NodeJS.
- Sanitize accessory names so they only contain alphanumeric, space, and apostrophe characters, and start with an alphanumeric character.

## [1.11.0-beta.8] - 2025-01-04

### Changed

- For numeric characteristics that have a range set, the range is automatically updated if an out of range value is received from Zigbee2MQTT.

### Fixed

- Processing JSON availability payload should not result in a TypeError anymore.

## [1.11.0-beta.7] - 2025-01-04

### Changed
Expand Down

0 comments on commit 45f2135

Please sign in to comment.