0.5.4-canary.29
Pre-release
Pre-release
What's Changed
- feat: create workspace from loading existing exported file by @pengx17 in #2122
This pull request adds the feature to export and import workspaces as SQLite files, refactors the IPC communication between the main and renderer processes in the Electron app, and fixes some bugs.
Data flow design
How does adding workspace work behind the scene
How does main registers handlers?
New workspace:
new-w.mp4
Add workspace (import from existing db file):
add-w.mp4
Full Changelog: v0.5.4-canary.28...v0.5.4-canary.29