Releases: rrthomas/nancy
Release v13.1.1
Release v13.1.0
This release adds the ability to expand a single file into a directory (previously this would give an error). This is useful in the case that the file’s name is templated, as it’s then possible to find out what the expanded name is!
Release v13.0.2
This release has only a minor fix to the documentation, to correct a previous edit that left unclear language.
Release v13.0.1
This release fixes README.md, which was corrupted in the last release, and adds a tip about using UnionFS to the Cookbook.
Release v13.0.0
This release removes multi-tree operation. It just didn’t work that well, and was rarely used. Use UnionFS or equivalent instead.
Release v12.0.2
This release improves the formatting of --help output slightly.
Release v12.0.1
This release fixes the wrapping of --version output, broken in 12.0.0.
Release v12.0.0
This release makes Nancy treat symlinks like UnionFS: when the target of a symlink in one input tree is overridden by a file in another input tree, that overriding is respected. Previously, the symlink would have been followed to its original target.
This change necessitated one backwards-incompatible change: the NANCY_INPUT environment variable now refers to the input file currently being processed, not the input root under which that file is found.
Release v11.1.0
This release adds parallel execution of background tasks, configurable with the --jobs flag.
Release v11.0.1
This release fixes a test and the plain-text wrapping of the README file. There are no code changes to the program itself.