From 74a2958ff4f34eb4b8ea601502d3d88d56e1c38e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 18 Aug 2024 15:21:34 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe6c0a28a..58a36246ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased] + +- [[#422](https://git.platypush.tech/platypush/platypush/issues/422)]: adapted + media plugins to support streaming from the yt-dlp process. This allows + videos to have merged audio+video even if they had separate tracks upstream. + +- [`media.*`] Many improvements on the media UI. + +- [`zigbee.mqtt`] Removed synchronous logic from `zigbee.mqtt.device_set`. It + was prone to timeouts as well as pointless - the updated device state will + anyway be received as an event. + ## [1.2.2] - Fixed regression on older version of Python that don't fully support