v0.31 - 3 new story scenes, you can continue them from the HQ. They are all about preparing to take Folk Inc., and also, if you corrupted Vera early game, you will have a special scene when you can decide to corrupt the rest, which will affect the ending (I would say all endings lead to a harem but depending on your choice the relationship changes)
I found the issue to which this missing scene people are referring to is caused by.
In the folk_arc rpy file. There is a unnessary if vera_corr > 0 at the start as the seems to trigger regardless of corr value. Also at the end of the is a trigger
if vera_corr > 0
jump to folk_arc_sc3
the scene that people are missing is sc2. So people are being sent a whole extra scene ahead regardless of corr value. Change that to sc2 instead of sc3 and it works.
EDIT: Also noted that the corrupting the team members when triggered only seems to corrupt Emma, even though Jasey drinks as well and then you say you will do so to everyone else.