File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- Version 1.11 (2014-12-10)
2
- -------------------------
1
+ Version 1.11.1 (2014-12-12)
2
+ ---------------------------
3
+
4
+ Plugins:
5
+ - twitch: Updated for API changes. (#633)
6
+
7
+
8
+ Version 1.11.0 (2014-12-10)
9
+ ---------------------------
3
10
4
11
Bugfixes:
5
12
- cli: Only apply the backslash magic on player paths on Windows.
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.0 " ,
49
+ version = "1.11.1 " ,
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.11.0 "
14
+ __version__ = "1.11.1 "
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.11.0 "
12
+ !define PROGRAM_VERSION " 1.11.1 "
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