diff --git a/Makefile b/Makefile index cef1e7c4e..d3e998985 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ ARCHS = \ darwin_x64 \ linux_armv6 \ linux_armv7 \ + linux_armv7_softfp \ linux_arm64 \ linux_x64 \ linux_x86 \ diff --git a/addon.xml b/addon.xml index 33d5ae052..c79ed5ad2 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/whatsnew.txt b/whatsnew.txt index f306095d2..e48bb015a 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -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.