Skip to content

Commit

Permalink
Fix for not being able to delete images (ArturKovacs#198)
Browse files Browse the repository at this point in the history
* Update trash to 2.0.1

* Update changelog
  • Loading branch information
ArturKovacs authored May 2, 2021
1 parent e25e53a commit 5f1cf80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased

### Changed
- Fix for not being able to delete images on some systems.

## 9.0 on 2021-04-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ serde = { version = "1.0.123", features = ["derive"] }
toml = "0.5.8"
rand = "0.8.3"
lexical-sort = "0.3.1"
trash = "2.0.0"
trash = "2.0.1"
clap = { version = "2.33.3", default-features = false }
kamadak-exif = "0.5.3"
arboard = { version = "1.2.0", features = ["wayland-data-control"] }
Expand Down

0 comments on commit 5f1cf80

Please sign in to comment.