diff --git a/CHANGELOG.md b/CHANGELOG.md index b507c12..6addf5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # Changelog +## v0.12.0 + +### Features + - Add `--heartbeat` option to send request to youtube API, avoiding youtube to disabling you API account if you do not upload video often (Thanks @Zykino see #54) + - Rework and improve genconfig process to avoid erasing existing configuration and deploy a `prismedia-init` script when installing prismedia (see #55) + - Update multiple dependencies used for prismedia as they were very old. + - Add auto search for thumbnail in `.png` in addition to `.jpg` and `.jepg`. + +### Fixes + - Add pagination for youtube playlist to search for all user playlists (Thanks @Zykino) + - Remove file format check for both videos and thumbnail as Youtube and Peertube now accepts more than .mp4 and .jpg (see #60) + ## v0.11.0 -## Features +### Features - Add the configuration of Original date of Record for Youtube and Peertube (see #50) - Add a progress bar when uploading on Peertube (Thanks @Zykino, see #52)