Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 01:20
Immutable release. Only release title and notes can be modified.

Changed

  • is now . The module already used names
    throughout, and does not collide with . Inside it,
    is now and is now .
  • is now . It sits in , not .
  • is now .
  • The vendored copy was four files. , and
    now sit in , next to their only caller.
  • moved into . That module
    measures text and nothing else now. became
    .
  • and were one type with one differing method. They repeated
    their fields, constructor and three trait impls.
    replaces both and picks between and .
    now holds the cell packing alone.
  • Tree connectors use literals such as in place of
    . Output is unchanged.
  • matches with instead of rewriting globs as POSIX regex.
    Character classes such as now work, as they do in the shell.
  • reads the mount table with and .
    libc unescapes the paths, so the octal decoder is gone.

Removed

  • The feature and the flag. The , and
    dependencies go with them, leaving as the only feature.
    The theme role stays. It colours files that are checksums, such as
    and , and never depended on the feature.
  • The installer variant. now fails. Use
    . Releases ship two binaries, and
    . The and assets are gone.
  • in the grid layout. Nothing ever built anything but
    . The enum, its field on and , and the
    two branches it guarded are gone. takes no argument.

Fixed

  • Name and extension sorting reads the locale's collation table through
    . It compared lowercased bytes before, which sorted ahead
    of . Listings match CHANGELOG.md
    CONTRIBUTING.md
    Cargo.lock
    Cargo.toml
    LICENSE
    Makefile
    README.md
    flake.lock
    flake.nix
    img
    release
    scripts
    src
    target
    tests
    themes now.