From 39d78a04ac3fba02ce29a80006fbcbe6416d409a Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 8 Jun 2026 21:12:42 +0900 Subject: [PATCH] Enhance remote database management and add --vault option Added new commands for remote database management and introduced --vault option for daemon and mirror commands. --- updates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/updates.md b/updates.md index 5b292fb..f4f05c3 100644 --- a/updates.md +++ b/updates.md @@ -32,6 +32,7 @@ I should also consider the version numbering for the CLI... ### Improved - Added new remote database management commands: `remote-status`, `unlock-remote`, `lock-remote`, and `mark-resolved`. +- --vault option is now available for daemon and mirror commands! (Thank you so much for @starskyzheng)! - Decoupled the database directory path from the actual vault directory path using the `--vault` (or `-V`) option. ### Fixed (preventive)