Skip to content

Releases: MilesCranmer/rip2

v0.8.0

07 May 22:05
b9c943c
Compare
Choose a tag to compare

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)

v0.7.0

22 Apr 04:42
538bdc2
Compare
Choose a tag to compare

0.7.0 (2024-04-22)

⚠ BREAKING CHANGES

  • store header in record

Features

v0.6.1

22 Apr 02:20
8e2c41a
Compare
Choose a tag to compare

0.6.1 (2024-04-22)

Bug Fixes

  • avoid printing newline for graveyard subcommand (bc8315d)

v0.6.0

22 Apr 02:02
5c23466
Compare
Choose a tag to compare

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)

v0.5.2

15 Apr 12:34
ee6f444
Compare
Choose a tag to compare

0.5.2 (2024-04-15)

Features

  • better error when no record found (2dcc4af)

v0.5.1

15 Apr 11:16
29b46ef
Compare
Choose a tag to compare

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)

v0.5.0

15 Apr 06:51
85a41a4
Compare
Choose a tag to compare

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)

v0.4.0

15 Apr 05:09
9f0f07e
Compare
Choose a tag to compare

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)

v0.3.0

14 Apr 00:52
4c2ff5c
Compare
Choose a tag to compare

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)

v0.2.1

11 Apr 22:02
ca81f58
Compare
Choose a tag to compare

0.2.1 (2024-04-11)

Bug Fixes

  • flush stream even if not stdout (09504c8)