Skip to content

Releases: MilesCranmer/rip2

v0.9.0

22 Oct 21:46
4b12a28
Compare
Choose a tag to compare

0.9.0 (2024-10-22)

⚠ BREAKING CHANGES

  • const generic parameter for Record to disable file lock
  • create file locking via fs4

Features

  • const generic parameter for Record to disable file lock (c61a7d8)
  • create file locking via fs4 (8e0bd96)

Bug Fixes

  • be more careful about locking (88cb8a0)
  • disable fs4 on windows (fbf8ed5)

v0.8.3

22 Oct 16:06
11b04d2
Compare
Choose a tag to compare

0.8.3 (2024-10-22)

Bug Fixes

  • #54 with missed metadata (a44e992)
  • mistaken deletion of header when deleting lines (bbebe2d)
  • potential issue with missing header (0a7e2bc)

v0.8.2

12 Aug 06:05
62ed45b
Compare
Choose a tag to compare

0.8.2 (2024-08-12)

Features

  • name available completions in help message (4ddc3e7)

v0.8.1

01 Jul 00:22
2a8460f
Compare
Choose a tag to compare

0.8.1 (2024-07-01)

Updating lock files

Miscellaneous Chores

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)