Mutiny Community Development Notes for Version 4.2 - 2022-10-18 Just a few small changes in this version: 1) Fixed a bug that would crash the text files editor if you tried to do a search & replace but the search string was empty. 2) In Mutant Basic you can use "/s" to save (same as "SAVE"), "/q" to quit (same as "QUIT"), and "/sq" to save and then quit. This is to make the editing experience a bit more uniform between Mutant Basic and the text files editor. 3) Users can create their own subdirectories now. Up until now if you wanted to create files or basic programs you'd have to reach out to me to have your subdirectory created. Now you can go into CommunityUsers with either: cd CommunityUsers cd users cd 41 and once there create your own subdirectory using the "cd" command, in this directory you're only allowed to create a directory with your username as the directory name. Once in your own subdirectory you can create files and directories by whatever name you want. .