From 0d16983e68b8422871d9984e7029a0383473611b Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 3 Mar 2019 22:55:41 -0500 Subject: [PATCH] Upping version --- AUTHORS.rst | 28 +++++++++++++++++++++++++++- CHANGELOG.rst | 16 ++++++++-------- rtv.1 | 6 +++++- rtv/__version__.py | 2 +- 4 files changed, 41 insertions(+), 11 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index a8c1f94..1f9559a 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -33,4 +33,30 @@ Thanks to the following people for their contributions to this project. * `Reshef Elisha `_ * `Ryan Reno `_ * `Sam Tebbs `_ -* `Justin Partain `_ \ No newline at end of file +* `Justin Partain `_ +* `afloofloo `_ +* `0xflotus `_ +* `Caleb Perkins `_ +* `Charles Saracco `_ +* `Corey McCandless `_ +* `Crestwave `_ +* `Danilo G. Baio `_ +* `Donovan Glover `_ +* `Fabio Alessandro Locati `_ +* `Gabriel Le Breton `_ +* `Hans Roman `_ +* `micronn `_ +* `Ivan Klishch `_ +* `Joe MacDonald `_ +* `Marc Abramowitz `_ +* `Matt `_ +* `Matthew Smith `_ +* `Michael Kwon `_ +* `Michael Wei `_ +* `Ram-Z `_ +* `Vivek Anand `_ +* `Wieland Hoffmann `_ +* `Adam Talsma `_ +* `geheimnisse `_ +* `Alexander Terry `_ +* `peterpans01 `_ \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 28e8367..00b4329 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ 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.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 @@ -40,7 +41,7 @@ RTV Changelog .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 -------------------- -1.26.0_ (TBD) +1.26.0_ (2019-03-03) -------------------- Features @@ -50,20 +51,19 @@ Features message chains and replying to messages, marking messages as read/unread, and opening the context of a comment. * Added the ability to compose new private messages with the ``C`` key. -* Updated and enhanced the help ``?`` page. -* Opening a link from the command line is now faster at startup because the default - subreddit is no longer pre-loaded. -* Added a new ``--debug-info`` command to display system information. +* Updated the inline help ``?`` document to contain a more comprehensive list + of commands. +* Opening a link from the command line is now faster at startup because the + default subreddit will not be loaded beforehand. +* Added a new ``--debug-info`` command to display useful system information. Bugfixes * Fixed opening comments with the prompt ``/`` from the subscription window. * The subscription and multireddit ``s``/``S`` keys now work from all pages. * 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 unclosed file handler when opening the web browser. -* Useful system and issue reporting information is now included with - traceback messages. Configuration Changes diff --git a/rtv.1 b/rtv.1 index 462d17b..9b85452 100644 --- a/rtv.1 +++ b/rtv.1 @@ -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 RTV - Reddit Terminal Viewer .SH SYNOPSIS @@ -74,6 +74,10 @@ show program's version number and exit \fB\-\-no\-flash\fR Disable screen flashing +.TP +\fB\-\-debug\-info\fR +Show system and environment information and exit + .SH CONTROLS Move the cursor using the arrow keys or vim style movement. diff --git a/rtv/__version__.py b/rtv/__version__.py index 6a62d69..5d52745 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.25.1' +__version__ = '1.26.0'