Skip to content

Releases: lk9100/homebridge-envirovent

v0.3.2

15 Apr 16:22
bb18ccd

Choose a tag to compare

Documentation

  • Update README with release process, AI agent guidelines, correct git clone URL, and lint command

v0.3.1

15 Apr 16:15
f176850

Choose a tag to compare

Bug Fixes

  • Fix npm package including 45 MB of unnecessary files (decompiled Android app, IDE config) by updating .npmignore — published tarball is now ~120 KB

Chore

  • Add changelog for Homebridge UI visibility
  • Add repository metadata to package.json
  • Remove unused variable in boost test

v0.2.5

15 Apr 16:15
7baf727

Choose a tag to compare

Refactors

  • Update log messages for clarity and consistency across components

v0.2.4

15 Apr 16:15
926476d

Choose a tag to compare

Bug Fixes

  • FanService: Refine fan behavior and optimistic update logic for improved state management

Refactors

  • Improve error handling and add tests for airflow configuration edge cases
  • Enhance command validation and error handling for improved robustness
  • Update async handling in command execution and service methods
  • Transition to factory functions for client and service creation
  • Streamline function declarations and enhance code consistency

v0.2.2

15 Apr 16:15
d3a06e0

Choose a tag to compare

Bug Fixes

  • FanService: Implement immediate optimistic updates for grace period protection
  • FanService: Update minimum RotationSpeed to 1% for accurate status representation

v0.2.0

15 Apr 16:15
fd7e242

Choose a tag to compare

Bug Fixes

  • FanService: Map HomeKit RotationSpeed (0-100%) to unit range (24-100%) for accurate control

v0.1.8 / v0.2.0

15 Apr 16:15
e790964

Choose a tag to compare

Bug Fixes

  • FanService: Map HomeKit RotationSpeed (0-100%) to unit range (24-100%) for accurate control

v0.1.7

15 Apr 16:15
38a71fe

Choose a tag to compare

Bug Fixes

  • FanService: Implement optimistic update grace period to prevent stale poll overwrites

v0.1.6

15 Apr 16:15
8e5cff2

Choose a tag to compare

Bug Fixes

  • FanService: Apply optimistic update for RotationSpeed to prevent stale values

v0.1.5

15 Apr 16:15
c7974b8

Choose a tag to compare

Refactors

  • Refactor FanService to prevent invalid RotationSpeed values and ensure UI consistency
  • Update build configuration and add tsconfig.build.json