Skip to content

Commit

Permalink
3.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch7391 authored May 23, 2022
1 parent cb2dd06 commit 0e11593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## 3.4.0-beta.0 (2022-05-21)
## 3.4.0-beta.1 (2022-05-23)
Special thanks to the amazing uswong and ztalbot2000 for adding these new features!

### Notable Changes

* Support for Advantage Air systems with a second control tablet! This is for users who may have multiple aircons controlled by separate control tablets.
* Thermostat `Auto` mode is now used to set `dry` mode in Advantage Air control unit. This enable users to set the `dry` mode from Homekit.
* Performance: New function to update `myAirData.txt` cache file immediately after every `Set` command using `jq` so that the cache file always reflects the latest state of the system in real time.
* Minimized "write" events to the disk as per [issue #58](https://github.com/mitch7391/homebridge-cmd4-AdvantageAir/issues/58).
Expand All @@ -16,6 +17,7 @@ Special thanks to the amazing uswong and ztalbot2000 for adding these new featur
* Created temporary sub-directory to store all temporary files required for the smooth running of `AdvAir.sh`.
* Dev: New `AirconServer` for better and more realistic unit testing.
* Security: Bump `minimist` from `1.2.5` to `1.2.6`.
* Security: Fix 'Prototype Pollution' in `merge`.

### Bug Fixes

Expand Down

0 comments on commit 0e11593

Please sign in to comment.