From 94b74ec6fb132b08d47cdf7ee0cdeec1f81f9edf Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 9 Jun 2017 00:03:43 -0400 Subject: [PATCH] Upping version --- AUTHORS.rst | 4 ++-- CHANGELOG.rst | 21 +++++++++++++++++++++ rtv.1 | 2 +- rtv/__version__.py | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 3f2fe31..ebc8c6f 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -14,6 +14,7 @@ Thanks to the following people for their contributions to this project. * `Alexandre Kaskasoli `_ * `mekhami `_ * `obosob `_ +* `Josue Ortega `_ * `Toby Hughes `_ * `Noah Morrison `_ * `mardiqwop `_ @@ -32,5 +33,4 @@ Thanks to the following people for their contributions to this project. * `Marc Abramowitz `_ * `Matthew Smith `_ * `Ram-Z `_ -* `Wieland Hoffmann `_ -* `Adam Talsma `_ \ No newline at end of file +* `Wieland Hoffmann `_ \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1fe0402..61f4f0f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) -------------------- diff --git a/rtv.1 b/rtv.1 index 6e4c640..e443fdb 100644 --- a/rtv.1 +++ b/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 diff --git a/rtv/__version__.py b/rtv/__version__.py index 5434e65..d5084d7 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.15.1' +__version__ = '1.16.0'