Hey,
DreamNow , just stumbled across an annoyance, again (wouldn't actually call it a serious bug...), and found an easy fix for it, so, here goes:
If you're in the main menu, and click on "Replays" in the top right, and then (accidentally or otherwise) click on the "bios" tab in the notebook, you're currently presented with an error (at least if in dev mode, not sure if it just ignores it and starts the game from scratch, otherwise, but either way, it doesn't show the bios page).
Fix is easy, since in notepad.rpy, lines 21ff. you got an unnecessary if...else. (both branches have the same code, and the expression in the IF is what's causing the issue (since "name" does not have a default value)... so, you can safely just remove the branching there, and just use the same three lines for the button, in any case.
(yes, I know, it'll just show a sea of questionmarks and the mostly blank bio of the MC, but it doesn't go into the whole story, or crash, if you try to rollback...

)