File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- Version 1.11 (Under development)
2
- ----------------------------------
1
+ Version 1.11 (2014-12-10)
2
+ -------------------------
3
+
4
+ Bugfixes:
5
+ - cli: Only apply the backslash magic on player paths on Windows.
3
6
4
7
CLI:
5
8
- Added :option: `--http-cookie ` option.
8
11
- Deprecated the :option: `--http-cookies ` option.
9
12
- Deprecated the :option: `--http-headers ` option.
10
13
- Deprecated the :option: `--http-query-params ` option.
11
- - Only apply the backslash magic on player paths on Windows.
12
14
- Changed the continuous HTTP mode to always fetch streams.
13
15
Should fix segmented streams repeating at the end for most
14
16
services.
@@ -659,4 +661,3 @@ General:
659
661
- Added unit tests, still fairly small coverage though.
660
662
- Added travis-ci integration.
661
663
- Now using python-sh on *nix since python-pbs is deprecated.
662
-
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.10.2 " ,
49
+ version = "1.11.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 11
11
12
12
13
13
__title__ = "livestreamer"
14
- __version__ = "1.10.2 "
14
+ __version__ = "1.11.0 "
15
15
__license__ = "Simplified BSD"
16
16
__author__ = "Christopher Rosell"
17
17
__copyright__ = "Copyright 2011-2014 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.10.2 "
12
+ !define PROGRAM_VERSION " 1.11.0 "
13
13
!define PROGRAM_WEB_SITE " http://livestreamer.tanuki.se/"
14
14
15
15
# Python files generated with bbfreeze
You can’t perform that action at this time.
0 commit comments