From 0a1360d8e278722443b39fec555fc26306a0e080 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Sat, 10 Apr 2021 11:41:15 +0200 Subject: [PATCH] Prepare changelo for v0.12.0 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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)