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-10-24 11:07:29 +02:00
- 0.20.6
- Fixed
- Now empty file could be decoded.
- Local files are no longer pre-saved before fetching from a remote database.
- No longer deadlock while applying customisation sync.
- Configuration with multiple files is now able to be applied correctly.
- Deleting folder propagation now works without enabling the use of a trash bin.
2023-10-17 05:00:59 +02:00
- 0.20.5
- Fixed
- Now the files which having digit or character prefixes in the path will not be ignored.
2023-10-14 16:08:34 +02:00
- 0.20.4
- Fixed
- The text-input-dialogue is no longer broken.
- Finally, we can use the Setup URI again on mobile.
2023-10-13 05:23:59 +02:00
- 0.20.3
- New feature:
- We can launch Customization sync from the Ribbon if we enabled it.
- Fixed:
- Setup URI is now back to the previous spec; be encrypted by V1.
- It may avoid the trouble with iOS 17.
- The Settings dialogue is now registered at the beginning of the start-up process.
- We can change the configuration even though LiveSync could not be launched in normal.
- Improved:
- Enumerating documents has been faster.
2023-10-02 11:39:54 +02:00
- 0.20.2
- New feature:
- We can delete all data of customization sync from the `Delete all customization sync data` on the `Hatch` pane.
- Fixed:
- Prevent keep restarting on iOS by yielding microtasks.
2023-10-02 10:54:56 +02:00
- 0.20.1
- Fixed:
- No more UI freezing and keep restarting on iOS.
- Diff of Non-markdown documents are now shown correctly.
- Improved:
- Performance has been a bit improved.
- Customization sync has gotten faster.
- However, We lost forward compatibility again (only for this feature). Please update all devices.
- Misc
- Terser configuration has been more aggressive.
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` .