Skip to content

Commit

Permalink
version 0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Feb 2, 2018
1 parent a186f0d commit fa75982
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.elementum" name="Elementum" version="0.0.40" provider-name="elgatito">
<addon id="plugin.video.elementum" name="Elementum" version="0.0.41" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="xbmc.python" version="2.24.0" />
<import addon="repository.elementum" optional="true" />
<!-- <import addon="script.elementum.burst" optional="true" /> -->
</requires>
<extension point="xbmc.python.pluginsource" library="navigation.py">
<provides>video</provides>
Expand Down
5 changes: 5 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[COLOR red]-------------------------------------------------------------------------------------------------------[/COLOR]

[B][COLOR red]v0.0.41[/COLOR][/B]
- Added Context menu add-on to Elementum repository. Allows playing any item from Kodi library, not only strm files.
- Fixes for Kodi 16 library.
- Updated torrent engine.

[B][COLOR red]v0.0.40[/COLOR][/B]
- Custom DNS names reverted to become optional.
- Small fixes.
Expand Down

0 comments on commit fa75982

Please sign in to comment.