Releases: alanzchen/rm-protection
Releases · alanzchen/rm-protection
rm-protection v0.1.3
rm-protection v0.1.2
This upgrade is recommended for all users.
Introduced recursive protection.
- You can now protect a folder and its subfolders or files by using
protect -R
. rm-p
will check for the protection status for each parent directory of each argument.rm-p
andprotect
will have a prefix for theirstdout
s to distinguish output fromrm
and their own outputs.
rm-protection v0.1.1.1
This release fixes a bug where Python 3.5 users may experience an import error.
Upgrade for Python 3.5 users is recommended.
rm-production v0.1.1
This update is recommended for all users.
This release contains several bug fixes and introduced a few features:
- supports protecting files and directories starts with "-"
- adds a feature that will warn the user when trying to remove a protection file
- fixes a bug when the user tries to remove ".", "..", "./" and "../"
Plus, now you can import rm-protection.
Initial Release
Hello World!