From fc5bf33f392a1d189695ca7624e5320ec5c79ff0 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 3 Dec 2021 17:29:06 +0530 Subject: [PATCH] Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- CHANGELOG.md | 6 ++++++ nimcoon.nimble | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301fbdf..22a8187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.9.0 + +- Replace youtube-dl with yt-dlp. Though this fixes the problem with YouTube throttling download speeds, it doesn't fix the throttling during streaming since mpv and vlc are still using youtube-dl. mpv has provided an option to provide an alternative youtube-dl implementation. Waiting for VLC to implement the same. +- Shift to PeerTube's new videoId format. Support for the UUID format is dropped. +- Dropped Peerflix as a dependency. WebTorrent is faster and better. They also added support for video player arguments on my request. See https://github.com/webtorrent/webtorrent-cli/issues/141 + # 0.8.3 - Add fake user-agent diff --git a/nimcoon.nimble b/nimcoon.nimble index e29c44c..92fc529 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,8 +1,8 @@ # Package -version = "0.8.3" +version = "0.9.0" author = "Joseph Nuthalapati" -description = "A command-line YouTube player and more" +description = "A command-line player for YouTube, PeerTube and more." license = "GPL-3.0" srcDir = "src" bin = @["nimcoon"] -- 2.43.0