Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 30, 2022
1 parent 610ce0c commit 9710b37
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.3.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.2.0...0.3.0)

- feat: use virtual remote commands when device has build-in co2 sensor [`610ce0c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/610ce0ce3fd901cd3967319c56bb08fbdac722d3)
- refactor: prepare code for target fan state [`ea8d4e7`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ea8d4e7f5eae72c89428c55247917227fe1e1f7d)
- refactor: move platform handlers in own method [`bc071c0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/bc071c0ea3d52659f80a7e6505361a2d2eb4d43a)
- docs: update readme [`947441a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/947441a4abf633aa154efc91154212b905572087)
- feat: handle identify properly [`eb7547a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/eb7547a7084e9ecf415c1c02d46e85267e53b029)
- refactor: use active speed threshold [`0d0d6eb`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/0d0d6eb2ec9f7ed1e2b4fc00385dd4420bb2d4a5)
- docs: remove docs dir [`fdb7177`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fdb71776fd94151f8c767f604d5fe702f8757b10)

#### [0.2.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.3...0.2.0)

> 28 December 2022
- feat: use CurrentFanState characteristic [`fff0e99`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fff0e99546555729955e9343ecd362e7c01fb25a)
- test: increase coverage [`411dd1c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/411dd1c0b388a3d45179e76f6adad690c1feedc1)
- refactor: set speed using mqtt client method [`c377c9d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c377c9d00bb3aa85021084965f1c80938f086395)
- refactor: use uuid as serial for accessory [`df01c74`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/df01c7494ec6337f7c59964d4723746707f768d8)
- chore: release v0.2.0 [`ce55e61`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ce55e613c206241e4819e0fed3a7745a5b0b0b51)
- docs: update readme [`c6258b0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c6258b0c5a1ca978ce77ec1e35e8175a744ccc2a)
- chore: code cleanup [`350ed09`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/350ed09e451c0184f1ab6c8b279f0be8388affc1)
- docs: update readme [`fdef28b`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fdef28bd5bcfcf7e33e82f0d49f9b27a0bdb9a54)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Itho Daalderop",
"name": "homebridge-itho-daalderop",
"version": "0.2.0",
"version": "0.3.0",
"description": "This Homebridge plugin exposes your Itho Daalderop mechanical fan unit to Apple HomeKit by using the WiFi Add-on module. So you can use the Home App to control your fan units and integrate into your Home Automations.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 9710b37

Please sign in to comment.