Skip to content

v5.2.1

Latest
Compare
Choose a tag to compare
@Byron Byron released this 07 Dec 08:26
· 2 commits to master since this release
59b0a8a

Bug Fixes

  • Escape quoted paths when deleting with AppleScript
  • Support for non-UTF8 paths on HFS+ on MacOS
    Now illegal UTF8 is percent-encoded. Previously this code would have panicked.

Other

  • add an overview table to DeleteMethod on Mac
  • move macos deps behind macos cfg target
  • add simdutf8 for fast utf8 validation
  • add percent encoding support
  • replace create with create_new to avoid potentially nulling existing files

Test

  • new delete illegal bytes via Finder
    Disabled since only works on older FS, but tested manually to work on a USB HFS drive
  • new delete illegal bytes
    Disabled since only works on older FS, but tested manually to work on a USB HFS drive
  • add for from_utf8_lossy_pc
  • replace create with create_new to avoid potentially nulling existing files

Commit Statistics

  • 25 commits contributed to the release.
  • 11 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Escape quoted paths when deleting with AppleScript (e1bb697)
    • Support for non-UTF8 paths on HFS+ on MacOS (6f0b737)
    • Various refactors (d23a591)
    • Merge pull request #125 from eugenesvk/fr-doc-deletemethod (47ed29d)
    • Add an overview table to DeleteMethod on Mac (415c87d)
    • Clippy (b147384)
    • Cargo fmt (e499a0e)
    • New delete illegal bytes via Finder (175d6f5)
    • Fix Finder path generation for AS (0359a4d)
    • Cargo fmt (5d17879)
    • Fix finder extra escaping (d7295e8)
    • Cargo fmt (ab5c49b)
    • New delete illegal bytes (bfbc394)
    • Move macos deps behind macos cfg target (6fbad98)
    • Convert delete_using_finder to use binary Paths (c013b9a)
    • Convert delete_using_file_mgr to use binary Paths (1d18e7a)
    • Remove automatic panicky conversion of potentially binary paths into non-binary strings (d7d2187)
    • Add simdutf8 for fast utf8 validation (3978204)
    • Add for from_utf8_lossy_pc (dc7dca0)
    • Add from_utf8_lossy_pc (8481d3c)
    • Add percent encoding support (e58e92b)
    • Merge pull request #126 from eugenesvk/fr-test-file-new (823f6fb)
    • Try de-clippy (243b00d)
    • Replace create with create_new to avoid potentially nulling existing files (9c213c9)
    • Replace create with create_new to avoid potentially nulling existing files (9ed83e7)