Fixed issues and implement End to End Encryption.

Improvements:
- End to End Encryption implemented (beta)
- Speedup boot file checking.
- Show status on Dropping history and set E2E

Fixes:
- Fix replication issue that reflects own changes again.
- Fix replication issue about unexpected error message shown.
- Fix replication issue on mobile (Excessive resolution of modified time)
- Fix issue about error on initialize.
This commit is contained in:
vorotamoroz
2021-11-12 19:11:52 +09:00
parent 9facb57760
commit 8adab63724
4 changed files with 429 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "obsidian-livesync",
"version": "0.1.14",
"version": "0.1.15",
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
"main": "main.js",
"scripts": {