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
This release fixes a load-save race condition, that caused collections to disappear for some users.
Those collections should be inside the user data folder, with names beginning with deleted_ prefix; to restore, either reimport them, or rename removing deleted_ from their names.
If this bug still happens for you with version 3.7.1, please report in issue #130.
Bug Fix
Protects against load-save race condition by using a Task and Dispatcher.UIThread.Invoke().