Skip to content

v5.2.0

Latest
Compare
Choose a tag to compare
@Byron Byron released this 26 Oct 17:10
1a0fc59

New Features

  • Short circuiting check for empty trash
    is_empty() is a short circuiting function that checks if the trash is
    empty on Freedesktop compatible systems and Windows.

    The main purpose of is_empty() is to avoid evaluating the entire trash
    context when the caller is only interested in whether the trash is empty
    or not. This is especially useful for full trashes with many items.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #120 from joshuamegnauth54/feat-short-circuiting-is-empty (0120bbe)
    • Short circuiting check for empty trash (6d59fa9)