Skip to content

v2.0.1

Choose a tag to compare

@philocalyst philocalyst released this 26 Apr 02:35

What's new

Added

  • Support for cascading “blanket” types: use infat set <App> --type <type> to
    assign openers for base types (e.g. plain-text); introduced a new
    [types] table in the TOML schema.
  • Explicit handling when no config is provided or found: Infat now prints
    an informative prompt and throws InfatError.missingOption if neither
    --config nor $XDG_CONFIG_HOME/infat/config.toml exist.

Changed

  • Bumped CLI version to 2.0.1 and updated the abstract to
    “Declaritively set associations for URLs and files.”
  • Revised README examples and docs:
    • Renamed infat listinfat info
    • Changed flag --file-type--ext
    • Renumbered tutorial steps and cleaned up formatting
    • Updated TOML example: [files][extensions]

Fixed

  • Quiet mode now logs at warning (was error), preventing silent failures.