Skip to content

Latest commit

 

History

History
131 lines (66 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

131 lines (66 loc) · 5.26 KB

Changelog

0.8.0 (2024-05-07)

⚠ BREAKING CHANGES

  • output column headers during seance

Features

  • display deletion time during seance (19dbe0a)
  • output column headers during seance (d29bdd5)

0.7.0 (2024-04-22)

⚠ BREAKING CHANGES

  • store header in record

Features

0.6.1 (2024-04-22)

Bug Fixes

  • avoid printing newline for graveyard subcommand (bc8315d)

0.6.0 (2024-04-22)

⚠ BREAKING CHANGES

  • switch display to binary prefix

Features

  • fs_extra to get dir sizes (ceda4a9)
  • sort entries in inspection mode (7686ea3)
  • switch display to binary prefix (8fd45f1)

Reverts

  • feat!: switch from walkdir to jwalk for parallelism (efaa396)

0.5.2 (2024-04-15)

Features

  • better error when no record found (2dcc4af)

0.5.1 (2024-04-15)

Features

  • add seance option to graveyard subcommand (ad85c0f)
  • add subcommand to get graveyard path (448caf7)
  • use colors in help menus (261e69d)

0.5.0 (2024-04-15)

⚠ BREAKING CHANGES

  • use env::temp_dir for graveyard path (#22)

Features

  • use env::temp_dir for graveyard path (#22) (e3eebff)

0.4.0 (2024-04-15)

⚠ BREAKING CHANGES

  • do not record permanent deletions in record
  • use dunce canonicalization for windows compat

Features

  • add preliminary windows support (51bcdf3)
  • do not record permanent deletions in record (a77e027)
  • more readable logging for windows (f494d9e)
  • quit prompt read if given invalid char (51b0dcf)

Bug Fixes

  • correct behavior for \n stdin (5c60870)
  • correct behavior for non-input stdin (b4035a4)
  • correct symlink to symlink_file on windows (d1ca9ca)
  • seance paths on windows (9c0d2d5)
  • use dunce canonicalization for windows compat (0d3dc2a)
  • workaround for device paths on windows (6624147)

0.3.0 (2024-04-14)

⚠ BREAKING CHANGES

  • use subcommands for shell completions

Features

  • use subcommands for shell completions (adbb270)

Bug Fixes

  • correct output of shell completions (67ee0df)

0.2.1 (2024-04-11)

Bug Fixes

  • flush stream even if not stdout (09504c8)

0.2.0 (2024-04-09)

Features