Skip to content

Safe v0.4.1

Compare
Choose a tag to compare
@jhunt jhunt released this 22 Sep 18:36
· 338 commits to master since this release

Improvements

  • safe now canonicalizes all paths, removing leading / trailing
    slashes, and collapsing contiguous runs of 2 or more slashes
    down to just one. Fixes #106

  • safe auth github now presents a more useful error message
    about bad Personal Access Tokens, instead of dumping an API 500
    error on the poor unsuspecting user.