From 3cd9b2db46fa513229b4616dade5533b63060123 Mon Sep 17 00:00:00 2001 From: John Helmert Date: Sun, 9 Jun 2019 21:38:50 -0500 Subject: [PATCH] Version bump --- CHANGELOG.rst | 24 +++++++++++++++++++++++- tuir.1 | 2 +- tuir/__version__.py | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf36d18..4b473e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,8 @@ ============= -RTV Changelog +RTV/TUIR Changelog ============= +.. _1.28.0: https://gitlab.com/ajak/tuir/tree/v1.28.0 .. _1.27.0: http://github.com/michael-lazar/rtv/releases/tag/v1.27.0 .. _1.26.0: http://github.com/michael-lazar/rtv/releases/tag/v1.26.0 .. _1.25.1: http://github.com/michael-lazar/rtv/releases/tag/v1.25.1 @@ -41,6 +42,27 @@ 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.28.0_ (2019-06-09 +-------------------- + +This is the first release of TUIR. Several changes come that don't fit into +a neat changelog category here: + +* Name change: 'Reddit Terminal Viewer' to 'Terminal UI for Reddit' +* Fork is on Gitlab, so travis-ci configuration is partially converted to + gitlab-ci + +Features + +* Added a configuration option to allow the user to decide what program + clipboard data is piped into. Default on Darwin stays the same and default + on everything else is `xclip -selection clipboard` + +Bugfixes + +* Fix a crash when jumping to the bottom of a submission with no comments + -------------------- 1.27.0_ (2019-06-02) -------------------- diff --git a/tuir.1 b/tuir.1 index de0e5d2..e592833 100644 --- a/tuir.1 +++ b/tuir.1 @@ -1,4 +1,4 @@ -.TH "TUIR" "1" "June 10, 2019" "Version 1.27.0" "Usage and Commands" +.TH "TUIR" "1" "June 10, 2019" "Version 1.28.0" "Usage and Commands" .SH NAME TUIR - Terminal UI for Reddit .SH SYNOPSIS diff --git a/tuir/__version__.py b/tuir/__version__.py index e415f7b..57e4ebd 100644 --- a/tuir/__version__.py +++ b/tuir/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.27.0' +__version__ = '1.28.0'