Skip to content

TruePath v1.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 19:32
· 202 commits to main since this release

Fixed

  • Incorrect path normalization: last ellipsis (...) in a path was treated as a .. entry.

Changed

  • #18: update to behavior of .Parent on relative paths.

    Now, it works for relative paths by either removing the last part or adding .. as necessary to lead to a parent directory.

    Thanks to @Kataane for help on this one.