Upping version

This commit is contained in:
Michael Lazar
2017-01-12 18:23:42 -08:00
parent 88d8001bf1
commit 6ebe789274
5 changed files with 31 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
before_install: before_install:
- pip install coveralls pytest coverage mock pylint vcrpy - pip install coveralls pytest coverage mock pylint vcrpy
install: install:

View File

@@ -11,26 +11,26 @@ Thanks to the following people for their contributions to this project.
* `Yusuke Sakamoto <https://github.com/yskmt>`_ * `Yusuke Sakamoto <https://github.com/yskmt>`_
* `Johnathan Jenkins <https://github.com/shaggytwodope>`_ * `Johnathan Jenkins <https://github.com/shaggytwodope>`_
* `tyjak <https://github.com/tyjak>`_ * `tyjak <https://github.com/tyjak>`_
* `Gustavo Zambonin <https://github.com/zambonin>`_
* `Alexandre Kaskasoli <https://github.com/alx-k>`_ * `Alexandre Kaskasoli <https://github.com/alx-k>`_
* `obosob <https://github.com/obosob>`_
* `mekhami <https://github.com/mekhami>`_ * `mekhami <https://github.com/mekhami>`_
* `obosob <https://github.com/obosob>`_
* `Toby Hughes <https://github.com/tobywhughes>`_ * `Toby Hughes <https://github.com/tobywhughes>`_
* `Noah Morrison <https://github.com/noahmorrison>`_ * `Noah Morrison <https://github.com/noahmorrison>`_
* `mardiqwop <https://github.com/mardiqwop>`_ * `mardiqwop <https://github.com/mardiqwop>`_
* `Shawn Hind <https://github.com/shawnhind>`_
* `5225225 <https://github.com/5225225>`_ * `5225225 <https://github.com/5225225>`_
* `Robert Greener <https://github.com/ragreener1>`_ * `Shawn Hind <https://github.com/shawnhind>`_
* `JuanPablo <https://github.com/juanpabloaj>`_
* `Alex Kahan <https://github.com/alexk307>`_ * `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>`_ * `Lorenz Leitner <https://github.com/LoLei>`_
* `Reshef Elisha <https://github.com/ReshefElisha>`_ * `Reshef Elisha <https://github.com/ReshefElisha>`_
* `nagracks <https://github.com/nagracks>`_ * `nagracks <https://github.com/nagracks>`_
* `afloofloo <https://github.com/afloofloo>`_ * `afloofloo <https://github.com/afloofloo>`_
* `Marc Abramowitz <https://github.com/msabramo>`_ * `Charles Saracco <https://github.com/crsaracco>`_
* `Fabio Alessandro Locati <https://github.com/Fale>`_ * `Fabio Alessandro Locati <https://github.com/Fale>`_
* `Hans Roman <https://github.com/snahor>`_ * `Hans Roman <https://github.com/snahor>`_
* `Charles Saracco <https://github.com/crsaracco>`_ * `Marc Abramowitz <https://github.com/msabramo>`_
* `Matthew Smith <https://github.com/msmith491>`_ * `Matthew Smith <https://github.com/msmith491>`_
* `Ram-Z <https://github.com/Ram-Z>`_ * `Ram-Z <https://github.com/Ram-Z>`_
* `Wieland Hoffmann <https://github.com/mineo>`_ * `Wieland Hoffmann <https://github.com/mineo>`_

View File

@@ -2,6 +2,7 @@
RTV Changelog 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.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.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 .. _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.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.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) 1.13.0_ (2016-10-17)
-------------------- --------------------

2
rtv.1
View File

@@ -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 .SH NAME
RTV - Reddit Terminal Viewer RTV - Reddit Terminal Viewer
.SH SYNOPSIS .SH SYNOPSIS

View File

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