1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00
obsidian-livesync/updates.md

38 lines
1.8 KiB
Markdown
Raw Normal View History

2023-09-29 11:57:54 +02:00
### 0.20.0
2023-04-28 07:24:37 +02:00
2023-09-29 11:57:54 +02:00
At 0.20.0, Self-hosted LiveSync has changed the binary file format and encrypting format, for efficient synchronisation.
The dialogue will be shown and asks us to decide whether to keep v1 or use v2. Once we have enabled v2, all subsequent edits will be saved in v2. Therefore, devices running 0.19 or below cannot understand this and they might say that decryption error. Please update all devices.
Then we will have an impressive performance.
2023-04-28 07:24:37 +02:00
2023-09-29 11:57:54 +02:00
Of course, these are very impactful changes. If you have any questions or troubled things, please feel free to open an issue and mention me.
2023-04-28 07:24:37 +02:00
2023-09-29 11:57:54 +02:00
Note: if you want to roll it back to v1, please enable `Use binary and encryption version 1` on the `Hatch` pane and perform the `rebuild everything` once.
2023-04-28 07:24:37 +02:00
2023-09-29 11:57:54 +02:00
Extra but notable information:
2023-04-28 07:24:37 +02:00
2023-09-29 11:57:54 +02:00
This format change gives us the ability to detect some `marks` in the binary files as same as text files. Therefore, we can split binary files and some specific sort of them (i.e., PDF files) at the specific character. It means that editing the middle of files could be detected with marks.
2023-04-28 07:24:37 +02:00
2023-09-29 11:57:54 +02:00
Now only a few chunks are transferred, even if we add a comment to the PDF or put new files into the ZIP archives.
2022-12-05 12:53:24 +02:00
2023-09-29 11:57:54 +02:00
#### Version history
2023-09-19 10:58:04 +02:00
2023-09-29 11:57:54 +02:00
- 0.20.0
- Improved:
- A New binary file handling implemented
- A new encrypted format has been implemented
- Now the chunk sizes will be adjusted for efficient sync
2023-08-24 05:03:03 +02:00
- Fixed:
2023-09-29 11:57:54 +02:00
- levels of exception in some logs have been fixed
- Tidied:
- Some Lint warnings have been suppressed.
... To continue on to `updates_old.md`.
- Improved:
- A New binary file handling implemented
- A new encrypted format has been implemented
- Now the chunk sizes will be adjusted for efficient sync
- Fixed:
- levels of exception in some logs have been fixed
- Tidied:
- Some Lint warnings have been suppressed.