Compare commits

..
2 Commits
Author SHA1 Message Date
fyears 40d2ee95b7 0.0.10 2021-11-07 15:01:12 +08:00
fyears 5632e28331 make decision works 2021-11-07 15:00:22 +08:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsdian-save-remote",
"name": "Save remote",
"version": "0.0.9",
"version": "0.0.10",
"minAppVersion": "0.12.15",
"description": "This is yet another plugin allowing users to sync notes between local device and the cloud.",
"author": "fyears",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "obsidian-save-remote",
"version": "0.0.9",
"version": "0.0.10",
"description": "This is yet another sync plugin for Obsidian app.",
"scripts": {
"dev": "webpack --mode development --watch",
+1 -1
View File
@@ -335,7 +335,7 @@ export const getSyncPlan = async (
password
);
for (const [key, val] of Object.entries(mixedStates)) {
getOperation(val, true);
getOperation(val, true, password);
}
const plan = {
ts: Date.now(),
+1 -1
View File
@@ -1,3 +1,3 @@
{
"0.0.9": "0.12.15"
"0.0.10": "0.12.15"
}