Releases: henrikwidlund/hostsparser
Releases · henrikwidlund/hostsparser
v6.0.2
What's Changed
- Include configurations in release artefacts.
- Don't build when publishing filters in GitHub.
Full Changelog: v6.0.1...v6.0.2
v6.0.2-pre
What's Changed
- Include configurations in release artefacts.
- Don't build when publishing filters in GitHub.
Full Changelog: v6.0.1...v6.0.2-pre
v6.0.1
What's Changed
- Fix an issue where the program would crash if it tried to process a subdomain that was already covered by a more general rule and the subdomain contained the main domain in its subdomain section (
ab.com.ab.com
->ab.com
) - Create Docker image as rootless (#173)
- More efficient logging thanks to Delegate Logging (#168)
- Update dependencies
- Various cleanups and optimizations
Full Changelog: v6.0.0...v6.0.1
v6.0.1-pre
What's Changed
- Fix an issue where the program would crash if it tried to process a subdomain that was already covered by a more general rule and the subdomain contained the main domain in its subdomain section (
ab.com.ab.com
->ab.com
) - Create Docker image as rootless (#173)
- More efficient logging thanks to Delegate Logging (#168)
- Update dependencies
- Various cleanups and optimizations
Full Changelog: v6.0.0...v6.0.1-pre
v6.0.0
What's Changed
- feat/refactor_span_statics by @henrikwidlund in #135
- feat/improve_test_coverage by @henrikwidlund in #136
- feat/refactor_httpclient_usage by @henrikwidlund in #142
- feat/dependency_review_action by @henrikwidlund in #143
- feat/new_filter by @henrikwidlund in #144
- feat/net7 by @henrikwidlund in #152
Full Changelog: 5.0.0...v6.0.0
5.0.0
New major version with more flexible options for processing different sources. You can now specify which sources should be included/excluded in the filter that's produced, define which format the sources are in and if there's a prefix that should be removed.
Breaking change:
The appsettings.json
file has an adjusted structure, the HostsBased
and AdBlockBased
settings have been removed. Please use the Filters
setting to define your sources. See the filters sections for details on the new settings.
What's Changed
- Add JetBrains files to gitignore by @henrikwidlund in #111
- Improve KnownBadHosts by @henrikwidlund in #112
- Remove incorrect trailing comma by @henrikwidlund in #113
- Bump System.IO.Pipelines from 6.0.0 to 6.0.1 by @dependabot in #114
- Bump FluentAssertions from 6.2.0 to 6.3.0 by @dependabot in #115
- More flexible options for processing sources by @henrikwidlund in #116
- Adjust README.md to better describe the features of the application. by @henrikwidlund in #117
- Remove unneeded variable by @henrikwidlund in #118
Full Changelog: v4.2.0...5.0.0
v4.2.0
- Update to stable version dotnet6
- Improvements to predefined known bad hosts
v4.1.0
- Add configurations with different
hosts
based sources. - Ability to specify the name of the file produced by the program.
v4.0.0
- Breaking change Add support for specifying multiple sources for each source type. Make sure to update your
appsettings.json
file so that the source Uris are specified in arrays. Please see readme for details. - Update dependencies to dotnet preview 7.
v3.7.0
- Update to dotnet6 preview 7.
- Update internal dependencies.
- Docs updates.
- Internal adjustments.