Releases: Andrwe/privoxy-blocklist
0.4.0
What's Changed
Breaking Changes 🛠
Because content filtering with Privoxy can slowdown loading websites a lot it is disabled now by default.
To enable it add the following line to your configuration which will activate all supported content filters again:
FILTERS=(
attribute_global_name
attribute_global_exact
attribute_global_contain
attribute_global_startswith
attribute_global_endswith
class_global
id_global
)
During testing of these filters I got a slowdown of page loading up to 4 minutes.
This mostly depends on the amount of HTML-elements and general size of page.
The current implementation already tweaks the filters as much as possible.
Maybe additional tweaking can be done in the Privoxy configuration.
Exciting New Features 🎉
- shfmt fixes & pre-commit-check by @Andrwe in #22
- Add test suite with initial tests by @Andrwe in #23
- implement #25 & several improvements by @Andrwe in #26
- add release workflow by @Andrwe in #28
- add dependabot config by @Andrwe in #39
Changes
- fix da script by @Pandoriaantje in #14
- modernization by @Andrwe in #16
- Extend tests by @Andrwe in #34
- fix #7 & prepare simplifying sed-patterns by @Andrwe in #36
- fix table in README by @Andrwe in #37
- support a[0-9] & rc[0-9] by @Andrwe in #38
- dependabot config validation & fix by @Andrwe in #40
- add version flag by @Andrwe in #42
- improve script & test sutie by @Andrwe in #44
- document installation & improve install_deps.sh by @Andrwe in #49
- Openwrt Support by @Andrwe in #53
New Contributors
- @Pandoriaantje made their first contribution in #14
- @Andrwe made their first contribution in #16
- @pre-commit-ci made their first contribution in #17
- @dependabot made their first contribution in #41
Full Changelog: https://github.com/Andrwe/privoxy-blocklist/commits/0.4.0-rc1
0.4.0-rc1
What's Changed
Breaking Changes 🛠
Because content filtering with Privoxy can slowdown loading websites a lot it is disabled now by default.
To enable it add the following line to your configuration which will activate all supported content filters again:
FILTERS=(
attribute_global_name
attribute_global_exact
attribute_global_contain
attribute_global_startswith
attribute_global_endswith
class_global
id_global
)
During testing of these filters I got a slowdown of page loading up to 4 minutes.
This mostly depends on the amount of HTML-elements and general size of page.
The current implementation already tweaks the filters as much as possible.
Maybe additional tweaking can be done in the Privoxy configuration.
Exciting New Features 🎉
- shfmt fixes & pre-commit-check by @Andrwe in #22
- Add test suite with initial tests by @Andrwe in #23
- implement #25 & several improvements by @Andrwe in #26
- add release workflow by @Andrwe in #28
- add dependabot config by @Andrwe in #39
Changes
- fix da script by @Pandoriaantje in #14
- modernization by @Andrwe in #16
- Extend tests by @Andrwe in #34
- fix #7 & prepare simplifying sed-patterns by @Andrwe in #36
- fix table in README by @Andrwe in #37
- support a[0-9] & rc[0-9] by @Andrwe in #38
- dependabot config validation & fix by @Andrwe in #40
- add version flag by @Andrwe in #42
- improve script & test sutie by @Andrwe in #44
- document installation & improve install_deps.sh by @Andrwe in #49
- Openwrt Support by @Andrwe in #53
New Contributors
- @Pandoriaantje made their first contribution in #14
- @Andrwe made their first contribution in #16
- @pre-commit-ci made their first contribution in #17
- @dependabot made their first contribution in #41
Full Changelog: https://github.com/Andrwe/privoxy-blocklist/commits/0.4.0-rc1