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
.eaase.json imports now perform a differential cleanup against the current configuration, and Excel records that no longer exist in the config are removed from cache.db.
After deleting a workbook from the file management panel, the corresponding cached record is also deleted from the database.
After deletions and import cleanup, SQLite physical compaction is executed so cache.db does not keep its old file size after records are removed.