Skip to content

Releases: rrthomas/nancy

Release v13.1.1

23 Apr 15:26

Choose a tag to compare

This release fixes a bug in the previous release (13.1.0), where expansion of templated directory names did not occur when the directory was not a leaf.

Release v13.1.0

25 Mar 18:31

Choose a tag to compare

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

03 Mar 17:00

Choose a tag to compare

This release has only a minor fix to the documentation, to correct a previous edit that left unclear language.

Release v13.0.1

13 Jan 23:25

Choose a tag to compare

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

13 Jan 22:45

Choose a tag to compare

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

13 Jan 17:14

Choose a tag to compare

This release improves the formatting of --help output slightly.

Release v12.0.1

13 Jan 15:48

Choose a tag to compare

This release fixes the wrapping of --version output, broken in 12.0.0.

Release v12.0.0

11 Jan 13:29

Choose a tag to compare

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

02 Nov 12:57

Choose a tag to compare

This release adds parallel execution of background tasks, configurable with the --jobs flag.

Release v11.0.1

22 May 13:53

Choose a tag to compare

This release fixes a test and the plain-text wrapping of the README file. There are no code changes to the program itself.