From c9e986cae6624ca4300bddcd8fd73b6074145da7 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 5 Jun 2020 01:20:28 +0530 Subject: [PATCH] 0.4.0 - Bump version and update changelog --- CHANGELOG.md | 5 +++++ nimcoon.nimble | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- 2.43.0