From e43147e6a3d113bd66a0335f0f642ffe29c55d44 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 28 Feb 2021 23:54:22 +0100 Subject: [PATCH] Added CHANGELOG --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..32353885 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. +Given the high speed of development in the first phase, changes are being reported only starting from v0.20.2. + +## [0.20.3] - 2021-02-28 + +### Fixed + +- Several bug fixes on the VLC plugin, including proper management of stop/end-of-stream, volume set and missing integration requirements in `requirements.txt` and `setup.py`. + +## [0.20.2] - 2021-02-27 + +### Fixed + +- More stable ZeroConf backends registration logic in case of partial or missing results. +- Improved and refactored integration tests. + +### Added + +- Support for passing context variables (${}) from YAML procedures/hooks/crons to Python procedure/hooks/crons. +- New integration test for testing procedures.