From ab86d0730c5b9f96eba31c85273bd7f81b9b2dcd Mon Sep 17 00:00:00 2001 From: Vadim Tkachenko Date: Thu, 15 Aug 2024 22:18:26 -0700 Subject: [PATCH] Updated release notes (#322) --- docs/release-notes.md | 4 ++++ docs/release-notes/v4.1.0.md | 2 +- docs/release-notes/v4.2.0.md | 2 +- docs/release-notes/v4.3.0.md | 4 ++++ docs/release-notes/v4.4.0.md | 11 +++++++++++ 5 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 docs/release-notes/v4.4.0.md diff --git a/docs/release-notes.md b/docs/release-notes.md index b2a3bbbd..51e9bdd2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ Home Climate Control: Release Notes == +## v4.4.0 (2024-08-15) + +* Enhancement: [#322](https://github.com/home-climate-control/dz/issues/322) - eliminated control input lag. + ## v4.3.0 (2024-06-04) * Enhancement: [#267](https://github.com/home-climate-control/dz/issues/267) - economizer can now exist without a setpoint. diff --git a/docs/release-notes/v4.1.0.md b/docs/release-notes/v4.1.0.md index cf86df0d..c3fa5639 100644 --- a/docs/release-notes/v4.1.0.md +++ b/docs/release-notes/v4.1.0.md @@ -18,5 +18,5 @@ Same as [v4.0.0](./v4.0.0.md) - now being worked on. Possibly. If that bothers you, the long in the tooth, but rock stable code base now resides at [last-imperative-maintenance](https://github.com/home-climate-control/dz/tree/last-imperative-maintenance) branch. --- -[^^^ Release Notes Index](../release-notes.md) +[^^^ Release Notes Index](../release-notes.md) [^^^ Index](../index.md) diff --git a/docs/release-notes/v4.2.0.md b/docs/release-notes/v4.2.0.md index a81d26f6..4755b485 100644 --- a/docs/release-notes/v4.2.0.md +++ b/docs/release-notes/v4.2.0.md @@ -17,5 +17,5 @@ Not anymore. The code base has proved stable enough to be depended upon. Still, the long in the tooth, but rock stable code base is still available at [last-imperative-maintenance](https://github.com/home-climate-control/dz/tree/last-imperative-maintenance) branch, and will be mentioned in release notes until [all the stragglers](https://github.com/home-climate-control/dz/labels/reactive-straggler) are fixed. --- -[^^^ Release Notes Index](../release-notes.md) +[^^^ Release Notes Index](../release-notes.md) [^^^ Index](../index.md) diff --git a/docs/release-notes/v4.3.0.md b/docs/release-notes/v4.3.0.md index 9182b9ff..9d92abf8 100644 --- a/docs/release-notes/v4.3.0.md +++ b/docs/release-notes/v4.3.0.md @@ -44,3 +44,7 @@ economizer: Also, the `settings` section is now optional (see [#267](https://github.com/home-climate-control/dz/issues/267)). If the configuration file is not updated, the economizer will be considered disabled, and a warning message will be logged at startup. + +--- +[^^^ Release Notes Index](../release-notes.md) +[^^^ Index](../index.md) diff --git a/docs/release-notes/v4.4.0.md b/docs/release-notes/v4.4.0.md new file mode 100644 index 00000000..66f619ea --- /dev/null +++ b/docs/release-notes/v4.4.0.md @@ -0,0 +1,11 @@ +Home Climate Control: v4.3.0. Release Notes - DRAFT +== + +Release focus: Quality of Life improvement + +## Bugfixes and enhancements +* Enhancement: [#322](https://github.com/home-climate-control/dz/issues/322) - eliminated control input lag. See [zone sensitivity configuration](../configuration/zones.md#sensitivity) for more details. + +--- +[^^^ Release Notes Index](../release-notes.md) +[^^^ Index](../index.md)