hassio-addons/mi-scale/CHANGELOG.md

62 lines
2.7 KiB
Markdown
Raw Normal View History

2020-11-24 18:14:07 +08:00
## [0.1.13] - 2020-11-24
### Changed
- Fixed executable files (fixes https://github.com/lolouk44/hassio-addons/issues/23)
2020-11-24 07:36:10 +08:00
## [0.1.12] - 2020-11-23
### Changed
- Fixed workflow for automatic docker images building
2020-11-24 06:37:56 +08:00
## [0.1.11] - 2020-11-23
### Changed
- Remove additional logging for Scale V1 that was used for testing
- Changed timestamp to default python format (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/29)
- Removed hard-coded 'unit_f_measurement' in the MQTT Discovery (fixes https://github.com/lolouk44/hassio-addons/issues/22)
- Fixed hard coded MQTT Discovery Prefix (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/35)
- Change measures format to be numbers instead of string where applicable (https://github.com/lolouk44/xiaomi_mi_scale/pull/36)
### Added
- Created workflow to automatically build docker images on new releases (Thanks @AiiR42 for your help)
2020-09-09 17:29:55 +08:00
## [0.1.10] - 2020-09-09
### Changed
- Fixed issue with detection of boolean in MQTT_DISCOVERY (https://github.com/lolouk44/hassio-addons/issues/16 and https://github.com/lolouk44/xiaomi_mi_scale/issues/31)
2020-09-09 05:33:57 +08:00
## [0.1.9] - 2020-09-08
### Changed
- Fixed typo in MQTT message following the **breaking change** to snake_case attributes in 0.1.8
2020-09-09 04:57:22 +08:00
## [0.1.8] - 2020-09-08
### Breaking Changes
- Attributes are now snake_case (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/24)
### Changed
- Fixed default MQTT Prefix in config.json typo (fixes https://github.com/lolouk44/hassio-addons/issues/6)
- Fixed MQTT Discovery value check to discover
- Changed timestamp to default python format
- Changes the bluetooth reset from reset to down-wait-up (fixes https://github.com/lolouk44/hassio-addons/issues/13)
- Fixed hard coded hci0 to provided hci interface when performing a reset
- Fixed weight in Lbs not detected on Scale V1 (XMTZCO1HM) (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/28)
- Fixed body calculations for non kg weights
- Updated README
### Added
- Added unit to attributes
2020-07-06 21:28:35 +08:00
## [0.1.7] - 2020-07-06
### Added
- repository.json to make it a real add-on repo (fixes https://github.com/lolouk44/hassio-addons/issues/4)
2020-11-24 06:37:56 +08:00
## Changed
2020-07-06 21:28:35 +08:00
- Now truly handles optional config entries(fixes https://github.com/lolouk44/hassio-addons/issues/3)
- MQTT Discovery set wtih retain flag (fixes https://github.com/lolouk44/hassio-addons/issues/2)
- README updated to use Xiaomi Mi Fit App to retrieve the MAC Address (fixes https://github.com/lolouk44/xiaomi_mi_scale/pull/25)
2020-11-24 06:37:56 +08:00
2020-07-02 06:52:57 +08:00
## [0.1.6] - 2020-07-01
### Added
- Docker Image so install is quicker (no local build required).
2020-11-24 06:37:56 +08:00
2020-07-02 06:52:57 +08:00
## [0.1.5] - 2020-07-01
### Added
- MQTT Discovery Support.
2020-11-24 06:37:56 +08:00
2020-07-01 02:18:55 +08:00
## [0.1.4] - 2020-06-29
### Added
- First release (version in line with non Add-On script for ease of maintenance).