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