From 201ef8e6df7ae82697bad594005fece20e56ebe0 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 1 Mar 2016 16:50:34 -0800 Subject: [PATCH] Upping version. --- CHANGELOG.rst | 24 +++++++++++++++++++++--- rtv.1 | 12 ++++++------ rtv/__version__.py | 2 +- scripts/rtv.1.template | 10 +++++----- 4 files changed, 33 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9e923c..43a1133 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.8.1: http://github.com/michael-lazar/rtv/releases/tag/v1.8.1 .. _1.8.0: http://github.com/michael-lazar/rtv/releases/tag/v1.8.0 .. _1.7.0: http://github.com/michael-lazar/rtv/releases/tag/v1.7.0 .. _1.6.1: http://github.com/michael-lazar/rtv/releases/tag/v1.6.1 @@ -15,10 +16,27 @@ 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.8.1_ (2016-03-01) +------------------- +Features ------------------- -1.8.0_ (2015-12-20 ------------------- +* All keys are now rebindable through the config. +* New bindings - ctrl-d and ctrl-u for page up / page down. +* Added tag for stickied posts and comments. +* Added bullet between timestamp and comment count. + +Bugfixes + +* Links starting with np.reddit.com no longer return `Forbidden`. + +Documentation + +* Updated README. + +------------------- +1.8.0_ (2015-12-20) +------------------- Features * A banner on the top of the page now displays the selected page sort order. diff --git a/rtv.1 b/rtv.1 index babc818..40581b5 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "December 20, 2015" "Version 1.8.0" "Usage and Commands" +.TH "RTV" "1" "March 02, 2016" "Version 1.8.1" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS @@ -49,8 +49,10 @@ Copy the default configuration to {HOME}/.config/rtv/rtv.cfg .SH CONTROLS -Navigate between posts by using the arrow keys or vim-style `hjkl` movement. -You can view the full list of commands by pressing the \fB?\fR key inside of the program. +Move the cursor using either the arrow keys or Vim-style movement. +- Press \fBup\fR and \fBdown\fR to scroll through submissions. +- Press \fBright\fR to view the selected submission and \fBleft\fR to return. +- Press \fB?\fR to open the help screen. .SH FILES .TP .BR $XDG_CONFIG_HOME/rtv/rtv.cfg @@ -72,10 +74,8 @@ Specifies which webbrowser RTV will attempt to use when opening links. This can be set to a terminal browser (w3m, lynx, elinks, etc.) for a true terminal experience. RTV will fallback to the system's default browser. .SH AUTHOR -Man page written by Johnathan "ShaggyTwoDope" Jenkins (2015). +Michael Lazar (2016). .SH BUGS Report bugs to \fIhttps://github.com/michael-lazar/rtv/issues\fR .SH LICENSE The MIT License (MIT) -.PP -(c) 2015 Michael Lazar \ No newline at end of file diff --git a/rtv/__version__.py b/rtv/__version__.py index 5bafdc1..cea907d 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.8.0' +__version__ = '1.8.1' diff --git a/scripts/rtv.1.template b/scripts/rtv.1.template index d815ef0..a1ccbd9 100644 --- a/scripts/rtv.1.template +++ b/scripts/rtv.1.template @@ -8,8 +8,10 @@ RTV - Reddit Terminal Viewer .SH OPTIONS {options} .SH CONTROLS -Navigate between posts by using the arrow keys or vim-style `hjkl` movement. -You can view the full list of commands by pressing the \fB?\fR key inside of the program. +Move the cursor using either the arrow keys or Vim-style movement. +- Press \fBup\fR and \fBdown\fR to scroll through submissions. +- Press \fBright\fR to view the selected submission and \fBleft\fR to return. +- Press \fB?\fR to open the help screen. .SH FILES .TP .BR $XDG_CONFIG_HOME/rtv/rtv.cfg @@ -31,10 +33,8 @@ Specifies which webbrowser RTV will attempt to use when opening links. This can be set to a terminal browser (w3m, lynx, elinks, etc.) for a true terminal experience. RTV will fallback to the system's default browser. .SH AUTHOR -Man page written by Johnathan "ShaggyTwoDope" Jenkins (2015). +Michael Lazar (2016). .SH BUGS Report bugs to \fIhttps://github.com/michael-lazar/rtv/issues\fR .SH LICENSE {license} -.PP -{copyright} \ No newline at end of file