Skip to content

Commit

Permalink
0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister committed Sep 25, 2019
1 parent cd3221b commit defc09a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -41,7 +41,7 @@ pylint:
language:
@echo -e "$(white)=$(blue) Starting language test$(reset)"
@-$(foreach lang,$(languages), \
msgcmp --use-untranslated resources/language/resource.language.$(lang)/strings.po resources/language/resource.language.en_gb/strings.po; \
msgcmp resources/language/resource.language.$(lang)/strings.po resources/language/resource.language.en_gb/strings.po; \
)

addon: clean
Expand Down
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,15 @@ Please report any issues or bug reports on the [GitHub Issues](https://github.co
This module is licensed under the **The MIT License**. Please see the [LICENSE.txt](LICENSE.txt) file for details.

## Releases
## v0.4.3 (2019-09-25)
- French translation (@brunoduc)
- Updated translations (@vlmaksime, @dagwieers, @pinoelefante, @horstle, @Twilight0, @emilsvennesson)
- Ensure Kodi 19 compatibility (@mediaminister)
- Configurable temporary download directory for devices with limited space (@horstle)
- Configurable Widevine CDM update frequency (@horstle)
- Fix add-on settings crashes when InputStream Adaptive is missing (@mediaminister)
- Improve unicode character support (@mediaminister)

## v0.4.2 (2019-09-03)
- Move release history to readme file (@mediaminister)
- Clean up coverage/codecov config (@dagwieers)
Expand Down
20 changes: 9 additions & 11 deletions addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.2" provider-name="emilsvennesson, dagwieers">
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.3" provider-name="emilsvennesson, dagwieers, mediaminister">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.pysocks" version="1.6.8" optional="true"/>
Expand All @@ -20,16 +20,14 @@
<description lang="ru_RU">Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента.</description>
<description lang="fr_FR">Un simple module Kodi qui simplifie la vie des développeurs de modules complémentaires en s’appuyant sur des modules complémentaires basés sur InputStream et sur la lecture de DRM.</description>
<news>
v0.4.2 (2019-09-03)
- Move release history to readme file
- Clean up coverage/codecov config
- Add InputStream Helper Information to settings page
- Make sure addon.xml meets all requirements
- Simplify add-on entry point to speed up loading time
- Unicode fix for os.walk
- Revert "Fix ARM processing in unittest locally"
- Fix unresponsive Kodi when opening add-on information pane
- Add-on structure improvements
v0.4.3 (2019-09-25)
- French translation
- Updated translations
- Ensure Kodi 19 compatibility
- Configurable temporary download directory for devices with limited space
- Configurable Widevine CDM update frequency
- Fix add-on settings crashes when InputStream Adaptive is missing
- Improve unicode character support
</news>
<platform>all</platform>
<license>MIT</license>
Expand Down

0 comments on commit defc09a

Please sign in to comment.