You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub-client/changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ be in reverse chronological order (latest first).
15
15
16
16
### 2026-05-12
17
17
18
+
-[`8cf443c1`](https://github.com/quarto-dev/q2/commits/8cf443c1): Add a Settings → Preview → Authorship toggle. When on, the q2-debug renderer colours each node by its last-touch Automerge actor (or git author for `--attribution=git` renders) and shows a hover badge with the author's name and a relative timestamp. Off by default; the wire path stays cold.
19
+
-[`10dd3cfc`](https://github.com/quarto-dev/q2/commits/10dd3cfc): Port the Authorship renderer-side colouring to the new framework/ + q2-debug/ split (Plan 2pre). Attribution data flows through the framework's `AttributionLookupContext`; q2-debug's Block/Inline dispatchers do the wrap and the format's `AstRenderer` handles the hover badge.
18
20
-[`91cfe944`](https://github.com/quarto-dev/q2/commits/91cfe944): `usePreference` is now cross-instance reactive — toggling a preference in Settings updates sibling consumers like the preview without a manual page refresh.
0 commit comments