Skip to content

v2.1.1

Compare
Choose a tag to compare
@Byron Byron released this 10 May 00:28
· 164 commits to master since this release
50ab31a

Bug Fixes

  • Properly reconstruct paths when restoring files on freedesktop if those were relative.

    Previously it would be unable to reconstruct original paths if the trash
    directory was on a mount point due to a 'split brain' of sorts.

    When trashing files it would create original path information based
    on them being relative to a mount point, but when restoring them
    it would reconstruct them to be relative to the trash top level
    directory.

    Now the reconstruction happens against to mount point itself which makes
    restoration match.

Commit Statistics

  • 6 commits contributed to the release over the course of 2 calendar days.
  • 3 days passed between releases.
  • 1 commit where understood as conventional.
  • 1 unique issue was worked on: #47

Commit Details

view details
  • #47
    • Properly reconstruct paths when restoring files on freedesktop if those were relative (dcda6df)
    • Somewhat hard-code special case for fedora (90f0f9b)
    • proper cleanup after potential assertion failure (1f3a600)
    • remove unused trait (ac913d8)
  • Uncategorized
    • update changelog (98d32c8)
    • more robust removal of test files in failure case on os specific tests (3f6502d)