Releases: datsfilipe/trxsh
Releases · datsfilipe/trxsh
v1.1.0
What's Changed
- core: add PKGBUILD for aur by @datsfilipe in #11
- docs: update README.md -> add table of contents and install section by @datsfilipe in #13
- feat: handle number of
--daysforcleanupby @datsfilipe in #14
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- fix: copy file range is a dir by @datsfilipe in #9
No breaking change.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- fix: should be able to add same path to trash by @datsfilipe in #6
- fix: use simplified approach instead of unix specific by @datsfilipe in #7
Breaking Change
This change will allow to add same path in trash, e.g.:
- you create
~/.a.txtand delete it; - if you repeat the process, in last version it would give an error, now it'll work.
Buuut...
The older version files in trash cannot be restored in this one, since filenames changed, you will get:
Error: remove /home/dtsf/.local/share/Trash/info/.trashinfo: no such file or directorySo check your trash before updating. Cleanup will still work tho.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- docs: update README.md about trash spec by @datsfilipe in #4
- fix: cleanup fn not working by @datsfilipe in #5
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- feat: implement freedesktop.org trash spec (generally speaking) by @datsfilipe in #2
- fix: cross device link error by @datsfilipe in #3
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/datsfilipe/trxsh/commits/v1.0.0