Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/generate_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def generate_plugin():


"""
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.16.0" externallink="https://forum.domoticz.com/viewtopic.php?t=44626"> <!-- x-release-please-version -->
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.16.1" externallink="https://forum.domoticz.com/viewtopic.php?t=44626"> <!-- x-release-please-version -->
<description>
<h2>PyPluginStore</h2><br/>
This plugin manages other Domoticz Python plugins.<br/><br/>
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.16.0"
".": "2.16.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.16.1](https://github.com/adrighem/PyPluginStore/compare/v2.16.0...v2.16.1) (2026-07-09)


### Bug Fixes

* keep API payload device disabled ([11d2e0b](https://github.com/adrighem/PyPluginStore/commit/11d2e0ba2b0bbf52da3f1c4c2a7a23daea434656))
* report stale self-update git lock ([7029eed](https://github.com/adrighem/PyPluginStore/commit/7029eeddecfe8e8857f5c1bd660f45e991ed8c04)), closes [#94](https://github.com/adrighem/PyPluginStore/issues/94)
* track PyPluginStore self-update state ([f1d5a2c](https://github.com/adrighem/PyPluginStore/commit/f1d5a2c37da56efe2e179afa44bd882b38f5ed67)), closes [#94](https://github.com/adrighem/PyPluginStore/issues/94)

## [2.16.0](https://github.com/adrighem/PyPluginStore/compare/v2.15.2...v2.16.0) (2026-07-08)


Expand Down
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


"""
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.16.0" externallink="https://forum.domoticz.com/viewtopic.php?t=44626"> <!-- x-release-please-version -->
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.16.1" externallink="https://forum.domoticz.com/viewtopic.php?t=44626"> <!-- x-release-please-version -->
<description>
<h2>PyPluginStore</h2><br/>
This plugin manages other Domoticz Python plugins.<br/><br/>
Expand Down