X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/c4b35c271e5a018450a1f599c70969aa6d8a0061..HEAD:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index bff8203..22a8187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 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 + +# 0.8.2 + +- Use a different Invidious instance. + +# 0.8.1 + +- Use youtube-dl's ytsearch when feeling lucky. This make search much faster. + +# 0.8.0 + +- Interactive options +- YouTube auto-play + # 0.7.0 - Fix broken direct play.