Upping version
This commit is contained in:
@@ -4,6 +4,7 @@ python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
before_install:
|
||||
- pip install coveralls pytest coverage mock pylint vcrpy
|
||||
install:
|
||||
|
||||
14
AUTHORS.rst
14
AUTHORS.rst
@@ -11,26 +11,26 @@ Thanks to the following people for their contributions to this project.
|
||||
* `Yusuke Sakamoto <https://github.com/yskmt>`_
|
||||
* `Johnathan Jenkins <https://github.com/shaggytwodope>`_
|
||||
* `tyjak <https://github.com/tyjak>`_
|
||||
* `Gustavo Zambonin <https://github.com/zambonin>`_
|
||||
* `Alexandre Kaskasoli <https://github.com/alx-k>`_
|
||||
* `obosob <https://github.com/obosob>`_
|
||||
* `mekhami <https://github.com/mekhami>`_
|
||||
* `obosob <https://github.com/obosob>`_
|
||||
* `Toby Hughes <https://github.com/tobywhughes>`_
|
||||
* `Noah Morrison <https://github.com/noahmorrison>`_
|
||||
* `mardiqwop <https://github.com/mardiqwop>`_
|
||||
* `Shawn Hind <https://github.com/shawnhind>`_
|
||||
* `5225225 <https://github.com/5225225>`_
|
||||
* `Robert Greener <https://github.com/ragreener1>`_
|
||||
* `JuanPablo <https://github.com/juanpabloaj>`_
|
||||
* `Shawn Hind <https://github.com/shawnhind>`_
|
||||
* `Alex Kahan <https://github.com/alexk307>`_
|
||||
* `JuanPablo <https://github.com/juanpabloaj>`_
|
||||
* `Robert Greener <https://github.com/ragreener1>`_
|
||||
* `Gustavo Zambonin <https://github.com/zambonin>`_
|
||||
* `Lorenz Leitner <https://github.com/LoLei>`_
|
||||
* `Reshef Elisha <https://github.com/ReshefElisha>`_
|
||||
* `nagracks <https://github.com/nagracks>`_
|
||||
* `afloofloo <https://github.com/afloofloo>`_
|
||||
* `Marc Abramowitz <https://github.com/msabramo>`_
|
||||
* `Charles Saracco <https://github.com/crsaracco>`_
|
||||
* `Fabio Alessandro Locati <https://github.com/Fale>`_
|
||||
* `Hans Roman <https://github.com/snahor>`_
|
||||
* `Charles Saracco <https://github.com/crsaracco>`_
|
||||
* `Marc Abramowitz <https://github.com/msabramo>`_
|
||||
* `Matthew Smith <https://github.com/msmith491>`_
|
||||
* `Ram-Z <https://github.com/Ram-Z>`_
|
||||
* `Wieland Hoffmann <https://github.com/mineo>`_
|
||||
@@ -2,6 +2,7 @@
|
||||
RTV Changelog
|
||||
=============
|
||||
|
||||
.. _1.14.0: http://github.com/michael-lazar/rtv/releases/tag/v1.14.0
|
||||
.. _1.13.0: http://github.com/michael-lazar/rtv/releases/tag/v1.13.0
|
||||
.. _1.12.1: http://github.com/michael-lazar/rtv/releases/tag/v1.12.1
|
||||
.. _1.12.0: http://github.com/michael-lazar/rtv/releases/tag/v1.12.0
|
||||
@@ -23,6 +24,26 @@ 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.14.0_ (2017-01-12)
|
||||
--------------------
|
||||
Features
|
||||
|
||||
* The order-by option menu now triggers after a single '2' or '5' keystroke
|
||||
instead of needing to double press.
|
||||
|
||||
Bugfixes
|
||||
|
||||
* Mailcap now handles multi-part shell commands correctly, e.g. "emacs -nw"
|
||||
* OS X no longer relies on $DISPLAY to check if there is a display available.
|
||||
* Added error handling for terminals that don't support hiding the cursor.
|
||||
* Fixed a bug on tmux that prevented scrolling when $TERM was set to
|
||||
"xterm-256color" instead of screen.
|
||||
|
||||
Documentation
|
||||
|
||||
* Added section to FAQ about garbled characters output by curses.
|
||||
|
||||
--------------------
|
||||
1.13.0_ (2016-10-17)
|
||||
--------------------
|
||||
|
||||
2
rtv.1
2
rtv.1
@@ -1,4 +1,4 @@
|
||||
.TH "RTV" "1" "October 18, 2016" "Version 1.13.0" "Usage and Commands"
|
||||
.TH "RTV" "1" "January 13, 2017" "Version 1.13.1" "Usage and Commands"
|
||||
.SH NAME
|
||||
RTV - Reddit Terminal Viewer
|
||||
.SH SYNOPSIS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.13.0'
|
||||
__version__ = '1.13.1'
|
||||
|
||||
Reference in New Issue
Block a user