Upping version.

This commit is contained in:
Michael Lazar
2016-04-05 23:30:09 -07:00
parent 601ed9160f
commit fc8d70f06d
4 changed files with 22 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
RTV Changelog RTV Changelog
============= =============
.. _1.9.0: http://github.com/michael-lazar/rtv/releases/tag/v1.9.0
.. _1.8.1: http://github.com/michael-lazar/rtv/releases/tag/v1.8.1 .. _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.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.7.0: http://github.com/michael-lazar/rtv/releases/tag/v1.7.0
@@ -16,6 +17,18 @@ RTV Changelog
.. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1 .. _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.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2
-------------------
1.9.0_ (2016-04-05)
-------------------
Features
* You can now open long posts/comments with the $PAGER by pressing `l`.
* Changed a couple of visual separators.
Documentation
* Added testing instructions to the FAQ.
------------------- -------------------
1.8.1_ (2016-03-01) 1.8.1_ (2016-03-01)
------------------- -------------------

13
rtv.1
View File

@@ -1,4 +1,4 @@
.TH "RTV" "1" "March 02, 2016" "Version 1.8.1" "Usage and Commands" .TH "RTV" "1" "April 06, 2016" "Version 1.9.0" "Usage and Commands"
.SH NAME .SH NAME
RTV - Reddit Terminal Viewer RTV - Reddit Terminal Viewer
.SH SYNOPSIS .SH SYNOPSIS
@@ -66,13 +66,14 @@ for future sessions. You can disable this behavior by setting the option
.SH ENVIRONMENT .SH ENVIRONMENT
.TP .TP
.BR RTV_EDITOR .BR RTV_EDITOR
Specifies which text editor RTV will attempt to use when editing comments and Text editor to use when editing comments and submissions. Will fallback to
posts. RTV will fallback to \fI$EDITOR\fR if the editor is unspecified. \fI$EDITOR\fR.
.TP .TP
.BR BROWSER .BR BROWSER
Specifies which webbrowser RTV will attempt to use when opening links. Web browser to use when opening links.
This can be set to a terminal browser (w3m, lynx, elinks, etc.) for a true .TP
terminal experience. RTV will fallback to the system's default browser. .BR PAGER
Pager to use when expanding individual comments and submissions.
.SH AUTHOR .SH AUTHOR
Michael Lazar <lazar.michael22@gmail.com> (2016). Michael Lazar <lazar.michael22@gmail.com> (2016).
.SH BUGS .SH BUGS

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '1.8.1' __version__ = '1.9.0'

View File

@@ -30,6 +30,7 @@ Text editor to use when editing comments and submissions. Will fallback to
.TP .TP
.BR BROWSER .BR BROWSER
Web browser to use when opening links. Web browser to use when opening links.
.TP
.BR PAGER .BR PAGER
Pager to use when expanding individual comments and submissions. Pager to use when expanding individual comments and submissions.
.SH AUTHOR .SH AUTHOR