0.9.0 (2024-10-22)
- const generic parameter for Record to disable file lock
- create file locking via fs4
- const generic parameter for Record to disable file lock (c61a7d8)
- create file locking via fs4 (8e0bd96)
0.8.3 (2024-10-22)
- #54 with missed metadata (a44e992)
- mistaken deletion of header when deleting lines (bbebe2d)
- potential issue with missing header (0a7e2bc)
0.8.2 (2024-08-12)
- name available completions in help message (4ddc3e7)
0.8.1 (2024-07-01)
- trigger release (e46d261)
0.8.0 (2024-05-07)
- output column headers during seance
0.7.0 (2024-04-22)
- store header in record
- store header in record (452c476)
0.6.1 (2024-04-22)
- avoid printing newline for graveyard subcommand (bc8315d)
0.6.0 (2024-04-22)
- switch display to binary prefix
fs_extra
to get dir sizes (ceda4a9)- sort entries in inspection mode (7686ea3)
- switch display to binary prefix (8fd45f1)
- feat!: switch from walkdir to jwalk for parallelism (efaa396)
0.5.2 (2024-04-15)
- better error when no record found (2dcc4af)
0.5.1 (2024-04-15)
- 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)
- use
env::temp_dir
for graveyard path (#22)
0.4.0 (2024-04-15)
- do not record permanent deletions in record
- use dunce canonicalization for windows compat
- 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)
- 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)
- use subcommands for shell completions
- use subcommands for shell completions (adbb270)
- correct output of shell completions (67ee0df)
0.2.1 (2024-04-11)
- flush stream even if not stdout (09504c8)
0.2.0 (2024-04-09)
- test feat (11656a2)