Upping version
This commit is contained in:
@@ -14,6 +14,7 @@ Thanks to the following people for their contributions to this project.
|
||||
* `Alexandre Kaskasoli <https://github.com/alx-k>`_
|
||||
* `mekhami <https://github.com/mekhami>`_
|
||||
* `obosob <https://github.com/obosob>`_
|
||||
* `Josue Ortega <https://github.com/noahfx>`_
|
||||
* `Toby Hughes <https://github.com/tobywhughes>`_
|
||||
* `Noah Morrison <https://github.com/noahmorrison>`_
|
||||
* `mardiqwop <https://github.com/mardiqwop>`_
|
||||
@@ -33,4 +34,3 @@ Thanks to the following people for their contributions to this project.
|
||||
* `Matthew Smith <https://github.com/msmith491>`_
|
||||
* `Ram-Z <https://github.com/Ram-Z>`_
|
||||
* `Wieland Hoffmann <https://github.com/mineo>`_
|
||||
* `Adam Talsma <https://github.com/a-tal>`_
|
||||
@@ -2,6 +2,7 @@
|
||||
RTV Changelog
|
||||
=============
|
||||
|
||||
.. _1.16.0: http://github.com/michael-lazar/rtv/releases/tag/v1.16.0
|
||||
.. _1.15.1: http://github.com/michael-lazar/rtv/releases/tag/v1.15.1
|
||||
.. _1.15.0: http://github.com/michael-lazar/rtv/releases/tag/v1.15.0
|
||||
.. _1.14.1: http://github.com/michael-lazar/rtv/releases/tag/v1.14.1
|
||||
@@ -26,6 +27,26 @@ 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.16.0_ (2017-06-08)
|
||||
--------------------
|
||||
|
||||
Features
|
||||
|
||||
* Added the ability to copy links to the OS clipboad with ``y`` and ``Y``.
|
||||
* Both submissions and comments can now be viewed on **/user/** pages.
|
||||
* A MIME parser has been added for www.streamable.com.
|
||||
* A MIME parser has been added for www.vidme.com.
|
||||
* Submission URLs can now be opened while viewing the comments page.
|
||||
|
||||
Bugfixes
|
||||
|
||||
* More graceful handling for the invalid LOCALE error on MacOS.
|
||||
* A fatal error is now raised when trying to run on Windows without curses.
|
||||
* Fixed an error when trying to view saved comments.
|
||||
* Invalid refresh-tokens are now automatically deleted.
|
||||
* Users who are signed up for Reddit's beta profiles can now launch RTV.
|
||||
|
||||
--------------------
|
||||
1.15.1_ (2017-04-09)
|
||||
--------------------
|
||||
|
||||
2
rtv.1
2
rtv.1
@@ -1,4 +1,4 @@
|
||||
.TH "RTV" "1" "April 10, 2017" "Version 1.15.1" "Usage and Commands"
|
||||
.TH "RTV" "1" "June 09, 2017" "Version 1.16.0" "Usage and Commands"
|
||||
.SH NAME
|
||||
RTV - Reddit Terminal Viewer
|
||||
.SH SYNOPSIS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.15.1'
|
||||
__version__ = '1.16.0'
|
||||
|
||||
Reference in New Issue
Block a user