Releases: theimpossibleastronaut/rmw
v0.9.3
- Add support for cloning(moving) files across btrfs root and subvolumes
(Linux only); thanks to @luigir-it for suggesting this feature and testing - Ensure directories respect umask settings upon creation
- bugfix: In some cases, 'rmw -s' crashed with message "*** buffer overflow
detected ***: terminated". This could happen if compiled with
'-D_FORTIFY_SOURCE=3' and set up with 'b_sanitize=none', and depending on
the filenames in the waste directories - Add completion for fishshell; thanks to @ccoVeille
- Fix strmode conflicting types error on OpenBSD and FreeBSD
- Fix for tests failing after the Epochalypse (#439); thanks to @bmwiedemann
- Add French translation (partial)
Source
The source code package is rmw-0.9.3.tar.xz.
v0.9.2
rmw v0.9.1
-
bugfix: In some cases, trashinfo file doesn't get removed (#400)
-
tests: build or rebuild binary before running script-based tests (fix for
script-based test failures when 'meson test' is run in a clean build
directory)
- on MacOS and *bsd, specifying the PKG_CONFIG_PATH is no longer needed to
find the ncurses menu library
- fix build on Alpine Linux (check for and link to musl-fts) Thanks to
@eli-schwartz and Hello71 from #musl on Libera IRC.
To very signatures, use:
minisign -Vm <file> -P RWQ5AiSjYrIVoMPxKef7QdKLqQmiZvewAezjLCZHNUkE4/U0C48T3q4N
rmw v0.9.0
- When purging, '-ff' is no longer needed to confirm removal of
non-writable expired directories and files
- replace function used to remove directories with rm from FreeBSD;
Thanks to @DiegoMagdaleno and @dcantrell - change message displayed to user when a file being rmw'ed is on a
filesystem that doesn't haven't a WASTE folder defined
- Ignore requests to ReMove top-level files, add --top-level-bypass option
to bypass the protection - Ignore requests to ReMove user's home directory
- bugfix: buffer underflow when calling trim_char() with empty
string (Thanks to Christopher Wellons) - replace valgrind test setup with asan (-fsanitize)
- the 'ESC' key can now be used to quit the restore file selection menu
To very signatures, use:
minisign -Vm <file> -P RWQ5AiSjYrIVoMPxKef7QdKLqQmiZvewAezjLCZHNUkE4/U0C48T3q4N
rmw v0.8.1 released
-
the curses menu library is now much more likely to be found on *BSD
systems -
bugfix: when attempting to restore a file from a waste folder
listed in the config file that has a trailing slash, rmw will no
longer report that the file is not in a waste folder.
-
curses is no longer a requirement (configure -Dwithout-curses=true)
-
removed '-e' command line option ('--empty' option not affected)
To very signatures, use:
minisign -Vm <file> -P RWQ5AiSjYrIVoMPxKef7QdKLqQmiZvewAezjLCZHNUkE4/U0C48T3q4N
rmw v0.8.0 released
-
The config option 'purge_after' has been deprecated and replaced
with 'expire_age' ('purge_after' will still be accepted, but the user
will be given a deprecation warning). -
When '-u' is used, the mrl file will no longer be removed, but
emptied instead. If a user gives the '-u' option when the mrl file is
empty, they will get a friendlier message stating that there are no
items in the list (instead of an error message about the file not
being found). -
fixed handling of dot dirs ('.' and '..'). Instead of giving an
error message and quitting, rmw will print a message stating that
they'll be skipped. -
The environmental variable RMWTEST_HOME has been replaced with
RMW_FAKE_HOME (Trying to use RMWTEST_HOME will give a deprecation
warning and still work). -
Expanded the man page and updated the README (improved documentation)
-
Replaced autotools build system with meson
-
rmw now uses the canfigger library for parsing the configuration file.
- disabled a restore test that failed when 'make check' is run with
superuser privileges
sha256sum
Prefer the -2
package. It corrects the version number and contains a minor documentation update. (2021-07-10)
a01b8472a7cbecc2bed5ba301e360f8defcd77821cef812051d68d4c38f12e95 rmw-0.8.0-2.tar.gz
783d2f88fa8184665f13b80bc030852ff206e97e2ac7a80f53d125816b04a381 rmw-0.8.0-2-x86_64.AppImage
17b11b771befb89adbd7764fb897dff1a32eed34f8cd4d8b495da7f2a66de3b8 rmw-0.8.0.tar.gz
b1766452b76a3736ccb03d45769fccdd5228d85b18476fb002d40f847b0c1333 rmw_0.8.0_amd64.deb
6ddc12d57ce254b6429b4b438d0d7cc8b2c37108c9d1c0717b98dba782a34733 rmw-0.8.0-x86_64.AppImage
rmw v0.7.09 released
- bugfix: filenames now display correctly when using '-vvg' (#308)
md5sum
706afc9ededc60a0e235d05ceced08b1 rmw-0.7.09.tar.gz
5d62f8bafef85885c5f09492c3e306d4 rmw_0.7.09_amd64.deb
9f577cbb7c024a9949ccd76ff982a5ea rmw-0.7.09-x86_64.AppImage
sha256sum
d0a85944d03e7ec2a94b25d6d6ac92880fd0d3f63d90bb9ed56b16418fd41c69 rmw-0.7.09.tar.gz
42594022d5990546ad6aece36e6800eb651b85b910a7b275570f88dd9e1654d7 rmw_0.7.09_amd64.deb
b6494f2ee22eaa7529098bcf1e54b979e4b4773803b14014aa3bdfb51146bdd7 rmw-0.7.09-x86_64.AppImage
rmw v0.7.08 released
- bugfix: fixes test failing on osx using xcode 11.5 and above (#283)
md5sum
3cc21974aacc17f3635738b5a28f88cc rmw-0.7.08.tar.gz
3f1ea960209df09a8d9938a811c21e79 rmw_0.7.08_amd64.deb
sha256sum
1b9a840d74e2672e68e0f97dfe1cb9d907fe733c82ff24e44a53179f6367aada rmw-0.7.08.tar.gz
d41e8c078d4ccc115857074a41f35578d65092081460b96584c3f0680707b58f rmw_0.7.08_amd64.deb
rmw v0.7.07 released
-
bugfix: When restoring files from removable media or devices, rmw
will now process relative paths (this primarily affects users who
trash a file with the "move to trash" option from their desktop, and
then later try to restore with rmw. See
#299 for more
information). -
bugfix: list output (rmw -lv) shows all removable devices as
attached even for those that are detached. -
Removed deprecated config option (purgeDays)
-
Minor updates to tests infrastructure
-
(for testing) Replace RMWTRASH(=fake-year) with RMW_FAKE_YEAR(=true)
Note to mac os users
Purging tests are failing on the Travis CI test
system when using xcode 11.5 and above. If you get errors while purging
or 'make check' fails for you, please report on issue
#283
md5sum
26d1911d3e2869e4da43df64c97ffc49 rmw-0.7.07.tar.gz
07cbb282d5c49ebd533457b7bd51a2eb rmw_0.7.07_amd64.deb
sha256sum
f29f00d200d2fda86c58164230baa86559a3de9299d35617c0b37a4dddbadd32 rmw-0.7.07.tar.gz
9c24326378cc5aaaaf1804b50c456106bb810f6d12dc8f647a303c54ea202f1e rmw_0.7.07_amd64.deb
rmw v0.7.06 released
RMW Release Notes
v0.7.06
-
When using -s,--select, the number of lines the terminal has will
be checked. The number of items in the list will be based on that; if
it doesn't meet the minumum requirement, rmw will exit. -
Allow optional argument to -g/--purge that can override the value of
'purge_after' in the configuration file (-g[N_DAYS], --purge[=N_DAYS]). -
bugfix: restore broken symbolic links instead of giving a "file not
found" message (issue #292) -
Improved handling of file with leading hyphens
-
When an invalid option is given, usage output no longer displays
-
You can view how many days remain until a file is purged by using
-vv (with -fg). -
If lstat() encounters and error, also display the filename/directory it
was attempting to access. -
add '-m, --most-recent-list' option: list most recently rmw'ed files
md5sum
9b5e0fcda2e32b1886efd50030e51a5e rmw-0.7.06.tar.gz
59d1edc5004cff466fdf5c6080b28e41 rmw_0.7.06-1_amd64.deb
sha256sum
56a01c6f78348829e1a9ec821c8b979fe9da0c1e1bc4032439916c164b7975e5 rmw-0.7.06.tar.gz
6788d855d6f0c90fb506ff1f46c17cb60ccdb6d2a5a6a2b6efc55951e65039d6 rmw_0.7.06-1_amd64.deb