From: Joseph Nuthalapati Date: Thu, 2 Jul 2020 04:04:24 +0000 (+0530) Subject: Bump version and update changelog X-Git-Tag: 0.5.0 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/refs/tags/0.5.0 Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- 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"