Upping version.
This commit is contained in:
@@ -22,13 +22,14 @@ Thanks to the following people for their contributions to this project.
|
|||||||
* `Alex Kahan <https://github.com/alexk307>`_
|
* `Alex Kahan <https://github.com/alexk307>`_
|
||||||
* `JuanPablo <https://github.com/juanpabloaj>`_
|
* `JuanPablo <https://github.com/juanpabloaj>`_
|
||||||
* `Robert Greener <https://github.com/ragreener1>`_
|
* `Robert Greener <https://github.com/ragreener1>`_
|
||||||
|
* `nagracks <https://github.com/nagracks>`_
|
||||||
* `afloofloo <https://github.com/afloofloo>`_
|
* `afloofloo <https://github.com/afloofloo>`_
|
||||||
* `Matthew Smith <https://github.com/msmith491>`_
|
|
||||||
* `Marc Abramowitz <https://github.com/msabramo>`_
|
* `Marc Abramowitz <https://github.com/msabramo>`_
|
||||||
* `Hans Roman <https://github.com/snahor>`_
|
* `Hans Roman <https://github.com/snahor>`_
|
||||||
|
* `Fabio Alessandro Locati <https://github.com/Fale>`_
|
||||||
|
* `Matthew Smith <https://github.com/msmith491>`_
|
||||||
* `Ram-Z <https://github.com/Ram-Z>`_
|
* `Ram-Z <https://github.com/Ram-Z>`_
|
||||||
* `Wieland Hoffmann <https://github.com/mineo>`_
|
* `Wieland Hoffmann <https://github.com/mineo>`_
|
||||||
* `Adam Talsma <https://github.com/a-tal>`_
|
* `Adam Talsma <https://github.com/a-tal>`_
|
||||||
* `Alexander Terry <https://github.com/mralext20>`_
|
* `Alexander Terry <https://github.com/mralext20>`_
|
||||||
* `nagracks <https://github.com/nagracks>`_
|
|
||||||
* `peterpans01 <https://github.com/peterpans01>`_
|
* `peterpans01 <https://github.com/peterpans01>`_
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
RTV Changelog
|
RTV Changelog
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
.. _1.12.0: http://github.com/michael-lazar/rtv/releases/tag/v1.12.0
|
||||||
.. _1.11.0: http://github.com/michael-lazar/rtv/releases/tag/v1.11.0
|
.. _1.11.0: http://github.com/michael-lazar/rtv/releases/tag/v1.11.0
|
||||||
.. _1.10.0: http://github.com/michael-lazar/rtv/releases/tag/v1.10.0
|
.. _1.10.0: http://github.com/michael-lazar/rtv/releases/tag/v1.10.0
|
||||||
.. _1.9.1: http://github.com/michael-lazar/rtv/releases/tag/v1.9.1
|
.. _1.9.1: http://github.com/michael-lazar/rtv/releases/tag/v1.9.1
|
||||||
@@ -20,6 +21,29 @@ RTV Changelog
|
|||||||
.. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1
|
.. _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.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2
|
||||||
|
|
||||||
|
--------------------
|
||||||
|
1.12.0_ (2016-08-25)
|
||||||
|
--------------------
|
||||||
|
Features
|
||||||
|
|
||||||
|
* Added a help banner with common key bindings.
|
||||||
|
* Added `gg` and `G` bindings to jump to the top and bottom the the page.
|
||||||
|
* Updated help screen now opens with the system PAGER.
|
||||||
|
* The `/` prompt now works from inside of submissions.
|
||||||
|
* Added an Instagram parser to extract images and videos from urls.
|
||||||
|
|
||||||
|
Bugixes
|
||||||
|
|
||||||
|
* Shortened reddit links (https://redd.it/) will now work with ``-s``.
|
||||||
|
|
||||||
|
Codebase
|
||||||
|
|
||||||
|
* Removed the Tornado dependency from the project.
|
||||||
|
* Added a requirements.txt file.
|
||||||
|
* Fixed a bunch of tests where cassettes were not being generated.
|
||||||
|
* Added compatability for pytest-xdist.
|
||||||
|
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
1.11.0_ (2016-08-02)
|
1.11.0_ (2016-08-02)
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
2
rtv.1
2
rtv.1
@@ -1,4 +1,4 @@
|
|||||||
.TH "RTV" "1" "August 03, 2016" "Version 1.11.0" "Usage and Commands"
|
.TH "RTV" "1" "August 25, 2016" "Version 1.12.0" "Usage and Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
RTV - Reddit Terminal Viewer
|
RTV - Reddit Terminal Viewer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '1.11.0'
|
__version__ = '1.12.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user