From 76965ae0688a23c9456039d9474d6ae867dbe71b Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 2 Jul 2020 09:34:24 +0530 Subject: [PATCH] Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- CHANGELOG.md | 11 +++++++++++ nimcoon.nimble | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8360931..23cd0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.5.0 + +- Use Invidio.us to retrieve search results +- Support http in addition to https +- README: Add section on Motivation +- README: Add comprehensive feature list +- Update README with a progress report on features +- Use aria2c download manager if available +- VLC is better than CVLC +- Minor formatting changes + # 0.4.0 - Allow picking up torrent links from http urls (PeerTube provides these in download options) diff --git a/nimcoon.nimble b/nimcoon.nimble index 29d0054..7626fc4 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.0" +version = "0.5.0" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0" -- 2.43.0