Skip to content

Releases: rrthomas/nancy

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.

Release v11.0.0

22 May 13:21

Choose a tag to compare

This major release fixes the setting of the environment variable
NANCY_INPUT for $run files, removes the $filename and $realpath
commands, plus the NANCY_OUTPUT environment variable, makes $outputpath
relative to NANCY_OUTPUT, and adds the --delete and --update flags to
enable intelligent updating, especially useful for projects that take a long
time to build. The .in.nancy mechanism is replaced by a simpler and more general .copy mechanism for chained use of Nancy commands.

Thanks as ever to Alistair Turnbull, whose recent work overhauling the code base made it easier to work with and expand, and who also contributed to this release.

Release v10.3.0

04 May 12:56

Choose a tag to compare

This release adds a new command $filename to find files in the same way that $include does, a new command-line flag --process-hidden to allow Nancy to process hidden files and directories, and @apt1002 completely overhauled the code, and made improvements to the documentation, for which many thanks!).

Release v10.2.0

30 Mar 22:25

Choose a tag to compare

This release tweaks file copying (of untemplated files) to stop copying the metadata of the files. This means that the files will be copied with a fresh timestamp and default permissions, for example.