2024-01-12 11:38:57 +02:00
### 0.22.0
A few years passed since Self-hosted LiveSync was born, and our codebase had been very complicated. This could be patient now, but it should be a tremendous hurt.
Therefore at v0.22.0, for future maintainability, I refined task scheduling logic totally.
2023-04-28 07:24:37 +02:00
2024-01-12 11:38:57 +02:00
Of course, I think this would be our suffering in some cases. However, I would love to ask you for your cooperation and contribution.
Sorry for being absent so much long. And thank you for your patience!
Note: we got a very performance improvement.
2024-01-24 10:53:00 +02:00
Note at 0.22.2: **Now, to rescue mobile devices, Maximum file size is set to 50 by default** . Please configure the limit as you need. If you do not want to limit the sizes, set zero manually, please.
2022-12-05 12:53:24 +02:00
2023-09-29 11:57:54 +02:00
#### Version history
2024-01-24 10:53:00 +02:00
- 0.22.2
- Fixed:
- Now the results of resolving conflicts are surely synchronised.
- Modified:
- Some setting items got new clear names. (`Sync Settings` -> `Targets` ).
- New feature:
- We can limit the synchronising files by their size. (`Sync Settings` -> `Targets` -> `Maximum file size` ).
- It depends on the size of the newer one.
- At Obsidian 1.5.3 on mobile, we should set this to around 50MB to avoid restarting Obsidian.
- Now the settings could be stored in a specific markdown file to synchronise or switch it (`General Setting` -> `Share settings via markdown` ).
- [Screwdriver ](https://github.com/vrtmrz/obsidian-screwdriver ) is quite good, but mostly we only need this.
- Customisation of the obsoleted device is now able to be deleted at once.
- We have to put the maintenance mode in at the Customisation sync dialogue.
2024-01-16 10:36:37 +02:00
- 0.22.1
- New feature:
- We can perform automatic conflict resolution for inactive files, and postpone only manual ones by `Postpone manual resolution of inactive files` .
- Now we can see the image in the document history dialogue.
- We can see the difference of the image, in the document history dialogue.
- And also we can highlight differences.
- Improved:
- Hidden file sync has been stabilised.
- Now automatically reloads the conflict-resolution dialogue when new conflicted revisions have arrived.
- Fixed:
- No longer periodic process runs after unloading the plug-in.
- Now the modification of binary files is surely stored in the storage.
2024-01-12 11:38:57 +02:00
- 0.22.0
- Refined:
- Task scheduling logics has been rewritten.
2024-01-12 12:29:18 +02:00
- Screen updates are also now efficient.
- Possibly many bugs and fragile behaviour has been fixed.
- Status updates and logging have been thinned out to display.
2023-11-27 09:13:15 +02:00
- Fixed:
2024-01-12 11:38:57 +02:00
- Remote-chunk-fetching now works with keeping request intervals
- New feature:
- We can show only the icons in the editor.
2024-01-12 12:29:18 +02:00
- Progress indicators have been more meaningful:
- 📥 Unprocessed transferred items
- 📄 Working database operation
- 💾 Working write storage processes
- ⏳ Working read storage processes
- 🛫 Pending read storage processes
- ⚙️ Working or pending storage processes of hidden files
- 🧩 Waiting chunks
- 🔌 Working Customisation items (Configuration, snippets and plug-ins)
2024-01-12 11:38:57 +02:00
2023-11-24 12:32:46 +02:00
... To continue on to `updates_old.md` .