File name sanitization now uses a blacklist of invalid characters instead of a whitelist of valid characters, so you can use any file name you want.
I've also implemented autosaving to a separate file, and asking the user whether they want to load that file (with the name of the original file but incremented).
File name sanitization now uses a blacklist of invalid characters instead of a whitelist of valid characters, so you can use any file name you want. I've also implemented autosaving to a separate file, and asking the user whether they want to load that file (with the name of the original file but incremented).