Well, I think it's safe to say that mostly in 2025.2.0, I'm going to be doing post-expansion cleanup.
I have a handful of LE's that the game is regularly generating due to bugs in the game code that I'll see if I can write work-around to prevent errors until EA gets them fixed.
I have to try to figure out what EA's new format for tray Sim files are since they changed them in the expansion. We don't ever get any type of warning when they're going to do things like this and they also haven't documented the format of the files so there's not an easy way to determine what has changed and what I need to change, so I just get to reverse engineer everything and try to figure it out.
There are many Debug strings that aren't translated for other languages that I haven't been able to catch yet. I have always tried to include these strings in MCCC so other languages don't have blank buttons in the Testing Cheats, but it's very hard to track them down by anything specific since they're all translated in English. I'm going to try to come-up with a programmatic way I can find these for new expansions and such, going forward.
I don't think I'll get to anything "new feature"-wise, for this release, because I think these will take a bit of time to get figured-out...especially the tray file format change. So hopefully, when this version comes out, it will just be a cleaner, less-error spamming game for players if I can bypass the errors from the base game files that were introduced in this expansion!