From: Joseph Nuthalapati Date: Thu, 4 Jun 2020 19:50:28 +0000 (+0530) Subject: 0.4.0 - Bump version and update changelog X-Git-Tag: 0.4.0 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/c9e986cae6624ca4300bddcd8fd73b6074145da7?ds=sidebyside 0.4.0 - Bump version and update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4e72c..8360931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.0 + +- Allow picking up torrent links from http urls (PeerTube provides these in download options) +- Given a PeerTube link, automatically pick the best resolution video and stream it using WebTorrent + # 0.3.2 - Reimplement streaming of YouTube playlists diff --git a/nimcoon.nimble b/nimcoon.nimble index 2748c36..29d0054 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.2" +version = "0.4.0" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0"