Releases: CGamesPlay/dfm
v1.1.2
v1.1.1
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
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 todfm add
. Seedfm help eject
for more info.
v1.0.2
This release adds a license and author information to the output of the help command.
v1.0.1
There was a bug where dfm would not create intermediate directories when running dfm link / dfm copy.
v1.0.0
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
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