From: Joseph Nuthalapati Date: Fri, 17 Apr 2020 16:03:04 +0000 (+0530) Subject: Bump version and update changelog X-Git-Tag: 0.2.0^0 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/2a97409a93fad6c907239211eb5730e73f9b1183 Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..add099e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 0.2.0 + +- Implement pagination with shortcuts "n" and "p" to navigate between pages + +# 0.1.0 + +- Search for videos using keywords +- Stream videos and music from YouTube +- Play direct links from YouTube and PeerTube +- Stream video and music from magnet links +- Download music +- Download video diff --git a/nimcoon.nimble b/nimcoon.nimble index 7b100c7..928e110 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "0.2.0" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0"