Fix 3 issues, implement a feature, and tidy up .

Fixed:
- note splitting bug
- missing some logging
- leaking important things to log. #11
New feature:
- No not delete empty folder
Tidy Up:
- Setting dialog.
- URI and Database are splited.
- Controlled options that should not be selected at the same time
- Drop history improved
This commit is contained in:
vorotamoroz
2021-11-15 12:25:18 +09:00
parent 8adab63724
commit bf4ce560ea
3 changed files with 301 additions and 178 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "obsidian-livesync",
"version": "0.1.15",
"version": "0.1.16",
"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": {