]> njoseph.me Git - nimcoon.git/commitdiff
Bump version and update changelog 0.9.0
authorJoseph Nuthalapati <njoseph@riseup.net>
Fri, 3 Dec 2021 11:59:06 +0000 (17:29 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Fri, 3 Dec 2021 11:59:44 +0000 (17:29 +0530)
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
CHANGELOG.md
nimcoon.nimble

index 301fbdfa17251fa769cb95570c2b3e3ddf73764f..22a8187c53cfbc1da90733ed13d0e87ac0a80a29 100644 (file)
@@ -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
index e29c44c23e289c345b57b0ef7d0d2ad1ceb15ab1..92fc5295d3df7a6a12f6dcb6d65cd89c7a5f67b0 100644 (file)
@@ -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"]