Skip to content

Releases: CGamesPlay/dfm

v1.1.2

15 Sep 11:07
Compare
Choose a tag to compare

This release fixes a bug whereby if you deleted a file from your target directory and from the dfm repository at the same time, the auto clean procedure would never properly record that the file had been removed.

v1.1.1

14 Dec 06:35
Compare
Choose a tag to compare

This release fixes a bug with dfm add when multiple repositories are present. Previously, the documentation said that it would select a repository automatically, but the program would fail instead. Now, the error messages are improved and the documentation about guessing has been removed.

v1.1.0

08 Dec 19:55
Compare
Choose a tag to compare

This release introduces a few new features and updates the documentation.

  • link, copy, and remove commands now accept paths to operate on. If provided, they will only affect those paths.
  • dfm eject is provided, which is almost an inverse to dfm add. See dfm help eject for more info.

v1.0.2

30 Oct 05:28
Compare
Choose a tag to compare

This release adds a license and author information to the output of the help command.

v1.0.1

29 Oct 14:04
Compare
Choose a tag to compare

There was a bug where dfm would not create intermediate directories when running dfm link / dfm copy.

v1.0.0

29 Oct 13:47
Compare
Choose a tag to compare

This is pretty good to be considered a 1.0. It adds some documentation to the help commands, has been tested on Linux and Mac OS, and includes a few bug fixes and niceities.

v0.9.0

28 Oct 22:49
Compare
Choose a tag to compare

Initial release. It's not 1.0 because there are a few things that I want to improve before calling it that:

  • dfm add on directories
  • auto clean should remove empty directories
  • dfm copy shouldn't fail if the files are identical