Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 7923890

Browse files
committed
upping version
1 parent 5e6b419 commit 7923890

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Thanks to the following people for their contributions to this project.
1212
* `Johnathan Jenkins <https://github.com/shaggytwodope>`_
1313
* `tyjak <https://github.com/tyjak>`_
1414
* `Edridge D'Souza <https://github.com/edridgedsouza>`_
15-
* `alxk <https://github.com/serain>`_
1615
* `Josue Ortega <https://github.com/noahfx>`_
1716
* `mekhami <https://github.com/mekhami>`_
1817
* `Nemanja Nedeljković <https://github.com/nemanjan00>`_
@@ -25,11 +24,12 @@ Thanks to the following people for their contributions to this project.
2524
* `Shawn Hind <https://github.com/shawnhind>`_
2625
* `Antoine Nguyen <https://github.com/anhtuann>`_
2726
* `JuanPablo <https://github.com/juanpabloaj>`_
27+
* `Pablo Arias <https://github.com/pabloariasal>`_
2828
* `Robert Greener <https://github.com/ragreener1>`_
2929
* `mac1202 <https://github.com/mac1202>`_
30-
* `nagracks <https://github.com/nagracks>`_
31-
* `Gustavo Zambonin <https://github.com/zambonin>`_
30+
* `Iqbal Singh <https://github.com/nagracks>`_
3231
* `Lorenz Leitner <https://github.com/LoLei>`_
32+
* `Markus Pettersson <https://github.com/MarkusPettersson98>`_
3333
* `Reshef Elisha <https://github.com/ReshefElisha>`_
3434
* `Ryan Reno <https://github.com/rreno>`_
3535
* `Sam Tebbs <https://github.com/SamTebbs33>`_

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
RTV Changelog
33
=============
44

5+
.. _1.27.0: http://github.com/michael-lazar/rtv/releases/tag/v1.27.0
56
.. _1.26.0: http://github.com/michael-lazar/rtv/releases/tag/v1.26.0
67
.. _1.25.1: http://github.com/michael-lazar/rtv/releases/tag/v1.25.1
78
.. _1.25.0: http://github.com/michael-lazar/rtv/releases/tag/v1.25.0
@@ -40,6 +41,24 @@ RTV Changelog
4041
.. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1
4142
.. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2
4243

44+
--------------------
45+
1.27.0_ (2019-06-02)
46+
--------------------
47+
48+
This is the final release of RTV. See here for more information:
49+
50+
https://github.com/michael-lazar/rtv/issues/696
51+
52+
Features
53+
54+
* Added a configuration option to toggle whether to open web browser links in a
55+
new tab or a new window.
56+
57+
Documentation
58+
59+
* Improved the mailcap example for the ``feh`` command.
60+
* Fixed the the descriptions for the ``j`` & ``k`` keys (they were swapped).
61+
4362
--------------------
4463
1.26.0_ (2019-03-03)
4564
--------------------

rtv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "RTV" "1" "March 04, 2019" "Version 1.26.0" "Usage and Commands"
1+
.TH "RTV" "1" "June 03, 2019" "Version 1.27.0" "Usage and Commands"
22
.SH NAME
33
RTV - Reddit Terminal Viewer
44
.SH SYNOPSIS

rtv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '1.26.0'
4+
__version__ = '1.27.0'

0 commit comments

Comments
 (0)