Upping version

This commit is contained in:
Michael Lazar
2019-03-03 22:55:41 -05:00
parent b3fe28d446
commit 0d16983e68
4 changed files with 41 additions and 11 deletions

View File

@@ -33,4 +33,30 @@ Thanks to the following people for their contributions to this project.
* `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>`_
* `Justin Partain <https://github.com/jupart>`_ * `Justin Partain <https://github.com/jupart>`_
* `afloofloo <https://github.com/afloofloo>`_
* `0xflotus <https://github.com/0xflotus>`_
* `Caleb Perkins <https://github.com/calebperkins>`_
* `Charles Saracco <https://github.com/crsaracco>`_
* `Corey McCandless <https://github.com/cmccandless>`_
* `Crestwave <https://github.com/Crestwave>`_
* `Danilo G. Baio <https://github.com/dbaio>`_
* `Donovan Glover <https://github.com/GloverDonovan>`_
* `Fabio Alessandro Locati <https://github.com/Fale>`_
* `Gabriel Le Breton <https://github.com/GabLeRoux>`_
* `Hans Roman <https://github.com/snahor>`_
* `micronn <https://github.com/micronn>`_
* `Ivan Klishch <https://github.com/klivan>`_
* `Joe MacDonald <https://github.com/joeythesaint>`_
* `Marc Abramowitz <https://github.com/msabramo>`_
* `Matt <https://github.com/mehandes>`_
* `Matthew Smith <https://github.com/msmith491>`_
* `Michael Kwon <https://github.com/mskwon>`_
* `Michael Wei <https://github.com/no2chem>`_
* `Ram-Z <https://github.com/Ram-Z>`_
* `Vivek Anand <https://github.com/vivekanand1101>`_
* `Wieland Hoffmann <https://github.com/mineo>`_
* `Adam Talsma <https://github.com/a-tal>`_
* `geheimnisse <https://github.com/geheimnisse>`_
* `Alexander Terry <https://github.com/mralext20>`_
* `peterpans01 <https://github.com/peterpans01>`_

View File

@@ -2,6 +2,7 @@
RTV Changelog RTV Changelog
============= =============
.. _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
.. _1.24.0: http://github.com/michael-lazar/rtv/releases/tag/v1.24.0 .. _1.24.0: http://github.com/michael-lazar/rtv/releases/tag/v1.24.0
@@ -40,7 +41,7 @@ RTV Changelog
.. _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.26.0_ (TBD) 1.26.0_ (2019-03-03)
-------------------- --------------------
Features Features
@@ -50,20 +51,19 @@ Features
message chains and replying to messages, marking messages as read/unread, and message chains and replying to messages, marking messages as read/unread, and
opening the context of a comment. opening the context of a comment.
* Added the ability to compose new private messages with the ``C`` key. * Added the ability to compose new private messages with the ``C`` key.
* Updated and enhanced the help ``?`` page. * Updated the inline help ``?`` document to contain a more comprehensive list
* Opening a link from the command line is now faster at startup because the default of commands.
subreddit is no longer pre-loaded. * Opening a link from the command line is now faster at startup because the
* Added a new ``--debug-info`` command to display system information. default subreddit will not be loaded beforehand.
* Added a new ``--debug-info`` command to display useful system information.
Bugfixes Bugfixes
* Fixed opening comments with the prompt ``/`` from the subscription window. * Fixed opening comments with the prompt ``/`` from the subscription window.
* The subscription and multireddit ``s``/``S`` keys now work from all pages. * The subscription and multireddit ``s``/``S`` keys now work from all pages.
* Relative time strings are now correctly pluralized. * Relative time strings are now correctly pluralized.
* Fixed an unclosed file handler when opening the web browser.
* Fixed the application not starting if the user has an empty front page. * Fixed the application not starting if the user has an empty front page.
* Fixed unclosed file handler when opening the web browser.
* Useful system and issue reporting information is now included with
traceback messages.
Configuration Changes Configuration Changes

6
rtv.1
View File

@@ -1,4 +1,4 @@
.TH "RTV" "1" "February 13, 2019" "Version 1.25.1" "Usage and Commands" .TH "RTV" "1" "March 04, 2019" "Version 1.26.0" "Usage and Commands"
.SH NAME .SH NAME
RTV - Reddit Terminal Viewer RTV - Reddit Terminal Viewer
.SH SYNOPSIS .SH SYNOPSIS
@@ -74,6 +74,10 @@ show program's version number and exit
\fB\-\-no\-flash\fR \fB\-\-no\-flash\fR
Disable screen flashing Disable screen flashing
.TP
\fB\-\-debug\-info\fR
Show system and environment information and exit
.SH CONTROLS .SH CONTROLS
Move the cursor using the arrow keys or vim style movement. Move the cursor using the arrow keys or vim style movement.

View File

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