diff --git a/.github/scripts/generate_plugin.py b/.github/scripts/generate_plugin.py index 2951be7..d174650 100644 --- a/.github/scripts/generate_plugin.py +++ b/.github/scripts/generate_plugin.py @@ -14,7 +14,7 @@ def generate_plugin(): """ - +

PyPluginStore


This plugin manages other Domoticz Python plugins.

diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 559e086..b9c017b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.1" + ".": "2.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e112fe3..0acae04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.14.0](https://github.com/adrighem/PyPluginStore/compare/v2.13.1...v2.14.0) (2026-06-29) + + +### Features + +* add Luxtronik Windows platform ([1814323](https://github.com/adrighem/PyPluginStore/commit/1814323c08066aafacaed7574a288fb7c5ff930c)), closes [#66](https://github.com/adrighem/PyPluginStore/issues/66) + + +### Bug Fixes + +* harden self-update preflight ([28c7f43](https://github.com/adrighem/PyPluginStore/commit/28c7f4343ea4d3a4266f18e72107cf0c28b0cf8d)), closes [#65](https://github.com/adrighem/PyPluginStore/issues/65) +* recover from Git ownership mismatch ([e0de2a6](https://github.com/adrighem/PyPluginStore/commit/e0de2a6475c26ad8bcb905489beba9b9498d3bce)), closes [#69](https://github.com/adrighem/PyPluginStore/issues/69) + ## [2.13.1](https://github.com/adrighem/PyPluginStore/compare/v2.13.0...v2.13.1) (2026-06-29) diff --git a/plugin.py b/plugin.py index 4181d3a..277faf4 100644 --- a/plugin.py +++ b/plugin.py @@ -7,7 +7,7 @@ """ - +

PyPluginStore


This plugin manages other Domoticz Python plugins.