Skip to content

2.8.1

Compare
Choose a tag to compare
@matejak matejak released this 30 Jun 19:39
· 74 commits to master since this release
2.8.1

This release fixes many issues, and it also doesn't enable the readlink -e functionality introduced in 2.8.0. So there is a slight breakage of backwards compatibility for those who use the standalone mode and who use symlinks.

Incompatible changes (minor):

  • The DEFINE_SCRIPT_DIR macro doesn't resolve symlinks as it started to do so in 2.8.0, use DEFINE_SCRIPT_DIR_GNU if you need the functionality.

New features (minor):

  • The help message now contains reference for one-of argument types (#76).

Bugfixes:

  • The environment variables help message has been fixed (#79).
  • The manpage generation works when long description is supplied (#78).
  • The DEFINE_SCRIPT_DIR macro doesn't use readlink -e any more (#74).
  • Completion generation works even when there are no options followed by value (#77).