Skip to content

Commit

Permalink
Version 0.1.97
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Aug 29, 2023
1 parent 170f8f5 commit 24a38cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ARCHS = \
darwin_x64 \
linux_armv6 \
linux_armv7 \
linux_armv7_softfp \
linux_arm64 \
linux_x64 \
linux_x86 \
Expand Down
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.96" provider-name="elgatito">
<addon id="plugin.video.elementum" name="Elementum" version="0.1.97" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="repository.elementumorg" optional="true" />
Expand Down
5 changes: 5 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- 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.97[/COLOR][/B]
- Reverted detection of memory on running device (new method was not correctly getting memory size on arm devices).
- Added a check for network locations when deciding where to write strm files (to skip network locations).
- Added linux-armv7-softfp platform, that is a Armv7 build, without hardfp enabled.

[B][COLOR red]0.1.96[/COLOR][/B]
- Fixed issue with running on Android platforms.
- Added 'In Elementum library' lists, that show items, that are updated by Elementum.
Expand Down

0 comments on commit 24a38cc

Please sign in to comment.