Skip to content

v0.5

Compare
Choose a tag to compare
@cortesi cortesi released this 16 Nov 21:35
· 78 commits to master since this release
  • More consistent handling of symlinks and absolute paths. We now never follow symlinks implicitly. Symlinks explicitly included as base directories in include patterns are converted to the destination path, and handled like any other. Symlinks and absolute paths that fall outside the working directory result in absolute path notifications, otherwise all notification paths are relative to the working directory.
  • @ symbols in command can now be backslash escaped.
  • Many minor documentation clarifications and bugfixes