Skip to content

1.3.0

Latest

Choose a tag to compare

@encukou encukou released this 21 Oct 16:47
· 41 commits to main since this release
e25ed04

[1.3.0] - 2025-10-21

Features

  • Configuration may be specified in TOML format, using the --toml-config (-t)
    CLI option.
    The YAML format is still supported, but a new option name --yaml-config (-y)
    is preferred to the backwards-compatible name (--config, -c).
  • For redirects, the message of UnexpectedStatus errors now shows the
    redirect target.

Fixes

  • For the Freezeyt-URL-Finder header, Using single word values (like none)
    now works as documented.
  • The warning about multiple URLs being saved as the same file now deduplicates
    homepage URLs.
  • The --fail-fast mode now fails faster.

Python version support

  • freezeyt now requires Python 3.8 or higher.
  • freezeyt is now tested on Python 3.14.