0.14.0
0.14.0: December 20, 2020
Support for git branch-based workflow (#54)
You can now specify a git branch to use when packing or unpacking a target. You can do this as a command-line parameter using --branch:foo
or within your nasher.cfg
using the branch
field. The branch
field can be used by the package or by targets. If a target does not have a branch specified, it will use that of the package. If neither has a branch specified, nasher will use whatever branch is currently checked out. The --branch
command-line flag overrides any setting in nasher.cfg
.
Thanks to @tinygiant98 for his hard work on this feature.
Support for NWNT format (#60)
Nasher now supports the nwnt file format. Based on nwn_gff from the neverwinter.nim tools, this output format utilises the libraries of those tools for a custom output language instead of json. The output language is designed to be similar to json that has been put through gron. A standalone conversion tool is also available at the project page.
To enable, use nasher config gffFormat nwnt
(remember --local
to only affect current package).
Thanks to @WilliamDraco for his hard work on this feature.
Details: 0.13.0...0.14.0