Skip to content

Latest commit

 

History

History
95 lines (58 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

95 lines (58 loc) · 3.19 KB

Dead Domains Linter Changelog

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

  • 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

  • Fixed an issue with importing a list of domains. #23

1.0.16 - 2024-01-31

Added

  • 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

  • Fixed the issue with keeping negated domains in a network rule #19

1.0.13 - 2024-01-31

Fixed

  • 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

  • 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

  • Added an option to comment the rule out instead of removing it #4.

Changed

  • Speed up the build by running several checks in parallel #2.

Fixed

  • Fixed the issue with incorrect line numbers #1.
  • Fixed the issue with counting IPv4 addresses as dead domains #5.
  • Fixed the issue with suggesting removing TLDs and extension IDs #6.