Skip to content

Releases: alanzchen/rm-protection

rm-protection v0.1.3

28 May 06:26
Compare
Choose a tag to compare

This release is recommended for all users.

  • Fixed a bug where rm-protection may misbehave when any of the special characters of bash appears in the file name. Thanks @heyrict for the pull request #11.

rm-protection v0.1.2

21 Feb 07:23
Compare
Choose a tag to compare
rm-protection v0.1.2 Pre-release
Pre-release

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 and protect will have a prefix for their stdouts to distinguish output from rm and their own outputs.

rm-protection v0.1.1.1

07 Feb 01:36
Compare
Choose a tag to compare
Pre-release

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

05 Feb 07:23
Compare
Choose a tag to compare
rm-production v0.1.1 Pre-release
Pre-release

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.

See: https://github.com/alanzchen/rm-protection/wiki

Initial Release

03 Feb 13:39
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Hello World!