Skip to content

Commit

Permalink
version 0.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed May 30, 2020
1 parent ffd6a32 commit b9d540e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.elementum" name="Elementum" version="0.1.55" provider-name="elgatito">
<addon id="plugin.video.elementum" name="Elementum" version="0.1.56" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="repository.elementum" optional="true" />
Expand Down
10 changes: 10 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
- 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.56[/COLOR][/B]
- Some changes to allow running on Kodi 16 with old python and Kodi 19 with Python 3.
- Changed logic to start playback even if there is a busy window (can cause Kodi restarts, please report if found!).
- Added context item in torrents list to select which file to download.
- Splitted Auto Choose setting for different media types.
- Fixed Seek to make sure we seek the media.
- Added proper /info web endpoint to show torrents health and information with files/piece priorities.
- Refactored work with files, priorities, showing proper progress.
- Enabled tuned storage for non-memory storage by default.

[B][COLOR red]0.1.53-0.1.55[/COLOR][/B]
- Fixed issue with dropping connections when resuming torrent.
- Fixed issue with cleaning search history.
Expand Down

0 comments on commit b9d540e

Please sign in to comment.