diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d1a339..2e02111f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.20.1](https://github.com/ffplayout/ffplayout/releases/tag/v0.20.1) (2023-12-03) + +### ffplayout + +- add silence detection for validation [ea83160](https://github.com/ffplayout/ffplayout/commit/ea83160ba63bb8723de1f004f6449b37a1ea2593) +- loop separate audio when is to short [94e02ac](https://github.com/ffplayout/ffplayout/commit/94e02ac3678c0f8cdec97002f30e08beb45e748b) +- add probe object in validation thread, to hopefully reduce latency and reduce unneeded file access [0330ad6](https://github.com/ffplayout/ffplayout/commit/0330ad61681a4cb576d4a46365c8cdffdfc96379) + +### ffpapi + +- update actix-web-grants to v4 [f1e87975](https://github.com/ffplayout/ffplayout/commit/f1e8797528e649aac6de85d897b7c03b8007a2b3) + +### frontend + +- call system status only when app is not hidden [3f22297](https://github.com/ffplayout/ffplayout/commit/3f222975c16580deeeedaa2e0721e4a312e7c8fb) +- select, edit and delete user [f86a6c3](https://github.com/ffplayout/ffplayout/commit/f86a6c3f1dfb8ec5f3c8e74714b8eecda2b443c3) +- global middleware [c60d60d](https://github.com/ffplayout/ffplayout/commit/c60d60d9b3f74095034760f22876aed877e0464f) + ## [0.20.0](https://github.com/ffplayout/ffplayout/releases/tag/v0.20.0) (2023-11-16) ### ffplayout diff --git a/README.md b/README.md index 4d2563b1..f1633b4f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Check the [releases](https://github.com/ffplayout/ffplayout/releases/latest) for - audio only, for radio mode (experimental *) - [Piggyback Mode](/ffplayout-api/README.md#piggyback-mode), mostly for non Linux systems (experimental *) - generate playlist based on [template](/docs/playlist_gen.md) (experimental *) +- During playlist import, all video clips are validated and, if desired, checked to ensure that the audio track is not completely muted. For preview stream, read: [/docs/preview_stream.md](/docs/preview_stream.md)