Releases: lk9100/homebridge-envirovent
Releases · lk9100/homebridge-envirovent
v0.3.2
15 Apr 16:22
Compare
Sorry, something went wrong.
No results found
Documentation
Update README with release process, AI agent guidelines, correct git clone URL, and lint command
v0.3.1
15 Apr 16:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Refactors
Update log messages for clarity and consistency across components
v0.2.4
15 Apr 16:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
FanService: Map HomeKit RotationSpeed (0-100%) to unit range (24-100%) for accurate control
v0.1.7
15 Apr 16:15
Compare
Sorry, something went wrong.
No results found
Bug Fixes
FanService: Implement optimistic update grace period to prevent stale poll overwrites
v0.1.6
15 Apr 16:15
Compare
Sorry, something went wrong.
No results found
Bug Fixes
FanService: Apply optimistic update for RotationSpeed to prevent stale values
v0.1.5
15 Apr 16:15
Compare
Sorry, something went wrong.
No results found
Refactors
Refactor FanService to prevent invalid RotationSpeed values and ensure UI consistency
Update build configuration and add tsconfig.build.json