vorotamoroz
3e22c2eda8
Adopt the Commonlib-owned P2P transport
2026-07-18 16:05:01 +00:00
vorotamoroz
6cc06bf20f
test: guard TypeScript modifier inspection
2026-07-17 19:40:43 +00:00
vorotamoroz
d0be2968c2
ci: stabilise package boundary validation
2026-07-17 19:22:00 +00:00
vorotamoroz
2e999b9426
docs: align package boundary proof with published artefact
2026-07-17 18:20:29 +00:00
vorotamoroz
7b7801b029
test: verify the packaged Commonlib boundary
2026-07-17 17:50:56 +00:00
vorotamoroz
f80137e364
docs: record package boundary verification
2026-07-17 16:08:49 +00:00
vorotamoroz
97964fddf1
refactor: inject CLI I/O and diagnostics
2026-07-17 16:01:48 +00:00
vorotamoroz
1b4a0d76dd
fix: remove remaining Svelte state warnings
2026-07-17 15:37:20 +00:00
vorotamoroz
f6b03dc811
refactor: make Svelte prop lifetimes explicit
2026-07-17 15:04:01 +00:00
vorotamoroz
6e00b8195a
fix: remove ineffective trash setting toggle
2026-07-17 14:55:30 +00:00
vorotamoroz
326bf77183
refactor: align platform APIs with community review
2026-07-17 14:47:27 +00:00
vorotamoroz
298738fc67
fix: keep packaged dialogs inside mobile safe areas
2026-07-17 13:28:58 +00:00
vorotamoroz
d5754f1f54
docs: keep package proof evidence durable
2026-07-17 11:58:08 +00:00
vorotamoroz
14da32cbab
chore: refresh Commonlib package proof
2026-07-17 11:32:41 +00:00
vorotamoroz
a721d3b602
refactor: consume Commonlib as a package
2026-07-17 11:13:16 +00:00
vorotamoroz
6475d32769
docs: define common library package boundary
2026-07-17 02:36:21 +00:00
vorotamoroz
e114f66fb2
Harden release workflow validation and retries
2026-07-17 09:50:27 +09:00
vorotamoroz
e31e761c5a
Merge pull request #1028 from vrtmrz/0_25_83
...
Releasing 0.25.83
2026-07-16 22:41:26 +09:00
vorotamoroz
977d50566d
docs: finalise 0.25.83 release notes
0.25.83
0.25.83-cli
2026-07-16 13:01:32 +00:00
github-actions[bot]
85fc62d61c
Releasing 0.25.83
2026-07-16 12:28:26 +00:00
Ouyang Xingyuan
8e0d5581f7
test: cover the non-bulk newest resolution entry point
...
Reason:
- The non-bulk notice regression test should exercise the real resolve-by-newest call path.
Changes:
- Resolve a mocked conflict through `_anyResolveConflictByNewest` and assert that its success notice remains visible.
2026-07-16 21:18:16 +09:00
Ouyang Xingyuan
32e992db93
fix: scope merge notice suppression to bulk resolution
...
Reason:
- Bulk newest resolution should not display one success notice per file, while non-bulk resolution must retain its existing notice.
Changes:
- Pass an explicit notice flag only through the bulk resolution path.
- Cover bulk suppression, non-bulk notices, and ten-file progress updates.
2026-07-16 21:18:16 +09:00
Ouyang Xingyuan
3103dc4f52
fix: suppress bulk conflict resolution notice spam
...
Bulk newest-revision conflict resolution created one notice per resolved file
and updated progress for nine out of every ten files.
Keep per-file bulk resolution success messages in the log without displaying
notices, update notice-level progress once every ten files, and cover both
behaviours with unit tests.
2026-07-16 21:18:16 +09:00
vorotamoroz
943b2a3bd4
Point at merged commonlib rename guard
2026-07-16 20:48:12 +09:00
vorotamoroz
69f4879589
test: cover case-only file renames in Obsidian
2026-07-16 20:48:12 +09:00
vorotamoroz
918d3b5547
fix: guard case-only rename recovery
2026-07-16 20:48:12 +09:00
metrovoc
869a893c19
fix: synchronise case-only file renames safely
2026-07-16 20:48:12 +09:00
vorotamoroz
ba7ea27d0c
feat: distinguish remote operation and request activity
2026-07-16 20:13:10 +09:00
vorotamoroz
9f9758bc12
fix: align chunk reads with remote delivery
...
Consume commonlib's delivery lifecycle, classify finite replication entry points, and document why the five-minute inactivity fuse is only a leak safety valve. Record the remote-activity counter correction and preserve continuous replication's unbounded live channel.
2026-07-16 20:13:10 +09:00
vorotamoroz
f54d162ef9
Merge pull request #1024 from vrtmrz/0_25_82
...
Releasing 0.25.82
2026-07-16 00:07:44 +09:00
vorotamoroz
9d70ac8064
Synchronise workspace lock dependencies
0.25.82-cli
0.25.82
2026-07-15 14:13:43 +00:00
vorotamoroz
f44dc76087
Polish 0.25.82 release notes
2026-07-15 14:03:15 +00:00
github-actions[bot]
962589a40f
Releasing 0.25.82
2026-07-15 14:00:29 +00:00
vorotamoroz
d8bbab6bed
Fix Deno setup for release preparation
2026-07-15 22:55:19 +09:00
vorotamoroz
b475ea64e2
ci: publish CLI images for AMD64 and ARM64
2026-07-15 22:12:07 +09:00
vorotamoroz
908acc4a84
test: add CLI-to-Obsidian compatibility E2E
2026-07-15 22:12:07 +09:00
vorotamoroz
31e9186930
Protect bounded remote activity across app lifecycle
2026-07-15 20:53:27 +09:00
vorotamoroz
4cbccf85b4
Merge pull request #1019 from apple-ouyang/codex/refresh-security-seed-before-sync
...
Fix stale Security Seed after remote rebuild
2026-07-15 20:35:23 +09:00
Ouyang Xingyuan
45657ba39c
fix: refresh Security Seed before replication
...
Reason:
- A client that remains open during a remote database rebuild can retain the previous Security Seed and upload documents encrypted with the wrong key.
Changes:
- Fetch the remote Security Seed at every replication preflight instead of reusing the process cache.
- Add a regression test and an unreleased change note for issue #1018 .
2026-07-14 18:15:40 +08:00
vorotamoroz
056d89aa4d
Merge pull request #1013 from vrtmrz/hold-release-merge-for-brat-validation
...
Hold release merges until BRAT validation
2026-07-14 08:52:41 +09:00
vorotamoroz
804103693f
Hold release PR merge until BRAT validation
2026-07-14 08:45:23 +09:00
vorotamoroz
eb3abc71b4
Merge pull request #1012 from vrtmrz/0_25_81
...
Releasing 0.25.81
2026-07-14 08:21:47 +09:00
vorotamoroz
77eacade10
Generate fallback types during releases
0.25.81
0.25.81-cli
2026-07-14 03:15:42 +09:00
vorotamoroz
d404f2ae54
Add the 0.25.81 release note
2026-07-14 03:04:10 +09:00
github-actions[bot]
a7c488f377
Releasing 0.25.81
2026-07-13 18:02:25 +00:00
vorotamoroz
0f75cd92c0
Automate and validate the release flow ( #998 )
...
* improve release flow
* limit permission
* Test and harden the release workflow
* Keep workspace lockfile versions aligned
* Run release regression tests in CI
2026-07-14 03:01:22 +09:00
vorotamoroz
a41c829c10
fix: preserve U+FEFF at chunk boundaries ( #1010 )
2026-07-14 02:15:57 +09:00
vorotamoroz
ff12778301
Fix strfry tmpfs permissions in CI ( #1011 )
2026-07-14 02:12:54 +09:00
vorotamoroz
e38084b901
Use cached ignore matchers from commonlib ( #1008 )
2026-07-14 00:29:11 +09:00
vorotamoroz
9265a74578
Merge pull request #1007 from apple-ouyang/codex/cache-cli-ignore-matchers
...
Compile CLI ignore patterns once
2026-07-13 13:26:21 +09:00