Dreadnaut:
Yes, there's something I should change about the config file. Currently, when you save the configuration, Bliss deletes the old config file and creates a brand new one from the configuration in memory. This is not good. What it should do instead if read the current configuration file and replace the relevant lines so they match the current configuration in memory. This way, one could add their own comments to the file and things like that and this would also make it easier to add what you suggest as I could just include that in the original config file that comes with Bliss.
One detail I wanted to point out about how I implemented the change in the menu option now. There are two different things in Bliss in memory at any time: the default file format and the current track default file format. Let's call them DTF (default track format) and CTF (current track format, not capture the flag). The DTF is the format in which your track will be saved as default if you create a new one from scratch. This is what you can change from the Settings menu. Bliss will warn you if you set this to Raw only if it wasn't Raw already. The CTF is the format in which the track you're currently editing is going to be saved by default. When you start a new track, the CTF is set to the DTF, but if you load an existing track, the CTF will be set to that track's current format. This prevents accidentally changing a file format because of making a little change. If your DTF is Raw and you access the Track Info menu (for metadata), you will get a warning saying that the CTF has been set to one-file. You still can save the track as Raw, only it won't be the default option in the menu and your DTF has not changed. When you create a new track, it will be Raw again. Let me know if this doesn't make much sense to you. I tried to make it as logical as possible, but it is kind of complex.
Afullo:
Thank you. That's right. Otherwise, at this stage, we'd be compiling over and over again. I'm sure I'm going to have to make a few more changes, so the best thing is to keep both the stable and the unstable versions in the website.