|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | | -<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.1" provider-name="emilsvennesson, dagwieers"> |
| 2 | +<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.2" provider-name="emilsvennesson, dagwieers"> |
3 | 3 | <requires> |
4 | 4 | <import addon="xbmc.python" version="2.25.0"/> |
5 | 5 | <import addon="script.module.kodi-six" version="0.0.4"/> |
|
14 | 14 | <description lang="el_GR">Μία απλή μονάδα για το Kodi η οποία διευκολύνει την ζωή των προγραμματιστών οι οποίοι εξαρτώνται από τα πρόσθετσ InputStream και αναπαραγωγή τύπου DRM.</description> |
15 | 15 | <description lang="ru_RU">Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента.</description> |
16 | 16 | <news> |
17 | | - v0.4.1 (2019-09-01) |
18 | | - - Use local url variable |
19 | | - - Directly use Kodi CDM directory |
20 | | - - Implement settings menu and API |
21 | | - - Add integration tests |
22 | | - - Add a progress dialog for extraction on ARM |
23 | | - - Fix crash when using platform.system() |
24 | | - - Fix a python error |
25 | | - - Remove legacy Widevine CDM support |
26 | | - - Replace requests/urllib3 with urllib/urllib2 |
27 | | - - Various unicode fixes |
28 | | - - Add proxy support |
29 | | - - Add setting to disable inputstreamhelper |
30 | | - - Check Widevine support before all checks |
31 | | - - Support 64-bit kernel with 32-bit userspace |
32 | | - - Dutch, German, Greek, Italian, Russian and Swedish translations |
| 17 | + v0.4.2 (2019-09-03) |
| 18 | + - Move release history to readme file |
| 19 | + - Clean up coverage/codecov config |
| 20 | + - Add InputStream Helper Information to settings page |
| 21 | + - Make sure addon.xml meets all requirements |
| 22 | + - Simplify add-on entry point to speed up loading time |
| 23 | + - Unicode fix for os.walk |
| 24 | + - Revert "Fix ARM processing in unittest locally" |
| 25 | + - Fix unresponsive Kodi when opening add-on information pane |
| 26 | + - Add-on structure improvements |
33 | 27 | </news> |
34 | 28 | <platform>all</platform> |
35 | 29 | <license>MIT</license> |
|
0 commit comments