Update 1676597211079 updated to the New Sync System.
You should not even notice a difference, except that you’ll see a “Loading documents…” message on the first load while it updates the local cache.
This new system is more consistent, using one state/sync method for everything: documents, boards, settings, and even UI state. We built it in partnership with the Bravely team, and it’s already used in their web and mobile apps. The sync system is a plugin for our open source Legend-State library, which we will also open source later this month. That way other developers can use it, which hopefully will help the community as well as help find bugs and improve Legend.
The main new feature is just that it will work better. But also:
- Offline <-> Offline sync is more correct and consistent. There were some tough-to-solve edge cases (creating documents offline, moving between documents, sync failures with massive documents) that are fully fixed in this new system.
- The desktop app syncs to files (see the path in the Desktop section of settings). So now you can back up Legend’s files yourself.
- Boards also sync to files. We don’t have a way to restore Board backups just yet, but we can now explore that.
- This reduced a ton of code and complexity in Legend’s core, so it will be much easier to iterate new features/fixes quickly.
Please let me know how it works for you. Are you hitting any bugs? Is it faster or slower than it was before?