Compare commits

...

2 commits

Author SHA1 Message Date
117d3f07d9
Added docs for new procedures plugin
Some checks reported errors
continuous-integration/drone/push Build was killed
2024-09-26 01:43:08 +02:00
b44d21d31f
Updated CHANGELOG 2024-09-26 01:43:07 +02:00
3 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## [Unreleased]
- [[#344](https://git.platypush.tech/platypush/platypush/issues/344)]: removed
`marshmallow_dataclass` dependency. That package isn't included in the
package managers of any supported distros and requires to be installed via
pip. Making the Platypush' system packages depend on a pip-only package is
not a good idea. Plus, the library seems to be still in heavy development and
it has already broken compatibility with at least the `system` package.
## [1.3.0]
- [[#333](https://git.platypush.tech/platypush/platypush/issues/333)]: new file

View file

@ -99,6 +99,7 @@ Plugins
platypush/plugins/otp.rst
platypush/plugins/pihole.rst
platypush/plugins/ping.rst
platypush/plugins/procedures.rst
platypush/plugins/pushbullet.rst
platypush/plugins/pwm.pca9685.rst
platypush/plugins/qrcode.rst

View file

@ -1,6 +1,6 @@
{
"manifest": {
"package": "platypush.plugins.procedure",
"package": "platypush.plugins.procedures",
"type": "plugin",
"events": []
}