I have been writing my book using this software for a couple years now. On numerous occasions I have opened up my project and found that some of my scenes are out of order from the last time I left them. This has happened countless times. Up until now, I just always assumed it was an error on my part and that I had been accidentally dragged a few scenes around. However, I have now confirmed that there is something extra fishy going on.
I use git to version control my entire project (really just for backup purposes, because it’s pretty impossible to see the actual changes in writing due to the usage of binary files for metadata, and invisible tags that get added, etc). I have just verified that when I commit everything, and then clone the repo/pull changes elsewhere, many of the scenes appear in a different order!
The only rules in my gitignore are this:
Backups/
*.lock
Exports/