upping version

This commit is contained in:
Michael Lazar
2019-06-02 21:07:28 -04:00
parent 5e6b4192d5
commit 7923890fb3
4 changed files with 24 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ Thanks to the following people for their contributions to this project.
* `Johnathan Jenkins <https://github.com/shaggytwodope>`_ * `Johnathan Jenkins <https://github.com/shaggytwodope>`_
* `tyjak <https://github.com/tyjak>`_ * `tyjak <https://github.com/tyjak>`_
* `Edridge D'Souza <https://github.com/edridgedsouza>`_ * `Edridge D'Souza <https://github.com/edridgedsouza>`_
* `alxk <https://github.com/serain>`_
* `Josue Ortega <https://github.com/noahfx>`_ * `Josue Ortega <https://github.com/noahfx>`_
* `mekhami <https://github.com/mekhami>`_ * `mekhami <https://github.com/mekhami>`_
* `Nemanja Nedeljković <https://github.com/nemanjan00>`_ * `Nemanja Nedeljković <https://github.com/nemanjan00>`_
@@ -25,11 +24,12 @@ Thanks to the following people for their contributions to this project.
* `Shawn Hind <https://github.com/shawnhind>`_ * `Shawn Hind <https://github.com/shawnhind>`_
* `Antoine Nguyen <https://github.com/anhtuann>`_ * `Antoine Nguyen <https://github.com/anhtuann>`_
* `JuanPablo <https://github.com/juanpabloaj>`_ * `JuanPablo <https://github.com/juanpabloaj>`_
* `Pablo Arias <https://github.com/pabloariasal>`_
* `Robert Greener <https://github.com/ragreener1>`_ * `Robert Greener <https://github.com/ragreener1>`_
* `mac1202 <https://github.com/mac1202>`_ * `mac1202 <https://github.com/mac1202>`_
* `nagracks <https://github.com/nagracks>`_ * `Iqbal Singh <https://github.com/nagracks>`_
* `Gustavo Zambonin <https://github.com/zambonin>`_
* `Lorenz Leitner <https://github.com/LoLei>`_ * `Lorenz Leitner <https://github.com/LoLei>`_
* `Markus Pettersson <https://github.com/MarkusPettersson98>`_
* `Reshef Elisha <https://github.com/ReshefElisha>`_ * `Reshef Elisha <https://github.com/ReshefElisha>`_
* `Ryan Reno <https://github.com/rreno>`_ * `Ryan Reno <https://github.com/rreno>`_
* `Sam Tebbs <https://github.com/SamTebbs33>`_ * `Sam Tebbs <https://github.com/SamTebbs33>`_

View File

@@ -2,6 +2,7 @@
RTV Changelog RTV Changelog
============= =============
.. _1.27.0: http://github.com/michael-lazar/rtv/releases/tag/v1.27.0
.. _1.26.0: http://github.com/michael-lazar/rtv/releases/tag/v1.26.0 .. _1.26.0: http://github.com/michael-lazar/rtv/releases/tag/v1.26.0
.. _1.25.1: http://github.com/michael-lazar/rtv/releases/tag/v1.25.1 .. _1.25.1: http://github.com/michael-lazar/rtv/releases/tag/v1.25.1
.. _1.25.0: http://github.com/michael-lazar/rtv/releases/tag/v1.25.0 .. _1.25.0: http://github.com/michael-lazar/rtv/releases/tag/v1.25.0
@@ -40,6 +41,24 @@ 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.27.0_ (2019-06-02)
--------------------
This is the final release of RTV. See here for more information:
https://github.com/michael-lazar/rtv/issues/696
Features
* Added a configuration option to toggle whether to open web browser links in a
new tab or a new window.
Documentation
* Improved the mailcap example for the ``feh`` command.
* Fixed the the descriptions for the ``j`` & ``k`` keys (they were swapped).
-------------------- --------------------
1.26.0_ (2019-03-03) 1.26.0_ (2019-03-03)
-------------------- --------------------

2
rtv.1
View File

@@ -1,4 +1,4 @@
.TH "RTV" "1" "March 04, 2019" "Version 1.26.0" "Usage and Commands" .TH "RTV" "1" "June 03, 2019" "Version 1.27.0" "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.26.0' __version__ = '1.27.0'