Skip to content

Releases: henrikwidlund/hostsparser

v6.0.2

16 Apr 11:31
8a6cba3
Compare
Choose a tag to compare

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

16 Apr 11:26
8a6cba3
Compare
Choose a tag to compare
v6.0.2-pre Pre-release
Pre-release

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

12 Apr 12:28
629c4fe
Compare
Choose a tag to compare

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

11 Apr 19:41
629c4fe
Compare
Choose a tag to compare
v6.0.1-pre Pre-release
Pre-release

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

13 Nov 20:04
e8a4c3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...v6.0.0

5.0.0

30 Jan 17:05
28e333e
Compare
Choose a tag to compare

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

Full Changelog: v4.2.0...5.0.0

v4.2.0

26 Nov 17:23
4159ab8
Compare
Choose a tag to compare
  • Update to stable version dotnet6
  • Improvements to predefined known bad hosts

v4.1.0

29 Aug 18:27
751d60b
Compare
Choose a tag to compare
  • Add configurations with different hosts based sources.
  • Ability to specify the name of the file produced by the program.

v4.0.0

25 Aug 19:09
84f6a02
Compare
Choose a tag to compare
  • 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

12 Aug 14:11
c998781
Compare
Choose a tag to compare
  • Update to dotnet6 preview 7.
  • Update internal dependencies.
  • Docs updates.
  • Internal adjustments.