vorotamoroz
88a8bcbd5a
barrel node specific modules to summarise the warnings
2026-06-17 06:15:25 +01:00
vorotamoroz
4a5283543d
for automatic review
2026-06-17 06:10:30 +01:00
vorotamoroz
7895336189
revert deno test
2026-06-17 06:08:40 +01:00
vorotamoroz
2d5cdccf7d
for automatic review
2026-06-17 05:51:01 +01:00
vorotamoroz
497fd04081
fix global references
2026-06-17 05:29:45 +01:00
vorotamoroz
ae9c46f8f0
Fix import paths
2026-06-17 04:39:39 +01:00
vorotamoroz
dcd10cd690
Fix dependency management
2026-06-17 04:24:55 +01:00
vorotamoroz
5a35b71339
define workspace
2026-06-17 04:01:45 +01:00
vorotamoroz
18a59219f7
add ignore paths
2026-06-15 12:25:50 +01:00
vorotamoroz
c9095738e6
(chore): limit tags
2026-06-15 12:21:58 +01:00
vorotamoroz
bed415fc6b
(chore): add missing release date
2026-06-15 12:21:11 +01:00
vorotamoroz
4eeb93b9e4
Merge pull request #961 from vrtmrz/0_25_76
...
Releasing 0.25.76
2026-06-15 20:18:37 +09:00
vorotamoroz
0fc233686b
prettify and bump
0.25.76
0.25.76-cli
2026-06-15 11:54:41 +01:00
vorotamoroz
def1d297f5
Merge pull request #958 from vrtmrz/fix_875
...
Fix S3 client with custom headers and strict server
2026-06-15 19:41:31 +09:00
vorotamoroz
e7cf2a6fba
Merge branch 'main' into fix_875
2026-06-15 19:41:18 +09:00
vorotamoroz
2da2fd7671
Merge pull request #960 from vrtmrz/fix_956
...
Fix configuration serialisation
2026-06-15 19:40:37 +09:00
vorotamoroz
d5175969e7
Update notes.
2026-06-15 11:39:38 +01:00
vorotamoroz
46f9630999
track merged submodule
2026-06-15 11:39:13 +01:00
vorotamoroz
75adcf0ff0
track merged submodule
2026-06-15 11:38:50 +01:00
vorotamoroz
866dd49ba3
### Fixed
...
- No longer connection information of the P2P synchronisation is broken on the specific platform (#956 ).
2026-06-15 11:34:25 +01:00
vorotamoroz
d0a84d07aa
(chore) typo
2026-06-15 10:43:27 +01:00
vorotamoroz
089a4c0f8b
### Fixed
...
- Now S3 connection with custom headers works properly.
2026-06-15 10:41:26 +01:00
vorotamoroz
1a1f816872
Merge pull request #957 from vrtmrz/v0_25_75
...
Releasing v0.25.75
2026-06-13 12:05:16 +09:00
vorotamoroz
9d86c2828b
Update dependency, and bump
0.25.75
0.25.75-cli
2026-06-13 11:58:40 +09:00
vorotamoroz
3b6d3beaa7
Merge pull request #955 from vrtmrz/fix_953
...
Fix an issue where using fast synchronisation caused a TypeError in some environment
2026-06-13 11:21:19 +09:00
vorotamoroz
bb75b6ead8
Merge remote-tracking branch 'origin/main' into fix_953
2026-06-13 11:19:22 +09:00
vorotamoroz
fccb2304f6
update submodule pointer
2026-06-13 11:18:03 +09:00
vorotamoroz
f00ef5eaae
update submodule pointer
2026-06-13 11:15:03 +09:00
vorotamoroz
4e7ee760de
Merge pull request #949 from AutoraLabs/feat/keep-livesync-active-in-background
...
feat: opt-in desktop setting to keep replication active in the background
2026-06-13 11:14:04 +09:00
vorotamoroz
c4faade30c
Update submodule pointer
2026-06-13 11:13:35 +09:00
vorotamoroz
295dc1392a
### Fixed
...
- Fixed an issue where using fast synchronisation caused a TypeError in some environments (#953 ).
2026-06-12 11:33:07 +01:00
Miguel Ferreira
445a8c747c
chore(submodule): bump src/lib to commonlib main ( #51 merged as e98d929)
...
vrtmrz/livesync-commonlib#51 is merged into commonlib main as e98d929. Repoint
the gitlink from the PR branch commit to that merge commit so this PR builds
against upstream main.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-10 10:45:40 +01:00
Miguel Ferreira
292a6b9e1e
refactor: detect platform via APIService.isMobile() instead of Platform.isDesktopApp
...
Address the maintainer review on #949 : determine the platform through the
plugin's own service layer (services.API.isMobile()) rather than Obsidian's
Platform API directly, matching the existing call in ObsidianLiveSyncSettingTab.
Applies to both PR-introduced sites: the runtime guard (ModuleObsidianEvents)
and the settings-pane toggle (PaneSyncSettings).
The TFile import becomes type-only so deps.ts is no longer pulled at runtime;
the unit test drives the platform through the services.API.isMobile() mock.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-10 10:45:40 +01:00
vorotamoroz
0e04e7d31d
Merge pull request #951 from vrtmrz/feat_docker_ci_build
...
feat: Docker CI workflow to enhance image tagging and push logic base…
2026-06-09 18:41:26 +09:00
vorotamoroz
4cf4acf7e9
feat: Docker CI workflow to enhance image tagging and push logic based on branch and event type
2026-06-09 09:00:43 +00:00
vorotamoroz
0856693aac
Add instruction
2026-06-09 02:26:07 +01:00
vorotamoroz
39d78a04ac
Enhance remote database management and add --vault option
...
Added new commands for remote database management and introduced --vault option for daemon and mirror commands.
2026-06-08 21:12:42 +09:00
vorotamoroz
0b8d73ccd8
Merge pull request #948 from vrtmrz/adjust_overwrite_prevention
...
Adjust overwrite prevention
2026-06-08 19:57:20 +09:00
vorotamoroz
5921a71227
Add CI
2026-06-08 10:52:00 +00:00
vorotamoroz
a40929c9e4
fixed: enhance conflict handling by adding settings check for document writes
2026-06-08 10:47:34 +00:00
vorotamoroz
2d8a285201
Port new tests
2026-06-08 10:38:54 +00:00
vorotamoroz
d9903bfe9e
Merge pull request #947 from vrtmrz/0_25_74
...
Release: 0.25.74
2026-06-08 19:29:33 +09:00
vorotamoroz
a6e7dddf7f
Merge branch '0_25_74' into cli_test_deno
2026-06-08 11:29:06 +01:00
vorotamoroz
9a51c78011
tweak specificity
0.25.74
2026-06-08 11:18:35 +01:00
vorotamoroz
7b9c0b011f
bump
2026-06-08 11:15:13 +01:00
vorotamoroz
26a050e6f6
Merge pull request #946 from vrtmrz/cli_vaultpath
...
feat: decouple the database and vault directories
2026-06-08 19:12:11 +09:00
vorotamoroz
34162f747c
fix corrupted test, update submodule
2026-06-08 11:10:37 +01:00
vorotamoroz
9e87ee4da1
Merge branch 'main' into cli_vaultpath
2026-06-08 19:07:02 +09:00
vorotamoroz
ba5d4c434b
Merge pull request #945 from vrtmrz/fix_941
...
fixed: ignore hidden files completely if hidden file sync disabled
2026-06-08 18:57:09 +09:00
vorotamoroz
8f44f4c61d
Merge remote-tracking branch 'origin/main' into fix_941
2026-06-08 10:55:47 +01:00