-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog.txt
93 lines (71 loc) · 1.72 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
0.0.23
- archive handling changes
- leia addon related changes
- inital python3 support
0.0.22
- open file browse dialog if automatic search failed in unpacked dir
- change rating calculation logic
- remove use VideoPlayer.Year usage
0.0.21
- update icon and logo
- order shows by avg score
- fallback to filename if no sub found by VideoPlayer info
- improve search in unpacked archives
0.0.20
- fix language name conversion
0.0.19
- fix UnicodeDecodeError ( fape/service.subtitles.supersubtitles#2 )
0.0.18
- check tvshow title contains year info
0.0.17
- path encoding and helix related bug fixes
0.0.16
- windows related problem fixes
- improve tv show title, season and episode detection
- remove notification after successfull download
0.0.15
- same titled tvshow support
- small fixes
0.0.14
- use preferred language for sorting (helix only)
0.0.13
- season pack handling
- search and download improvements
0.0.12
- filename character encoding fix in url
- more sophisticated exception handling
0.0.11
- improve load time
- remove heavy dependency: requests
0.0.10
- improve tv show title, season and episode detection
0.0.9
- fix sort order
- fix type error
0.0.8
- improvements from Xbmc addons mailing list
0.0.7
- remove duplications by subtitle id
0.0.6
- some refactor
0.0.5
- add missing requests2 dependency
- fix original path issue
0.0.4
- filter languages
- reformat by PyCharm
0.0.3
- use year for get tvshow id
- archive file handling
- extract into a folder
- search subtitle extracted infolder
- working together with season pack archives
- add some notification
0.0.2
- first working edition
- fully rewrited
- drop html parsing
- json based solution
- Special thanks to BlaiSeCT
0.0.1
- initial version