From: Joseph Nuthalapati Date: Fri, 25 Dec 2020 14:55:02 +0000 (+0530) Subject: Bump version and update changelog X-Git-Tag: 0.7.0 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/c4b35c271e5a018450a1f599c70969aa6d8a0061?hp=a2d28598f44142969997ae56f6bd684c54d95e0b Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae8caf..bff8203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.7.0 + +- Fix broken direct play. +- Use Invidious instance for retrieving search results but use YouTube to get content. + # 0.6.1 - Minor bug fix diff --git a/nimcoon.nimble b/nimcoon.nimble index d5eccc0..85584eb 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.6.1" +version = "0.7.0" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0"