From 95a9f7a12e6cdab98ef7e84d39eca317a78c7877 Mon Sep 17 00:00:00 2001 From: volkmarnissen Date: Fri, 5 Sep 2025 11:30:55 +0200 Subject: [PATCH 1/4] Display modbusAddress in Hex Format --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 4edd921..86f1833 100644 --- a/src/types.ts +++ b/src/types.ts @@ -78,6 +78,7 @@ export interface Iconfiguration { supervisor_host?: string debugComponents?: string tcpBridgePort?: number + displayHex?:boolean } export enum AuthenticationErrors { EnvironmentVariableSecretNotSet = 1, From 8cc6b3e1d34aa56e53114fba190febfb80c102ec Mon Sep 17 00:00:00 2001 From: volkmarnissen <25006747+volkmarnissen@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:34:33 +0000 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 89 +++++++++++++++++++--------------------------------- 1 file changed, 32 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbd913..a185873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,93 +1,68 @@ # Changelog for server.shared -## [v0.13.18](https://github.com/modbus2mqtt/server.shared/tree/v0.13.18) (2025-09-03) +## [v0.13.14](https://github.com/volkmarnissen/server.shared/tree/v0.13.14) (2025-01-28) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.17...v0.13.18) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.12...v0.13.14) -## [v0.13.17](https://github.com/modbus2mqtt/server.shared/tree/v0.13.17) (2025-09-03) +## [v0.13.12](https://github.com/volkmarnissen/server.shared/tree/v0.13.12) (2024-12-31) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.16...v0.13.17) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.11...v0.13.12) -## [v0.13.16](https://github.com/modbus2mqtt/server.shared/tree/v0.13.16) (2025-09-03) +## [v0.13.11](https://github.com/volkmarnissen/server.shared/tree/v0.13.11) (2024-12-30) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.15...v0.13.16) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.10...v0.13.11) -**Merged pull requests:** +## [v0.13.10](https://github.com/volkmarnissen/server.shared/tree/v0.13.10) (2024-12-22) -- \[Feature\] Add number of processed calls to Modbus Status [\#6](https://github.com/modbus2mqtt/server.shared/pull/6) ([volkmarnissen](https://github.com/volkmarnissen)) -- \[Feature\] Add number of processed calls to Modbus Status [\#5](https://github.com/modbus2mqtt/server.shared/pull/5) ([volkmarnissen](https://github.com/volkmarnissen)) -- Add package.json github dependency again [\#4](https://github.com/modbus2mqtt/server.shared/pull/4) ([volkmarnissen](https://github.com/volkmarnissen)) -- \[bug\]Modbus Error Handling, Slave Specification Detection, TCP RTU bridge, Fixes [\#3](https://github.com/modbus2mqtt/server.shared/pull/3) ([volkmarnissen](https://github.com/volkmarnissen)) -- \[bug\]Modbus Error Handling, Slave Specification Detection, TCP RTU bridge, Fixes [\#2](https://github.com/modbus2mqtt/server.shared/pull/2) ([volkmarnissen](https://github.com/volkmarnissen)) -- Modbus Error Handling and Monitoring [\#1](https://github.com/modbus2mqtt/server.shared/pull/1) ([volkmarnissen](https://github.com/volkmarnissen)) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.9...v0.13.10) -## [v0.13.15](https://github.com/modbus2mqtt/server.shared/tree/v0.13.15) (2025-04-14) +## [v0.13.9](https://github.com/volkmarnissen/server.shared/tree/v0.13.9) (2024-12-13) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.14...v0.13.15) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.10.8...v0.13.9) -## [v0.13.14](https://github.com/modbus2mqtt/server.shared/tree/v0.13.14) (2025-01-28) +## [v0.10.8](https://github.com/volkmarnissen/server.shared/tree/v0.10.8) (2024-12-11) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.12...v0.13.14) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.8...v0.10.8) -## [v0.13.12](https://github.com/modbus2mqtt/server.shared/tree/v0.13.12) (2024-12-31) +## [v0.13.8](https://github.com/volkmarnissen/server.shared/tree/v0.13.8) (2024-12-11) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.11...v0.13.12) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.7...v0.13.8) -## [v0.13.11](https://github.com/modbus2mqtt/server.shared/tree/v0.13.11) (2024-12-30) +## [v0.13.7](https://github.com/volkmarnissen/server.shared/tree/v0.13.7) (2024-11-14) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.10...v0.13.11) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.6...v0.13.7) -## [v0.13.10](https://github.com/modbus2mqtt/server.shared/tree/v0.13.10) (2024-12-22) +## [v0.13.6](https://github.com/volkmarnissen/server.shared/tree/v0.13.6) (2024-10-22) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.9...v0.13.10) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.5...v0.13.6) -## [v0.13.9](https://github.com/modbus2mqtt/server.shared/tree/v0.13.9) (2024-12-13) +## [v0.13.5](https://github.com/volkmarnissen/server.shared/tree/v0.13.5) (2024-10-16) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.10.8...v0.13.9) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.4...v0.13.5) -## [v0.10.8](https://github.com/modbus2mqtt/server.shared/tree/v0.10.8) (2024-12-11) +## [v0.13.4](https://github.com/volkmarnissen/server.shared/tree/v0.13.4) (2024-10-14) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.8...v0.10.8) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.3...v0.13.4) -## [v0.13.8](https://github.com/modbus2mqtt/server.shared/tree/v0.13.8) (2024-12-11) +## [v0.13.3](https://github.com/volkmarnissen/server.shared/tree/v0.13.3) (2024-10-08) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.7...v0.13.8) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.1...v0.13.3) -## [v0.13.7](https://github.com/modbus2mqtt/server.shared/tree/v0.13.7) (2024-11-14) +## [v0.13.1](https://github.com/volkmarnissen/server.shared/tree/v0.13.1) (2024-09-16) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.6...v0.13.7) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.0...v0.13.1) -## [v0.13.6](https://github.com/modbus2mqtt/server.shared/tree/v0.13.6) (2024-10-22) +## [v0.13.0](https://github.com/volkmarnissen/server.shared/tree/v0.13.0) (2024-08-16) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.5...v0.13.6) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.12.0...v0.13.0) -## [v0.13.5](https://github.com/modbus2mqtt/server.shared/tree/v0.13.5) (2024-10-16) +## [v0.12.0](https://github.com/volkmarnissen/server.shared/tree/v0.12.0) (2024-08-05) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.4...v0.13.5) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.11.0...v0.12.0) -## [v0.13.4](https://github.com/modbus2mqtt/server.shared/tree/v0.13.4) (2024-10-14) +## [v0.11.0](https://github.com/volkmarnissen/server.shared/tree/v0.11.0) (2024-08-04) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.3...v0.13.4) - -## [v0.13.3](https://github.com/modbus2mqtt/server.shared/tree/v0.13.3) (2024-10-08) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.1...v0.13.3) - -## [v0.13.1](https://github.com/modbus2mqtt/server.shared/tree/v0.13.1) (2024-09-16) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.0...v0.13.1) - -## [v0.13.0](https://github.com/modbus2mqtt/server.shared/tree/v0.13.0) (2024-08-16) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.12.0...v0.13.0) - -## [v0.12.0](https://github.com/modbus2mqtt/server.shared/tree/v0.12.0) (2024-08-05) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.11.0...v0.12.0) - -## [v0.11.0](https://github.com/modbus2mqtt/server.shared/tree/v0.11.0) (2024-08-04) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/2c1cc3775e8a5139ccc3c99852a71f5d7e7046b3...v0.11.0) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/2c1cc3775e8a5139ccc3c99852a71f5d7e7046b3...v0.11.0) From 327ce757dba4b60ae7619c012eebc3c98ec1e2db Mon Sep 17 00:00:00 2001 From: volkmarnissen Date: Fri, 5 Sep 2025 13:56:12 +0200 Subject: [PATCH 3/4] Revert CHANGELOG.md to modbus2mqtt/main --- CHANGELOG.md | 89 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a185873..8fbd913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,68 +1,93 @@ # Changelog for server.shared -## [v0.13.14](https://github.com/volkmarnissen/server.shared/tree/v0.13.14) (2025-01-28) +## [v0.13.18](https://github.com/modbus2mqtt/server.shared/tree/v0.13.18) (2025-09-03) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.12...v0.13.14) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.17...v0.13.18) -## [v0.13.12](https://github.com/volkmarnissen/server.shared/tree/v0.13.12) (2024-12-31) +## [v0.13.17](https://github.com/modbus2mqtt/server.shared/tree/v0.13.17) (2025-09-03) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.11...v0.13.12) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.16...v0.13.17) -## [v0.13.11](https://github.com/volkmarnissen/server.shared/tree/v0.13.11) (2024-12-30) +## [v0.13.16](https://github.com/modbus2mqtt/server.shared/tree/v0.13.16) (2025-09-03) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.10...v0.13.11) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.15...v0.13.16) -## [v0.13.10](https://github.com/volkmarnissen/server.shared/tree/v0.13.10) (2024-12-22) +**Merged pull requests:** -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.9...v0.13.10) +- \[Feature\] Add number of processed calls to Modbus Status [\#6](https://github.com/modbus2mqtt/server.shared/pull/6) ([volkmarnissen](https://github.com/volkmarnissen)) +- \[Feature\] Add number of processed calls to Modbus Status [\#5](https://github.com/modbus2mqtt/server.shared/pull/5) ([volkmarnissen](https://github.com/volkmarnissen)) +- Add package.json github dependency again [\#4](https://github.com/modbus2mqtt/server.shared/pull/4) ([volkmarnissen](https://github.com/volkmarnissen)) +- \[bug\]Modbus Error Handling, Slave Specification Detection, TCP RTU bridge, Fixes [\#3](https://github.com/modbus2mqtt/server.shared/pull/3) ([volkmarnissen](https://github.com/volkmarnissen)) +- \[bug\]Modbus Error Handling, Slave Specification Detection, TCP RTU bridge, Fixes [\#2](https://github.com/modbus2mqtt/server.shared/pull/2) ([volkmarnissen](https://github.com/volkmarnissen)) +- Modbus Error Handling and Monitoring [\#1](https://github.com/modbus2mqtt/server.shared/pull/1) ([volkmarnissen](https://github.com/volkmarnissen)) -## [v0.13.9](https://github.com/volkmarnissen/server.shared/tree/v0.13.9) (2024-12-13) +## [v0.13.15](https://github.com/modbus2mqtt/server.shared/tree/v0.13.15) (2025-04-14) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.10.8...v0.13.9) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.14...v0.13.15) -## [v0.10.8](https://github.com/volkmarnissen/server.shared/tree/v0.10.8) (2024-12-11) +## [v0.13.14](https://github.com/modbus2mqtt/server.shared/tree/v0.13.14) (2025-01-28) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.8...v0.10.8) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.12...v0.13.14) -## [v0.13.8](https://github.com/volkmarnissen/server.shared/tree/v0.13.8) (2024-12-11) +## [v0.13.12](https://github.com/modbus2mqtt/server.shared/tree/v0.13.12) (2024-12-31) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.7...v0.13.8) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.11...v0.13.12) -## [v0.13.7](https://github.com/volkmarnissen/server.shared/tree/v0.13.7) (2024-11-14) +## [v0.13.11](https://github.com/modbus2mqtt/server.shared/tree/v0.13.11) (2024-12-30) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.6...v0.13.7) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.10...v0.13.11) -## [v0.13.6](https://github.com/volkmarnissen/server.shared/tree/v0.13.6) (2024-10-22) +## [v0.13.10](https://github.com/modbus2mqtt/server.shared/tree/v0.13.10) (2024-12-22) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.5...v0.13.6) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.9...v0.13.10) -## [v0.13.5](https://github.com/volkmarnissen/server.shared/tree/v0.13.5) (2024-10-16) +## [v0.13.9](https://github.com/modbus2mqtt/server.shared/tree/v0.13.9) (2024-12-13) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.4...v0.13.5) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.10.8...v0.13.9) -## [v0.13.4](https://github.com/volkmarnissen/server.shared/tree/v0.13.4) (2024-10-14) +## [v0.10.8](https://github.com/modbus2mqtt/server.shared/tree/v0.10.8) (2024-12-11) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.3...v0.13.4) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.8...v0.10.8) -## [v0.13.3](https://github.com/volkmarnissen/server.shared/tree/v0.13.3) (2024-10-08) +## [v0.13.8](https://github.com/modbus2mqtt/server.shared/tree/v0.13.8) (2024-12-11) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.1...v0.13.3) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.7...v0.13.8) -## [v0.13.1](https://github.com/volkmarnissen/server.shared/tree/v0.13.1) (2024-09-16) +## [v0.13.7](https://github.com/modbus2mqtt/server.shared/tree/v0.13.7) (2024-11-14) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.0...v0.13.1) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.6...v0.13.7) -## [v0.13.0](https://github.com/volkmarnissen/server.shared/tree/v0.13.0) (2024-08-16) +## [v0.13.6](https://github.com/modbus2mqtt/server.shared/tree/v0.13.6) (2024-10-22) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.12.0...v0.13.0) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.5...v0.13.6) -## [v0.12.0](https://github.com/volkmarnissen/server.shared/tree/v0.12.0) (2024-08-05) +## [v0.13.5](https://github.com/modbus2mqtt/server.shared/tree/v0.13.5) (2024-10-16) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.11.0...v0.12.0) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.4...v0.13.5) -## [v0.11.0](https://github.com/volkmarnissen/server.shared/tree/v0.11.0) (2024-08-04) +## [v0.13.4](https://github.com/modbus2mqtt/server.shared/tree/v0.13.4) (2024-10-14) -[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/2c1cc3775e8a5139ccc3c99852a71f5d7e7046b3...v0.11.0) +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.3...v0.13.4) + +## [v0.13.3](https://github.com/modbus2mqtt/server.shared/tree/v0.13.3) (2024-10-08) + +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.1...v0.13.3) + +## [v0.13.1](https://github.com/modbus2mqtt/server.shared/tree/v0.13.1) (2024-09-16) + +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.0...v0.13.1) + +## [v0.13.0](https://github.com/modbus2mqtt/server.shared/tree/v0.13.0) (2024-08-16) + +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.12.0...v0.13.0) + +## [v0.12.0](https://github.com/modbus2mqtt/server.shared/tree/v0.12.0) (2024-08-05) + +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.11.0...v0.12.0) + +## [v0.11.0](https://github.com/modbus2mqtt/server.shared/tree/v0.11.0) (2024-08-04) + +[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/2c1cc3775e8a5139ccc3c99852a71f5d7e7046b3...v0.11.0) From d150d6439bea0cdb46db6cec7ab6e3dd27b2196a Mon Sep 17 00:00:00 2001 From: volkmarnissen <25006747+volkmarnissen@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:12:48 +0000 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 89 +++++++++++++++++++--------------------------------- 1 file changed, 32 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbd913..a185873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,93 +1,68 @@ # Changelog for server.shared -## [v0.13.18](https://github.com/modbus2mqtt/server.shared/tree/v0.13.18) (2025-09-03) +## [v0.13.14](https://github.com/volkmarnissen/server.shared/tree/v0.13.14) (2025-01-28) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.17...v0.13.18) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.12...v0.13.14) -## [v0.13.17](https://github.com/modbus2mqtt/server.shared/tree/v0.13.17) (2025-09-03) +## [v0.13.12](https://github.com/volkmarnissen/server.shared/tree/v0.13.12) (2024-12-31) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.16...v0.13.17) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.11...v0.13.12) -## [v0.13.16](https://github.com/modbus2mqtt/server.shared/tree/v0.13.16) (2025-09-03) +## [v0.13.11](https://github.com/volkmarnissen/server.shared/tree/v0.13.11) (2024-12-30) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.15...v0.13.16) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.10...v0.13.11) -**Merged pull requests:** +## [v0.13.10](https://github.com/volkmarnissen/server.shared/tree/v0.13.10) (2024-12-22) -- \[Feature\] Add number of processed calls to Modbus Status [\#6](https://github.com/modbus2mqtt/server.shared/pull/6) ([volkmarnissen](https://github.com/volkmarnissen)) -- \[Feature\] Add number of processed calls to Modbus Status [\#5](https://github.com/modbus2mqtt/server.shared/pull/5) ([volkmarnissen](https://github.com/volkmarnissen)) -- Add package.json github dependency again [\#4](https://github.com/modbus2mqtt/server.shared/pull/4) ([volkmarnissen](https://github.com/volkmarnissen)) -- \[bug\]Modbus Error Handling, Slave Specification Detection, TCP RTU bridge, Fixes [\#3](https://github.com/modbus2mqtt/server.shared/pull/3) ([volkmarnissen](https://github.com/volkmarnissen)) -- \[bug\]Modbus Error Handling, Slave Specification Detection, TCP RTU bridge, Fixes [\#2](https://github.com/modbus2mqtt/server.shared/pull/2) ([volkmarnissen](https://github.com/volkmarnissen)) -- Modbus Error Handling and Monitoring [\#1](https://github.com/modbus2mqtt/server.shared/pull/1) ([volkmarnissen](https://github.com/volkmarnissen)) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.9...v0.13.10) -## [v0.13.15](https://github.com/modbus2mqtt/server.shared/tree/v0.13.15) (2025-04-14) +## [v0.13.9](https://github.com/volkmarnissen/server.shared/tree/v0.13.9) (2024-12-13) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.14...v0.13.15) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.10.8...v0.13.9) -## [v0.13.14](https://github.com/modbus2mqtt/server.shared/tree/v0.13.14) (2025-01-28) +## [v0.10.8](https://github.com/volkmarnissen/server.shared/tree/v0.10.8) (2024-12-11) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.12...v0.13.14) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.8...v0.10.8) -## [v0.13.12](https://github.com/modbus2mqtt/server.shared/tree/v0.13.12) (2024-12-31) +## [v0.13.8](https://github.com/volkmarnissen/server.shared/tree/v0.13.8) (2024-12-11) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.11...v0.13.12) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.7...v0.13.8) -## [v0.13.11](https://github.com/modbus2mqtt/server.shared/tree/v0.13.11) (2024-12-30) +## [v0.13.7](https://github.com/volkmarnissen/server.shared/tree/v0.13.7) (2024-11-14) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.10...v0.13.11) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.6...v0.13.7) -## [v0.13.10](https://github.com/modbus2mqtt/server.shared/tree/v0.13.10) (2024-12-22) +## [v0.13.6](https://github.com/volkmarnissen/server.shared/tree/v0.13.6) (2024-10-22) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.9...v0.13.10) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.5...v0.13.6) -## [v0.13.9](https://github.com/modbus2mqtt/server.shared/tree/v0.13.9) (2024-12-13) +## [v0.13.5](https://github.com/volkmarnissen/server.shared/tree/v0.13.5) (2024-10-16) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.10.8...v0.13.9) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.4...v0.13.5) -## [v0.10.8](https://github.com/modbus2mqtt/server.shared/tree/v0.10.8) (2024-12-11) +## [v0.13.4](https://github.com/volkmarnissen/server.shared/tree/v0.13.4) (2024-10-14) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.8...v0.10.8) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.3...v0.13.4) -## [v0.13.8](https://github.com/modbus2mqtt/server.shared/tree/v0.13.8) (2024-12-11) +## [v0.13.3](https://github.com/volkmarnissen/server.shared/tree/v0.13.3) (2024-10-08) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.7...v0.13.8) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.1...v0.13.3) -## [v0.13.7](https://github.com/modbus2mqtt/server.shared/tree/v0.13.7) (2024-11-14) +## [v0.13.1](https://github.com/volkmarnissen/server.shared/tree/v0.13.1) (2024-09-16) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.6...v0.13.7) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.13.0...v0.13.1) -## [v0.13.6](https://github.com/modbus2mqtt/server.shared/tree/v0.13.6) (2024-10-22) +## [v0.13.0](https://github.com/volkmarnissen/server.shared/tree/v0.13.0) (2024-08-16) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.5...v0.13.6) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.12.0...v0.13.0) -## [v0.13.5](https://github.com/modbus2mqtt/server.shared/tree/v0.13.5) (2024-10-16) +## [v0.12.0](https://github.com/volkmarnissen/server.shared/tree/v0.12.0) (2024-08-05) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.4...v0.13.5) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/v0.11.0...v0.12.0) -## [v0.13.4](https://github.com/modbus2mqtt/server.shared/tree/v0.13.4) (2024-10-14) +## [v0.11.0](https://github.com/volkmarnissen/server.shared/tree/v0.11.0) (2024-08-04) -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.3...v0.13.4) - -## [v0.13.3](https://github.com/modbus2mqtt/server.shared/tree/v0.13.3) (2024-10-08) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.1...v0.13.3) - -## [v0.13.1](https://github.com/modbus2mqtt/server.shared/tree/v0.13.1) (2024-09-16) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.13.0...v0.13.1) - -## [v0.13.0](https://github.com/modbus2mqtt/server.shared/tree/v0.13.0) (2024-08-16) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.12.0...v0.13.0) - -## [v0.12.0](https://github.com/modbus2mqtt/server.shared/tree/v0.12.0) (2024-08-05) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/v0.11.0...v0.12.0) - -## [v0.11.0](https://github.com/modbus2mqtt/server.shared/tree/v0.11.0) (2024-08-04) - -[Full Changelog](https://github.com/modbus2mqtt/server.shared/compare/2c1cc3775e8a5139ccc3c99852a71f5d7e7046b3...v0.11.0) +[Full Changelog](https://github.com/volkmarnissen/server.shared/compare/2c1cc3775e8a5139ccc3c99852a71f5d7e7046b3...v0.11.0)