All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.19 - 2024-02-08
- Changed requests to the urlfilter service so that only domain info was checked without testing which lists match the domain, it should speed up the process.
1.0.18 - 2024-02-01
- Fixed an issue with importing a list of domains. #23
1.0.16 - 2024-01-31
- Added an option to use a pre-defined list of dead domains from a file. #20
- Added an option to export the list of dead domains to a file. #8
- Fixed the issue with keeping negated domains in a network rule #19
1.0.13 - 2024-01-31
- Fixed the issue with some rarely visited domains marked as dead #16
- Fixed the issue with rules that target IP ranges #17
- Fixed the issue with checking FQDN in rules #18
1.0.8 - 2024-01-31
- Fixed the issue with extracting domains from some URL patterns #11.
- Fixed the issue with testing custom TLD #13.
1.0.6 - 2024-01-29
- Added an option to comment the rule out instead of removing it #4.
- Speed up the build by running several checks in parallel #2.