### Fixed

- Hidden file synchronisation now works!
- Now Hidden file synchronisation respects `.ignore` files.
- Replicator initialisation during rebuilding now works correctly.

### Refactored

- Some methods naming have been changed for better clarity, i.e., `_isTargetFileByLocalDB` is now `_isTargetAcceptedByLocalDB`.
This commit is contained in:
vorotamoroz
2026-02-21 14:05:32 +09:00
parent 556ce471f8
commit 4f987e7c2b
6 changed files with 45 additions and 13 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "obsidian-livesync",
"version": "0.25.43-patched-8",
"version": "0.25.43-patched-9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-livesync",
"version": "0.25.43-patched-8",
"version": "0.25.43-patched-9",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.808.0",