Skip to content

v4.0.0

Compare
Choose a tag to compare
@Byron Byron released this 12 Mar 08:30
· 60 commits to master since this release
b6acac9

Bug Fixes (BREAKING)

  • Assure directory deletions on Windows don't put the entire contents into the trash.
    Instead, like on other platforms, on Windows it will now put the folder into the trash instead.

    Please note that this is not a breaking change in terms of API, but a potentially breaking change with older Windows versions. It's unknown if there are side-effects, as it's unknown why Windows had special behaviour previously.

Commit Statistics

  • 4 commits contributed to the release.
  • 28 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Assure directory deletions on Windows don't put the entire contents into the trash. (146ea03)
    • Fix lint by removing unused code (d03934f)
    • Attempt to fix second argument issue (1435c3d)
    • Make delete_all not recursive (03ae59d)