Commit graph

22 commits

Author SHA1 Message Date
vicky469
3b70785b89 refactor: drop legacy comment storage
Remove runtime support for old plugin names, URI protocols, inline note blocks, and legacy sidecar paths. Users who still need inline migration must upgrade through the previous release first.
2026-06-12 11:07:00 +08:00
vicky469
a51f11d8ce feat(comments): nest anchored side notes
Preserve child anchors, source highlights, and ordering when threads are nested. Suppress the missing-anchor notice because orphan styling already carries that state.
2026-06-07 02:15:33 +08:00
vicky469
0cdc6ca29d refactor(comments): remove resolved feature
Removes the resolved/unresolve comment feature entirely. Comments are
now always visible — there is no archived state or toggle.

- Removes `resolved?: boolean` from CommentThread, Comment, and all
  storage/normalization paths
- Removes resolveComment/unresolveComment from CommentManager,
  CommentMutationController, and public plugin API
- Removes shouldShowResolvedComments/setShowResolvedComments from
  session, mutation, and persistence controllers
- Removes sidebar resolve button, toolbar chip, and resolved empty
  states from AsideView
- Removes setThreadResolved sync event generation; keeps the op in the
  union type as a backward-compatible no-op so old stored events parse
  without error
- Deletes resolvedCommentVisibility.ts, commentSelectionVisibility.ts,
  and resolve-note-comment.mjs scripts
- Updates README to remove resolved feature mentions
- Updates all tests accordingly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 18:11:45 +08:00
vicky
6f6da15747 refactor(storage): isolate legacy inline migration 2026-05-15 17:43:49 -04:00
vicky
0effcefe06 refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
vicky
519c8b4fcd Release 2.0.56 2026-04-30 01:25:16 -04:00
vicky
3a31ca59e9 Persist side note pin state and tighten meta layout 2026-04-26 00:31:24 -04:00
vicky
b3aed6f367 Remove bookmark support from side notes 2026-04-25 23:57:25 -04:00
vicky
115bb0d0cc Add sidebar bookmark filters and bookmark thread UI 2026-04-20 17:52:42 -04:00
vicky
cf36b9c251 Harden SideNote2 managed block handling 2026-04-16 15:20:14 -04:00
vicky
25df145136 Add support diagnostics and remove vault AGENTS feature 2026-04-13 16:49:41 -04:00
vicky
39a8c94619 Remove legacy note comment migration support 2026-04-12 22:22:49 -04:00
vicky
5e70fc84d4 Add sidebar thread reordering 2026-04-12 21:57:48 -04:00
vicky469
2643940fb3 Add automatic SideNote2 agent routing support 2026-04-07 10:13:01 -04:00
vicky469
eb23b1f825 Release 2.0.1 2026-04-06 23:40:07 -04:00
vicky469
7547cb6db5 Refactor note comments from flat payloads to threaded entries 2026-04-06 22:47:22 -04:00
vicky
228be8eff1 Fix hidden block save and selection handling 2026-04-02 22:01:32 -04:00
vicky
9f9584bc41 Fix empty-note page note metadata editing 2026-04-01 19:29:11 -04:00
vicky
2197d9b487 refactor: ship 1.0.18 beta 2026-03-31 00:32:58 -04:00
vicky
9f86aec02f Polish sidebar behavior and index note handling 2026-03-27 16:36:23 -04:00
vicky
096ed567cf Release 1.0.4 beta 2026-03-25 20:35:14 -04:00
vicky
d121364be4 initial commit 2026-03-25 18:16:26 -04:00