Upping version
This commit is contained in:
10
AUTHORS.rst
10
AUTHORS.rst
@@ -7,7 +7,7 @@ Thanks to the following people for their contributions to this project.
|
||||
* `Michael Lazar <https://github.com/michael-lazar>`_
|
||||
* `Tobin Brown <https://github.com/Brobin>`_
|
||||
* `woorst <https://github.com/woorst>`_
|
||||
* `Théo Piboubès <https://github.com/TheoPibou>`_
|
||||
* `Théo Piboubès <https://github.com/ThePib>`_
|
||||
* `Yusuke Sakamoto <https://github.com/yskmt>`_
|
||||
* `Johnathan Jenkins <https://github.com/shaggytwodope>`_
|
||||
* `tyjak <https://github.com/tyjak>`_
|
||||
@@ -17,20 +17,20 @@ Thanks to the following people for their contributions to this project.
|
||||
* `mekhami <https://github.com/mekhami>`_
|
||||
* `Nemanja Nedeljković <https://github.com/nemanjan00>`_
|
||||
* `obosob <https://github.com/obosob>`_
|
||||
* `codesoap <https://github.com/codesoap>`_
|
||||
* `Toby Hughes <https://github.com/tobywhughes>`_
|
||||
* `Noah Morrison <https://github.com/noahmorrison>`_
|
||||
* `Mardigon Toler <https://github.com/mardiqwop>`_
|
||||
* `Mardigon Toler <https://github.com/mardigontoler>`_
|
||||
* `5225225 <https://github.com/5225225>`_
|
||||
* `Shawn Hind <https://github.com/shawnhind>`_
|
||||
* `Antoine Nguyen <https://github.com/anhtuann>`_
|
||||
* `JuanPablo <https://github.com/juanpabloaj>`_
|
||||
* `Robert Greener <https://github.com/ragreener1>`_
|
||||
* `mac1202 <https://github.com/mac1202>`_
|
||||
* `nagracks <https://github.com/nagracks>`_
|
||||
* `Gustavo Zambonin <https://github.com/zambonin>`_
|
||||
* `Lorenz Leitner <https://github.com/LoLei>`_
|
||||
* `Reshef Elisha <https://github.com/ReshefElisha>`_
|
||||
* `Ryan Reno <https://github.com/rreno>`_
|
||||
* `Sam Tebbs <https://github.com/SamTebbs33>`_
|
||||
* `Justin Partain <https://github.com/jupart>`_
|
||||
* `afloofloo <https://github.com/afloofloo>`_
|
||||
* `Caleb Perkins <https://github.com/calebperkins>`_
|
||||
* `Justin Partain <https://github.com/jupart>`_
|
||||
@@ -2,6 +2,7 @@
|
||||
RTV Changelog
|
||||
=============
|
||||
|
||||
.. _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.23.0: http://github.com/michael-lazar/rtv/releases/tag/v1.23.0
|
||||
.. _1.22.1: http://github.com/michael-lazar/rtv/releases/tag/v1.22.1
|
||||
@@ -37,6 +38,36 @@ RTV Changelog
|
||||
.. _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.25.0_ (2019-02-03)
|
||||
--------------------
|
||||
|
||||
Features
|
||||
|
||||
* You can now open HTML links that are embedded inside of comments and
|
||||
submissions by pressing the ``ENTER`` key and selecting a link from the list.
|
||||
This also works when copying links to the clipboard using ``Y``.
|
||||
* Added the ``--no-autologin`` command line argument to disable automatically
|
||||
logging in at startup.
|
||||
* Added the ``max_pager_cols`` configuration option to limit the text width
|
||||
when sending text to the system ``PAGER``.
|
||||
* Additional filtering options have been added when viewing user pages.
|
||||
* The gilded flair now displays the number of times a submission has been
|
||||
gilded.
|
||||
* Submissions/comments now display the time that they were most recently edited.
|
||||
|
||||
Bugfixes
|
||||
|
||||
* Fixed the MIME parser for gfycat, and gfycat videos are now downloaded as mp4.
|
||||
* Fixed formatting when composing posts with leading whitespace.
|
||||
* Fixed crash when attempting to display a long terminal title.
|
||||
|
||||
Documentation
|
||||
|
||||
* RTV has been moved to the Arch Community Repository and installation
|
||||
instructions for Arch have been updated accordingly.
|
||||
|
||||
|
||||
--------------------
|
||||
1.24.0_ (2018-08-12)
|
||||
--------------------
|
||||
|
||||
6
rtv.1
6
rtv.1
@@ -1,4 +1,4 @@
|
||||
.TH "RTV" "1" "August 13, 2018" "Version 1.24.0" "Usage and Commands"
|
||||
.TH "RTV" "1" "February 03, 2019" "Version 1.25.0" "Usage and Commands"
|
||||
.SH NAME
|
||||
RTV - Reddit Terminal Viewer
|
||||
.SH SYNOPSIS
|
||||
@@ -46,6 +46,10 @@ List all of the available color themes
|
||||
\fB\-\-non\-persistent\fR
|
||||
Forget the authenticated user when the program exits
|
||||
|
||||
.TP
|
||||
\fB\-\-no\-autologin\fR
|
||||
Do not authenticate automatically on startup
|
||||
|
||||
.TP
|
||||
\fB\-\-clear\-auth\fR
|
||||
Remove any saved user data before launching
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.24.0'
|
||||
__version__ = '1.25.0'
|
||||
|
||||
Reference in New Issue
Block a user