Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lazar committed Jun 9, 2017
1 parent 517fbb5 commit 94b74ec
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_
Expand All @@ -32,5 +33,4 @@ Thanks to the following people for their contributions to this project.
* `Marc Abramowitz <https://github.com/msabramo>`_
* `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>`_
* `Wieland Hoffmann <https://github.com/mineo>`_
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion rtv.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rtv/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '1.15.1'
__version__ = '1.16.0'

0 comments on commit 94b74ec

Please sign in to comment.