Skip to content

Releases: lespea/fse_dump

FSE_Dump v2.0.6

30 May 02:26
2a83aaf
Compare
Choose a tag to compare

What's Changed

  • Bump deps

Full Changelog: v2.0.5...v2.0.6

FSE_Dump v2.0.5

02 May 23:10
3ba9e2f
Compare
Choose a tag to compare

Bump deps + new rust version

Full Changelog: v2.0.4...v2.0.5

FSE_Dump v2.0.4

23 Apr 22:32
be23888
Compare
Choose a tag to compare

Bump deps

What's Changed

Full Changelog: v2.0.3...v2.0.4

FSE_Dump v2.0.3

23 Mar 23:24
11a6168
Compare
Choose a tag to compare

What's Changed

Bump deps + rebuild with new rust

Full Changelog: v2.0.2...v2.0.3

FSE_Dump v2.0.2

05 Mar 04:06
cc080a1
Compare
Choose a tag to compare

New build to address mio vulnerability. Very unlikely anybody will run into that but doing a release anyway.

What's Changed

Full Changelog: v2.0.1...v2.0.2

FSE_Dump v2.0.1

26 Feb 16:36
3747164
Compare
Choose a tag to compare

Update readme / help description to match the new behavior

Full Changelog: v2.0.0...v2.0.1

FSE_Dump v2.0.0

26 Feb 16:20
8511ccd
Compare
Choose a tag to compare

Overview

This is a pretty major change that alters how you call the binary. You must now give the action which currently can be dump (old behavior), watch, or gen.

  • Dump -- old behavior with the old flags; see fse_dump dump --help for the full flag usage
  • Watch -- watches the provided directories for new files and parses them if they follow the name convention
  • Gen -- generate shell completions that you can pipe to your shell

Watch by default watches the mac system fsevents folder. You can pass a --filter flag with a regex that will filter the events by partial matching the event path (ie the regex just has to match a part of it, not the entire string). There is an optional --poll flag to switch how new files are monitored if the normal variant doesn't work... but note that mac caches these events so unless you have a lot of filesystem activity it can take a while for new files to show up.

Gen just takes a shell name so you can go fse_dump gen zsh or fse_dump gen fish and source that (via a pipe) to have autocompletions.

What's Changed

Full Changelog: v1.11.3...v2.0.0

FSE_Dump v1.11.3

08 Feb 17:01
1424691
Compare
Choose a tag to compare

What's Changed

Bump deps + rebuild releases with new rust version

Full Changelog: v1.11.2...v1.11.3

FSE_Dump v1.11.2

29 Dec 01:45
261db30
Compare
Choose a tag to compare

What's Changed

Bump deps + rebuild releases with new rust version

Full Changelog: v1.11.1...v1.11.2

FSE_Dump v1.11.1

06 Dec 21:39
9ee9673
Compare
Choose a tag to compare

Fix cutoff date calculation

Full Changelog: v1.11.0...v1.11.1