New
v0.2.0
Highlights
- If the destination argument given to
fcpis a symlink, it is now followed. This both matches the behavior of classiccp, and is far more intuitive than the alternative. fcpnow checks that the given sources do not alias the destination before performing any copies. This prevents files from being overwritten by themselves, and prevents directories from being copied into themselves.
Minor improvements
- The binaries attached to this release have been
strip'ed, making them significantly smaller than the binaries from the v0.1.0 release. - A new flag
-V/--versionhas been added which simply outputs the version of thefcpexecutable.