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
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "obsidian-livesync",
"version": "0.1.14",
"version": "0.1.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-livesync",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",
"dependencies": {
"diff-match-patch": "^1.0.5",