File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- Version 1.12.0 (Under development )
2
- ----------------------------------
1
+ Version 1.12.0 (2015-03-01 )
2
+ ---------------------------
3
3
4
4
Bug fixes:
5
5
- Made HTTP modes more strict to avoid issues with `mpv --yt-dl `.
@@ -8,7 +8,7 @@ Bug fixes:
8
8
CLI:
9
9
- Added :option: `--can-handle-url ` option, useful for scripting.
10
10
- Added :option: `--version-check ` option to force a version check.
11
- - Added a passive HTTP server mode (:option: `--player-- external-http `), patch by @danielkza. (#699)
11
+ - Added a passive HTTP server mode (:option: `--player-external-http `), patch by @danielkza. (#699)
12
12
13
13
Plugins:
14
14
- Added plugin for Disney Channel Germany, patch by @boekkooi. (#698)
Original file line number Diff line number Diff line change 46
46
sys_path .insert (0 , srcdir )
47
47
48
48
setup (name = "livestreamer" ,
49
- version = "1.11.1 " ,
49
+ version = "1.12.0 " ,
50
50
description = "Livestreamer is command-line utility that extracts streams "
51
51
"from various services and pipes them into a video player of "
52
52
"choice." ,
Original file line number Diff line number Diff line change 12
12
13
13
14
14
__title__ = "livestreamer"
15
- __version__ = "1.11.1 "
15
+ __version__ = "1.12.0 "
16
16
__license__ = "Simplified BSD"
17
17
__author__ = "Christopher Rosell"
18
18
__copyright__ = "Copyright 2011-2015 Christopher Rosell"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SetCompressor lzma
9
9
10
10
# Livestreamer program information
11
11
!define PROGRAM_NAME " Livestreamer"
12
- !define PROGRAM_VERSION " 1.11.1 "
12
+ !define PROGRAM_VERSION " 1.12.0 "
13
13
!define PROGRAM_WEB_SITE " http://livestreamer.io/"
14
14
15
15
# Python files generated with bbfreeze
You can’t perform that action at this time.
0 commit comments