Releases: AaronV77/rm_backup
Version 1.3.8
This release consists of bug fixes that were plaguing the system and making the utility not fun to use for everyday. The removal of symbolic links, and files or folders with spaces in their name will now work. I've added tests for both of these functionalities. I've also updated the output of the help function in the rm_alias script and the debugging statements.
Version 1.3.5
There was a bug with the tear down script, in that it didn't work. I had to adjust one of the variables so that it did work.
1.3.4
Version 1.3.4
There was a bug that I found with the setup and tear down scripts on the Mac side. The scripts were catering to the Linux side of the .bashrc file and not the .bash_profile. I then added another test to our testing suit to make sure that this issue doesn't arise again, and lastly I cleaned up some code to make it more condensed and easier to read.
1.1.2
Version 1.1.2
In the last week I found an issue with the application, in that I didn't test to make sure that both file and directories names could be deleted with semi name star completion. An example would be as such something_* or *.txt, and to my amazement that there was not even a test for this, which is why it slipped through. So, the test has been added and the bug fixed and I have even found an issue with the tear down script that wasn't removing everything correctly. In the end two bugs and a feature have been added to the overall application making it just one step better.
1.0.0
Version 1.0.0
This project started almost 7-8 months ago and I finally feel like I have the repo at a stable and working version. I just recently got the test implemented and working with Travis-CI and could not be happier because of the system now having some form of accuracy. Also while writing the tests I did find a bug or two, and they were very critical bugs because it got rid of the portability of the system.