|
1 | 1 | 0.3.5
|
2 |
| -- Adapt to handle subdivx.com pagination changes. |
3 |
| -- Add caching of web search results with new configurable TTL setting. |
| 2 | +- Adapt to handle subdivx.com pagination changes |
| 3 | +- Add caching of web search results with new configurable TTL setting |
4 | 4 | - Limit search results to 40. Avoid duplicate results if pagination stops
|
5 |
| - working. |
| 5 | + working |
6 | 6 |
|
7 | 7 | 0.3.3
|
8 | 8 | - Implement caching of web search results. Use a cache validity of one hour.
|
|
19 | 19 | - Release changes since 0.2.5
|
20 | 20 |
|
21 | 21 | 0.2.13
|
22 |
| -- Add 'news' section to addon.xml. Translate it and description to Spanish. |
| 22 | +- Add 'news' section to addon.xml. Translate it and description to Spanish |
23 | 23 |
|
24 | 24 | 0.2.12
|
25 | 25 | - Comply with new Kodi policies: Less verbose logging by default. Achieved
|
26 |
| - by moving most of it to LOGDEBUG level. |
| 26 | + by moving most of it to LOGDEBUG level |
27 | 27 |
|
28 | 28 | 0.2.11
|
29 | 29 | - Remove disposable temporary directory after using it.
|
|
65 | 65 | pre-releases.
|
66 | 66 | - Make sure the userdata/addon_data/s.s.s/ dir exists when handling tempdirs
|
67 | 67 | even when the user hasn't touched our setting. Thanks Adrián Suárez
|
68 |
| - (upadrian). |
| 68 | + (upadrian) |
69 | 69 | - More robust final download link RE-based extraction.
|
70 | 70 | - Handle .srt filenames with unicode chars more robustly.
|
71 | 71 | - Make rating actually helpful by reflecting relative download count.
|
72 | 72 | - Cleanup uploader comment for the subtitle.
|
73 | 73 |
|
74 | 74 | 0.0.8
|
75 | 75 | - Handle new page added by subdivx.com. Thanks github users @upadrian,
|
76 |
| - @gboado and @felexx90. |
| 76 | + @gboado and @felexx90 |
77 | 77 | - Simplify handling of temporary directory used to download & uncompress
|
78 | 78 | subtitle files by skipping the 'remove it recursively and re-create' stage
|
79 | 79 | which caused problems with mixed/unknown encodings, Unicode text passed in
|
|
86 | 86 | - Remove code added for 0.0.5 which isn't needed, had been added to workarond
|
87 | 87 | a Kodi Helix bug with handling of temp dir.
|
88 | 88 | - Implement manual search. Issue #2. Thanks Diego Garber.
|
89 |
| -- Minor cleanups. |
| 89 | +- Minor cleanups |
90 | 90 |
|
91 | 91 | 0.0.6
|
92 | 92 | - When the new option to show nicks was set, the subtitle file written ended
|
|
0 commit comments