This is a big release, with the main change of complete ipv6 support implementation across all scripts.
Most scripts have seen many changes, and a new script has been added: detect-local-subnets-AIO.sh. The new script implements proper detection of local subnets, which is needed to avoid blocking the local area network if installing the suite in whitelist mode.
Additional compatibility improvements have been made, which result in removal of dependency on the jq utility, and reduced dependency on specific flavors of some other utilites including ps, grep and sed. So at this point the suite requires very little effort to install on embedded distributions such as OpenWRT.
The one script which has gone through more changes than others is the *fetch script which was almost entirely re-written. Support for fetching directly from registries servers has been removed because it turned out to be unreliable. Instead, support for fetching from RIPE API has been re-implemented, and support for fetching from ipdeny has been implemented from scratch. RIPE source is used by default, while ipdeny is now an optional source which is configurable during installation with the -u ipdeny option.
Full Changelog: v0.8.6.5...v0.8.7.0