diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b21368..1d70bda 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.6.1: http://github.com/michael-lazar/rtv/releases/tag/v1.6.1 .. _1.6: http://github.com/michael-lazar/rtv/releases/tag/v1.6 .. _1.5: http://github.com/michael-lazar/rtv/releases/tag/v1.5 .. _1.4.2: http://github.com/michael-lazar/rtv/releases/tag/v1.4.2 @@ -12,6 +13,22 @@ RTV Changelog .. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1 .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 +------------------- +1.6.1_ (2015-10-19) +------------------- +Bugfixes + +* Fixed authentication checking for */r/me*. +* Added force quit option with the `Q` key. +* Removed option to sort subscriptions. +* Fixed crash with pressing `i` when not logged in. +* Removed futures requirement from the python 3 distribution. + +Documentation + +* Updated screenshot in README. +* Added section to the FAQ on installation. + ----------------- 1.6_ (2015-10-14) ----------------- diff --git a/rtv.1 b/rtv.1 index 38a92f3..bd11699 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "October 15, 2015" "Version 1.6" "Usage and Commands" +.TH "RTV" "1" "October 20, 2015" "Version 1.6.1" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index 6d5e09d..bb64aa4 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1 +1 @@ -__version__ = '1.6' +__version__ = '1.6.1'