You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out this was actually just broken and it was showing every game launch even if you saw the popup for this update already, which was leading to the confusion.
Caused by the removal of the migrations for two reasons:
There were no clientside migrations on 2023.8.0 anymore so the file.Write version code did not run which it should always
The file moves caused the folder to be created which doesn't happen with file.Write for some reason
We now:
Always write the version on startup regardless of if there are any migrations
Explicitly create the "tardis" folder on startup
I have also changed the button text to "Never show updates" to further clarify the button behaviour
There is some confusion about what "Don't ask again" means in the in-game release notes popup
We should clarify it's meaning that it will hide all future updates
The text was updated successfully, but these errors were encountered: