Development Notes for Mutiny Community Version 3.4 - 2022-08-26 * Fixed a bug in text file line editor which would not let you edit a new file if an existing file with the same name (but different extension) existed. * Switching to a channel, including joining General on initial login, automatically shows the next message. So you won't see (1) in the prompt when you have no unread messages, instead you'll just see the message. * the faux-main-menu shown to first time callers has been trimmed down so that each option only shows a very small amount of text, just enough to get the point across. * new users, when configuring their terminal parameters, will be given an ANSI color test. This is because if you just hit enter without bothering to read/use the menu you'll be in ASCII only mode and might never become aware that this system even has color * fixed an issue in the file system which made it so you couldn't change to the Jason Scott's top 100 directory (named "100") by using "cd 100", you had to use "cd 1". Since "100" is a number it looked for a directory with that number. Now, if it can't find a directory by the given number it looks for one with that number as a name. So you can finally use "cd 100" to get to that directory. .