1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2025-03-03 15:32:25 +02:00
obsidian-livesync/updates.md

22 lines
1.6 KiB
Markdown
Raw Normal View History

2024-04-27 03:35:32 +09:00
### 0.23.0
Incredibly new features!
2023-04-28 14:24:37 +09:00
2024-04-27 03:35:32 +09:00
Now, we can use object storage (MinIO, S3, R2 or anything you like) for synchronising! Moreover, despite that, we can use all the features as if we were using CouchDB.
Note: As this is a pretty experimental feature, hence we have some limitations.
- This is built on the append-only architecture. It will not shrink used storage if we do not perform a rebuild.
- A bit fragile. However, our version x.yy.0 is always so.
- When the first synchronisation, the entire history to date is transferred. For this reason, it is preferable to do this under the WiFi network.
- Do not worry, from the second synchronisation, we always transfer only differences.
2024-01-12 09:38:57 +00:00
2024-04-27 03:35:32 +09:00
I hope this feature empowers users to maintain independence and self-host their data, offering an alternative for those who prefer to manage their own storage solutions and avoid being stuck on the right side of a sudden change in business model.
2024-01-12 09:38:57 +00:00
2024-04-27 03:35:32 +09:00
Of course, I use Self-hosted MinIO for testing and recommend this. It is for the same reason as using CouchDB. -- open, controllable, auditable and indeed already audited by numerous eyes.
Let me write one more acknowledgement.
I have a lot of respect for that plugin, even though it is sometimes treated as if it is a competitor, remotely-save. I think it is a great architecture that embodies a different approach to my approach of recreating history. This time, with all due respect, I have used some of its code as a reference.
Hooray for open source, and generous licences, and the sharing of knowledge by experts.
2022-12-05 19:53:24 +09:00
2023-09-29 18:57:54 +09:00
#### Version history
2024-04-27 03:35:32 +09:00
- New feature:
- Now we can use Object Storage.