From e7e133d73b08ae2f6edab77c2d9a1fb90777218d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 1 Aug 2015 21:14:06 -0700 Subject: [PATCH] Upping version. --- CHANGELOG.rst | 14 +++++++++++++- rtv/__version__.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ea800e..7164f19 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.4.2: http://github.com/michael-lazar/rtv/releases/tag/v1.4.2 .. _1.4.1: http://github.com/michael-lazar/rtv/releases/tag/v1.4.1 .. _1.4: http://github.com/michael-lazar/rtv/releases/tag/v1.4 .. _1.3: http://github.com/michael-lazar/rtv/releases/tag/v1.3 @@ -9,13 +10,24 @@ 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.4.2_ (2015-08-01) +------------------- +Features + +* Pressing the `o` key now opens selfposts directly inside of rtv. + +Bugfixes + +* Fixed invalid subreddits from throwing unexpected errors. + ------------------- 1.4.1_ (2015-07-11) ------------------- Features * Added the ability to check for unread messages with the `i` key. -* Upped required PRAW version to 3 +* Upped required PRAW version to 3. Bugfixes diff --git a/rtv/__version__.py b/rtv/__version__.py index 8e3c933..98d186b 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1 +1 @@ -__version__ = '1.4.1' +__version__ = '1.4.2'