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
It may now be very easy to detect the old format: just see if we have an array of arrays rather than an array of objects, or simply if the screenshotHeight is missing (the renamed version of the field).
I think we should not worry about this issue until we're close to releasing v2.0.0 - and then we'll see what kind of a message we'll show to the user (probably will be easiest to say "sorry this file is an old format, please re-create the hub in the new system" 😅
Without a version field in the vha file, it's hard to work out what type of vha you are opening, and how to convert it to a new version.
We should add a version field, so that we can add backward compatibility properly. (We can assume no version means <=v1.3.0).
The text was updated successfully, but these errors were encountered: