vorotamoroz
528b5b5394
Merge branch 'main' into test_real_obsidian
2026-05-20 10:10:59 +01:00
vorotamoroz
67da3964e5
Merge pull request #918 from vrtmrz/v0_25_65
...
V0.25.65
2026-05-19 20:27:34 +09:00
vorotamoroz
45ebc7eb6b
Update the doc and issue report, and bump
0.25.65
2026-05-19 12:17:26 +01:00
vorotamoroz
cc5ead68bc
minor layout fix
2026-05-19 11:59:54 +01:00
vorotamoroz
9b9e4f22f3
Merge pull request #916 from vrtmrz:fix_866
...
fixed: Now Chunk Splitter: `V3: Fine Deduplication`
2026-05-19 19:46:08 +09:00
vorotamoroz
7823f46053
Merge branch 'main' into fix_866
2026-05-19 11:45:41 +01:00
vorotamoroz
d6d8e548b3
Merge pull request #915 from vrtmrz/improve_log_feature
...
Improve log features
2026-05-19 19:40:28 +09:00
vorotamoroz
44b1ed7610
Merge branch 'main' into improve_log_feature
2026-05-19 11:40:14 +01:00
vorotamoroz
5786da5534
merged
2026-05-19 11:38:05 +01:00
vorotamoroz
042a80dd44
Merge pull request #914 from vrtmrz/fix_ios_resume
...
fix: Fix an issue about resuming from background on iOS (#888 ).
2026-05-19 19:34:49 +09:00
vorotamoroz
ee30f6cd6d
fixed: Now Chunk Splitter: V3: Fine Deduplication is working fine again ( #866 ).
2026-05-19 11:26:35 +01:00
vorotamoroz
977a300808
fix grammatical error
2026-05-19 04:10:39 +01:00
vorotamoroz
a392ccab6a
- Improved an error verbosity on concurrent processing on start-up process.
...
- Now the `report` includes recent logs (of verbosity `verbose` even settings is not set to `verbose`).
- Updating logs is now debounced to avoid excessive updates during rapid log generation.
- Added a `Generate full report for opening the issue with debug info` command to the command palette, which generates a report without opening the settings dialogue.
2026-05-19 04:09:04 +01:00
vorotamoroz
dfdfa5383b
grammatical fix
2026-05-19 01:55:10 +01:00
vorotamoroz
a08294ab16
fix: Fix an issue about resuming from background on iOS ( #888 ).
2026-05-18 12:30:03 +01:00
vorotamoroz
d6bf453a6d
Merge branch 'main' of https://github.com/vrtmrz/obsidian-livesync
2026-05-18 11:07:43 +01:00
vorotamoroz
e80cdc2dae
remove unused files
2026-05-18 08:47:03 +01:00
vorotamoroz
60780678fd
Merge pull request #903 from Joysimple/cli-docker
...
bugfix: Add package-lock.json into docker build
2026-05-18 12:38:12 +09:00
vorotamoroz
273e7a2b63
Merge pull request #909 from vrtmrz/p2p_config_selectable
...
P2p config selectable (a.k.a. v0.25.64)
2026-05-17 13:24:40 +09:00
vorotamoroz
2572c54744
Track main
0.25.64
2026-05-17 13:17:09 +09:00
vorotamoroz
6a7c987985
bump
2026-05-17 13:13:21 +09:00
vorotamoroz
6ef866a77c
P2P: Enhance status pane and card with active remote selection and replication features
...
- Added active P2P remote selector and creation option in the status pane.
- Introduced immediate replication action for accepted peers.
- Updated status control icons for clarity.
- Display stable Room ID suffix above Peer ID in the status card.
- Implemented dedicated active remote configuration for P2P features.
- Added migration support for P2P active remote selection.
- Improved unit test coverage for P2P settings.
2026-05-17 13:08:51 +09:00
vorotamoroz
eea26dee74
Update about P2P
2026-05-17 02:35:20 +09:00
vorotamoroz
ee24fe8c24
Merge pull request #904 from vrtmrz/enhance_fix_p2p
...
Fixed: fixed P2P bugs and and implement new UI
2026-05-17 02:32:50 +09:00
vorotamoroz
9d9364af36
Fix updates.md
2026-05-17 02:24:58 +09:00
vorotamoroz
83228e2077
Fix P2P replicator creation and enhance error handling in synchronization functions
2026-05-17 02:23:58 +09:00
vorotamoroz
a379b5bd78
bump
0.25.63
2026-05-17 01:40:50 +09:00
vorotamoroz
4ed1749652
Enhance P2P synchronization features and UI improvements
2026-05-17 01:36:09 +09:00
vorotamoroz
9a90256a8a
Enhance P2P synchronization features and UI improvements
2026-05-16 23:50:08 +09:00
vorotamoroz
f0628a0d2c
Improve UI
2026-05-16 23:09:11 +09:00
vorotamoroz
d5e2f57781
Fixed: fixed P2P bugs and and implement new UI
2026-05-15 10:18:53 +01:00
Nikolay Sokolov
02673a1631
bugfix: Add package-lock.json into docker build
2026-05-14 23:17:37 -07:00
vorotamoroz
502ebafdda
Merge remote-tracking branch 'origin/main' into test_real_obsidian
2026-05-14 16:09:25 +01:00
vorotamoroz
bba0a27735
WIP: Add test
2026-05-14 16:06:17 +01:00
vorotamoroz
91c9746886
Merge pull request #900 from vrtmrz/v0_25_62
...
Releasing v0.25.62
2026-05-14 20:15:02 +09:00
vorotamoroz
75b44b1636
bump
0.25.62
2026-05-14 09:40:12 +00:00
vorotamoroz
f1fe48c1ee
add version-bump
2026-05-14 09:35:53 +00:00
vorotamoroz
437e7c0d9c
Fixed an issue where a connection could not be established when attempting to connect to a brand-new remote database without going through the set-up wizard or configuration checking
2026-05-14 09:32:34 +00:00
vorotamoroz
02580b2cad
Merge branch 'main' into test_real_obsidian
2026-05-14 05:28:38 +01:00
vorotamoroz
5ffa7ec7ee
Merge pull request #897 from vrtmrz/v0_25_61
...
Releaseing v0.25.61
2026-05-13 23:06:57 +09:00
vorotamoroz
a1859f5d2e
bump
0.25.61
2026-05-13 14:44:38 +01:00
vorotamoroz
785af8cb8f
Merge pull request #896 from vrtmrz/address_community_review
...
Address community review
2026-05-13 22:29:37 +09:00
vorotamoroz
06e1f4aa4a
Update subrepo pointer
2026-05-13 14:25:49 +01:00
vorotamoroz
767f22ce9c
Merge branch 'address_community_review' of https://github.com/vrtmrz/obsidian-livesync into address_community_review
2026-05-13 14:16:51 +01:00
vorotamoroz
6a9bba702c
chore: ran prettier
2026-05-13 14:10:56 +01:00
vorotamoroz
de2397dc3f
Adding a rough DI
2026-05-13 14:10:55 +01:00
vorotamoroz
daaad9212e
Fix package-lock
2026-05-13 14:10:54 +01:00
vorotamoroz
a6891374a1
chore: Package modernise, update linter
2026-05-13 14:10:01 +01:00
vorotamoroz
b1cadf0549
prettify
2026-05-13 14:07:58 +01:00
vorotamoroz
95f40cc954
(chore): removing DOM Operation
2026-05-13 14:07:58 +01:00