From 42776d3b2f3e876b1d9d0914cff82dea84eabb28 Mon Sep 17 00:00:00 2001 From: John Talbot Date: Sun, 5 Mar 2023 13:47:27 -0500 Subject: [PATCH] docs: packaging for 7.0.0 --- CHANGELOG.md | 63 ++++++++++++++++++++++---------------------- RUNNING_CHANGELOG.md | 38 ++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 70 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdbc4e..4b32262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,37 @@ # Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!! -### 6.3.0 (2022-04-12) +#### 7.0.0 (2023-03-05) -##### Bug Fixes +* The reason for the major version numbering update was to for deprecation warnings to throw an error. + These warnings were there for many major versions and are finally removed. + + "queueInterval" - Never put into production and will now throw an error. + "queueMsg" - Never put into production and will now throw an error. + "queueStatMsgInterval" - Never put into production and will now throw an error. + "cmd4_Mode" - Obsolete for many versions and will now throw an error. + "storage" - Obsolete outside of fakegato definition. + "storagePath" - Obsolete outside of fakegato definition. + "folder" - Obsolete outside of fakegato definition. + "keyPath" - Obsolete outside of fakegato definition. + "queueTypes" - Obsolete inside accessory definition. -* Bug [#130](https://github.com/ztalbot2000/homebridge-cmd4/pull/130), linked accessories not accesible after restart ([aeab5a40](https://github.com/ztalbot2000/homebridge-cmd4/commit/aeab5a40340631910ae6ac19f9af8453f46faa55)) ##### New Features -* Add new characteristics and device types ([c3560130](https://github.com/ztalbot2000/homebridge-cmd4/commit/c3560130e7092b698d0d750924c548a99c4e20f4)) -Characteristics ---------------- -AssetUpdateReadiness -SupportedAssetTypes -ConfigurationState -NFCAccessControlPoint -NFCAccessSupportedConfiguration -SiriEndpointSessionStatus -ThreadControlPoint -ThreadNodeCapabilities -ThreadStatus -ThreadOpenThreadVersion - -Device Types ------------- -AccessoryMetrics -AssetUpdate -Assistant -AudioStreamManagement -Battery -CameraRecordingManagement -CloudRelay -DataStreamTransportManagement -NFCAccess -SiriEndpoint -ThreadTransport - -Note: While these are now available to use. Some may not be suitable for Cmd4 depending on their complexity. + +* add retries. Also formatting issues ([b8ddf9ce](https://github.com/ztalbot2000/homebridge-cmd4/commit/b8ddf9ceda8ace3a6e820bfad0c4a03c656cf419)) + +##### Bug Fixes + +* retry logging starts from zero, but for user count starts from 1 ([38cdf417](https://github.com/ztalbot2000/homebridge-cmd4/commit/38cdf417feebeef2b75dcfec247e6bdfd4739604)) +* By nature retryCount should start from zero ([b8e82ffe](https://github.com/ztalbot2000/homebridge-cmd4/commit/b8e82ffe262c092a301636993544be828a7a34a4)) +* log message in wrong quotes ([6fc555b0](https://github.com/ztalbot2000/homebridge-cmd4/commit/6fc555b0d7bdc20bfc3a38310e3d4f66b968d55d)) +* retries for WoRm should be zero. Can be overriden ([11351633](https://github.com/ztalbot2000/homebridge-cmd4/commit/1135163319c8d16e3886dbf0a0443ba5ed6c4b99)) +* Accessory needs to go unresponsive via updateValue with error object ([cdfee1b2](https://github.com/ztalbot2000/homebridge-cmd4/commit/cdfee1b22ea21dc56edc320768ec6ebea1156cb8)) + +##### Tests + +* put back skipped tests ([0b0781fa](https://github.com/ztalbot2000/homebridge-cmd4/commit/0b0781faec7f94e43d67068e15e9505cc7c96414)) +* Remove excess debug messages for commit with verify to work ([ea108470](https://github.com/ztalbot2000/homebridge-cmd4/commit/ea108470631f4abe3377f6d582c962dab141be0f)) +* Don't know why HomeKit does not cause Cmd4 to generate a log that it is trying to reconnect after unavailable ([d45d7c09](https://github.com/ztalbot2000/homebridge-cmd4/commit/d45d7c095d0989c05b88c161a418402711e26677)) +* Add unit testing to prove fix of bug[#130](https://github.com/ztalbot2000/homebridge-cmd4/pull/130) ([e9a902fc](https://github.com/ztalbot2000/homebridge-cmd4/commit/e9a902fcb01fb2ee7c7cb9f2b60e036d0fd5c0d6)) + diff --git a/RUNNING_CHANGELOG.md b/RUNNING_CHANGELOG.md index 1dc4e4a..ff36403 100644 --- a/RUNNING_CHANGELOG.md +++ b/RUNNING_CHANGELOG.md @@ -3,6 +3,7 @@ ## Homebridge UI User. Do not click on any inline links. Homebridge UI does not supprt them. Bug#1098 ## ChangeLog +* **Whats new in 7.0.0** * **Whats new in 6.3.0** * **Whats new in 6.2.0** * **Whats new in 6.1.2** @@ -84,6 +85,43 @@ * **Whats new in 2.1** * **Whats new in 2.0** +## Whats new in 6.3.1 +#### 7.0.0 (2023-03-05) + +* The reason for the major version numbering update was to for deprecation warnings to throw an error. + These warnings were there for many major versions and are finally removed. + + "queueInterval" - Never put into production and will now throw an error. + "queueMsg" - Never put into production and will now throw an error. + "queueStatMsgInterval" - Never put into production and will now throw an error. + "cmd4_Mode" - Obsolete for many versions and will now throw an error. + "storage" - Obsolete outside of fakegato definition. + "storagePath" - Obsolete outside of fakegato definition. + "folder" - Obsolete outside of fakegato definition. + "keyPath" - Obsolete outside of fakegato definition. + "queueTypes" - Obsolete inside accessory definition. + + +##### New Features + +* add retries. Also formatting issues ([b8ddf9ce](https://github.com/ztalbot2000/homebridge-cmd4/commit/b8ddf9ceda8ace3a6e820bfad0c4a03c656cf419)) + +##### Bug Fixes + +* retry logging starts from zero, but for user count starts from 1 ([38cdf417](https://github.com/ztalbot2000/homebridge-cmd4/commit/38cdf417feebeef2b75dcfec247e6bdfd4739604)) +* By nature retryCount should start from zero ([b8e82ffe](https://github.com/ztalbot2000/homebridge-cmd4/commit/b8e82ffe262c092a301636993544be828a7a34a4)) +* log message in wrong quotes ([6fc555b0](https://github.com/ztalbot2000/homebridge-cmd4/commit/6fc555b0d7bdc20bfc3a38310e3d4f66b968d55d)) +* retries for WoRm should be zero. Can be overriden ([11351633](https://github.com/ztalbot2000/homebridge-cmd4/commit/1135163319c8d16e3886dbf0a0443ba5ed6c4b99)) +* Accessory needs to go unresponsive via updateValue with error object ([cdfee1b2](https://github.com/ztalbot2000/homebridge-cmd4/commit/cdfee1b22ea21dc56edc320768ec6ebea1156cb8)) + +##### Tests + +* put back skipped tests ([0b0781fa](https://github.com/ztalbot2000/homebridge-cmd4/commit/0b0781faec7f94e43d67068e15e9505cc7c96414)) +* Remove excess debug messages for commit with verify to work ([ea108470](https://github.com/ztalbot2000/homebridge-cmd4/commit/ea108470631f4abe3377f6d582c962dab141be0f)) +* Don't know why HomeKit does not cause Cmd4 to generate a log that it is trying to reconnect after unavailable ([d45d7c09](https://github.com/ztalbot2000/homebridge-cmd4/commit/d45d7c095d0989c05b88c161a418402711e26677)) +* Add unit testing to prove fix of bug[#130](https://github.com/ztalbot2000/homebridge-cmd4/pull/130) ([e9a902fc](https://github.com/ztalbot2000/homebridge-cmd4/commit/e9a902fcb01fb2ee7c7cb9f2b60e036d0fd5c0d6)) + + ## Whats new in 6.3.0 ### 6.3.0 (2022-04-12) diff --git a/package.json b/package.json index 369121e..98580b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-cmd4", "description": "Exec Plugin for Homebridge supporting all accessorys and characteristics", - "version": "6.3.0", + "version": "7.0.0", "license": "MIT", "author": { "name": "John Talbot"