Skip to content

Commit

Permalink
Version 0.1.91
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jul 5, 2023
1 parent 5540a1a commit b55797e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.elementum" name="Elementum" version="0.1.90" provider-name="elgatito">
<addon id="plugin.video.elementum" name="Elementum" version="0.1.91" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="repository.elementum" optional="true" />
<import addon="script.module.kodi-six" />
<import addon="script.module.requests" />
<import addon="script.module.requests" version="2.9.1" />
</requires>
<extension point="xbmc.python.pluginsource" library="navigation.py">
<provides>video</provides>
Expand Down
2 changes: 1 addition & 1 deletion resources/site-packages/elementum/osarch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from elementum.addon import ADDON

from platform_detect.python.platform import detect_platform
from platform_detect.platform import detect_platform
from elementum.logger import log

def get_platform():
Expand Down
2 changes: 1 addition & 1 deletion whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Source is open, so you can fork everything.
- Some bug fixes or updates can come, to keep things working and have the latest versions.

[B][COLOR red]0.1.88-0.1.90[/COLOR][/B]
[B][COLOR red]0.1.88-0.1.91[/COLOR][/B]
- Initial support for connecting more than one plugin.video.elementum to a binary.
- Added support for exporting current configuration to a json/yaml file.
- Added support for reading configuration form json/yaml file (Kodi is not needed to startup).
Expand Down

0 comments on commit b55797e

Please sign in to comment.