v0.8
Main changes in this release:
- Add support for hosts-format lists. Note that the support only covers lists which couple domains to block with the
0.0.0.0IPv4 address or with::for IPv6. The majority of hosts-format blocklists are compatible, a minority which uses the127.0.0.1address for blocked domains is incompatible (adblock-lean will ignore any127.0.0.1entries). Note that, rather than feeding hosts lists as-is to dnsmasq, adblock-lean converts them into raw-domains format and then further processes them as usual. This allows for entries deduplication across lists with different source format. Subdomains compression for hosts-format lists has also been implemented, based on the code by @dibdot in adblock for OpenWrt. - Support short identifiers for Steven Black's lists (e.g.
hosts_block_lists=”stevenblack:base stevenblack:gambling”) - Support specifying default mirror to use when downloading lists for given author (currently Hagezi, oisd, Steven Black), add config options
hagezi_default_mirror,oisd_default_mirror,stevenblack_default_mirror. Allowed values for these options are listed in the config file comments, next to the options. - When list download fails, adblock-lean will now automatically use another mirror when retrying.
- Note that mirrors are only taken into account for lists specified via short identifier. For lists specified via URL, only that URL will be used.
- Several config options names were changed. When updating adblock-lean to this version, values of the old options will be automatically migrated.
- Add support for the new Hagezi
sociallist. - Prettier and (hopefully) more readable console output messages.
- Reduce the number of messages sent to system log to minimum. adblock-lean still writes the complete log to its own log file which you can view by running
service adblock-lean print_log. - The
service adblock-lean statuscommand now prints the time and date of last blocklist update. - Various bugfixes
- README updates
Full Changelog: https://github.com/lynxthecat/adblock-lean/compare/v0.7.4.1...v0.8