Upping version.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
RTV Changelog
|
RTV Changelog
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
.. _1.12.1: http://github.com/michael-lazar/rtv/releases/tag/v1.12.1
|
||||||
.. _1.12.0: http://github.com/michael-lazar/rtv/releases/tag/v1.12.0
|
.. _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
|
||||||
@@ -21,6 +22,15 @@ 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.1_ (2016-09-27)
|
||||||
|
--------------------
|
||||||
|
Bugfixes
|
||||||
|
|
||||||
|
* Fixed security vulnerability where malicious URLs could inject python code.
|
||||||
|
* No longer hands when using mpv on long videos.
|
||||||
|
* Now falls back to ascii mode when the system locale is not utf-8.
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
1.12.0_ (2016-08-25)
|
1.12.0_ (2016-08-25)
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
2
rtv.1
2
rtv.1
@@ -1,4 +1,4 @@
|
|||||||
.TH "RTV" "1" "August 25, 2016" "Version 1.12.0" "Usage and Commands"
|
.TH "RTV" "1" "September 27, 2016" "Version 1.12.1" "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.12.0'
|
__version__ = '1.12.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user