Upping version

This commit is contained in:
Michael Lazar
2018-06-24 22:36:18 -04:00
parent 84c8011334
commit 13340c294a
4 changed files with 30 additions and 6 deletions

View File

@@ -7,13 +7,14 @@ Thanks to the following people for their contributions to this project.
* `Michael Lazar <https://github.com/michael-lazar>`_ * `Michael Lazar <https://github.com/michael-lazar>`_
* `Tobin Brown <https://github.com/Brobin>`_ * `Tobin Brown <https://github.com/Brobin>`_
* `woorst <https://github.com/woorst>`_ * `woorst <https://github.com/woorst>`_
* `Théo Piboubès <https://github.com/TheoPib>`_ * `Théo Piboubès <https://github.com/TheoPibou>`_
* `Yusuke Sakamoto <https://github.com/yskmt>`_ * `Yusuke Sakamoto <https://github.com/yskmt>`_
* `Johnathan Jenkins <https://github.com/shaggytwodope>`_ * `Johnathan Jenkins <https://github.com/shaggytwodope>`_
* `tyjak <https://github.com/tyjak>`_ * `tyjak <https://github.com/tyjak>`_
* `alxk <https://github.com/sheeplepie>`_ * `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>`_
* `obosob <https://github.com/obosob>`_ * `obosob <https://github.com/obosob>`_
* `Toby Hughes <https://github.com/tobywhughes>`_ * `Toby Hughes <https://github.com/tobywhughes>`_
* `Noah Morrison <https://github.com/noahmorrison>`_ * `Noah Morrison <https://github.com/noahmorrison>`_
@@ -32,5 +33,4 @@ Thanks to the following people for their contributions to this project.
* `afloofloo <https://github.com/afloofloo>`_ * `afloofloo <https://github.com/afloofloo>`_
* `Caleb Perkins <https://github.com/calebperkins>`_ * `Caleb Perkins <https://github.com/calebperkins>`_
* `Charles Saracco <https://github.com/crsaracco>`_ * `Charles Saracco <https://github.com/crsaracco>`_
* `Corey McCandless <https://github.com/cmccandless>`_ * `Corey McCandless <https://github.com/cmccandless>`_
* `Danilo G. Baio <https://github.com/dbaio>`_

View File

@@ -2,6 +2,7 @@
RTV Changelog RTV Changelog
============= =============
.. _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 .. _1.22.1: http://github.com/michael-lazar/rtv/releases/tag/v1.22.1
.. _1.22.0: http://github.com/michael-lazar/rtv/releases/tag/v1.22.0 .. _1.22.0: http://github.com/michael-lazar/rtv/releases/tag/v1.22.0
.. _1.21.0: http://github.com/michael-lazar/rtv/releases/tag/v1.21.0 .. _1.21.0: http://github.com/michael-lazar/rtv/releases/tag/v1.21.0
@@ -35,6 +36,29 @@ 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.23.0_ (2018-06-24)
--------------------
Features
* Submissions can now be marked as *[hidden]* using the ``space`` key. Hidden
submissions will be removed from the feed when the page is reloaded.
* New MIME parsers have been added for vimeo.com and streamja.com.
* Added support for opening links with **qutebrowser**.
Bugfixes
* Fixed unhandled OAuth server log messages being dumped to stdout.
* Fixed the application crashing when performing rate-limited requests.
* Fixed crash when displaying posts that contain null byte characters.
Documentation
* Added README badge for *saythanks.io*.
* Updated the mailcap template to support *v.redd.it* links.
-------------------- --------------------
1.22.1_ (2018-03-11) 1.22.1_ (2018-03-11)
-------------------- --------------------

2
rtv.1
View File

@@ -1,4 +1,4 @@
.TH "RTV" "1" "March 11, 2018" "Version 1.22.1" "Usage and Commands" .TH "RTV" "1" "June 25, 2018" "Version 1.23.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.22.1' __version__ = '1.23.0'