Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve duplicated after sync #36

Merged
merged 1 commit into from
Apr 5, 2024
Merged

fix: resolve duplicated after sync #36

merged 1 commit into from
Apr 5, 2024

Conversation

mslxl
Copy link
Owner

@mslxl mslxl commented Apr 5, 2024

The problem was caused by serialization when auto saving. The serialization would lost all history before, so the recover and sync would create a duplicated file.

BREAKING CHANGE: The format of auto saving file was changed, so the old file can not be loaded

The problem was caused by serialization when auto saving. The serialization would lost all history before, so the recover and sync would create a duplicated file.

BREAKING CHANGE: The format of auto saving file was changed, so the old file can not be loaded
@mslxl mslxl added bug Something isn't working javascript Pull requests that update Javascript code labels Apr 5, 2024
@mslxl mslxl merged commit 995235d into main Apr 5, 2024
1 check passed
@mslxl mslxl deleted the fix-serde branch April 5, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant