-
Notifications
You must be signed in to change notification settings - Fork 10
/
changelog.txt
78 lines (58 loc) · 2.03 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
1.4.0
- Add login feature - Will download the subtitles from Torec with registered
user credentials
- Save session on cookie and rerty with it next time, if session not valid
will try to re-login and get new session
- Fix cookie permissions
- Added tests for both movies and tvshows download
1.3.1
- Fixed broken download due to site changes and added some future changes protection
1.3.0
- Added fake token generation support - download speed should much improve (@yosi-dediashvili)
- Improved Checking item's media type (@burekas7)
1.2.1
- Improvement for the option of using the addon when kodi is not playing (@burekas7)
- Add support for local tvshow content (@burekas7)
- Fix bug for last episode in a season that didn't return results. (@burekas7)
1.2.0
- added support for the new download code screen
- fix Manual Search, Empty Title&Kodi isn't playing (@burekas7)
1.1.4
- fixed broken search due to site API change
1.1.3
- another (hopefully better) fix for download link issue
1.1.2
- fixed download issue occurring to several users
1.1.1
- some minor bug fixes
1.1.0
- updated the addon to support Torec website version 7.0
1.0.10
- fixed a breaking change from torec.net -> http://www.xn--9dbf0cd.net leading to addon download malfunction
1.0.9
- fixed disfunctional addon (@myakove)
1.0.8
- another fix for TOO MANY DL issue (@gklein)
1.0.7
- added support for zip and rar archives (@gklein)
1.0.6
- bypass for new issue with TOO MANY DL
- some minor speedups
- utf-8 issues (@zofer1)
1.0.5
- better handling of TOO MANY DL error by performing retries
1.0.4
- fixed TOO MANY DL issue, again
1.0.3
- many cleanups
- fixed case comparing issues with rating system (@matanelgabsi)
- reduced the number of files created during download (and extraction)
- fastened the download process a bit
- possible fix for UnicodeDecodeError (#4)
- fixed TOO MANY DL issue (myakove)
1.0.2
- Fixed an issue with Torec search results parsing
1.0.1
- Several minor fixes in order to to adhere XBMC add-on repository standards
1.0.0
- Migrated to Gotham style