v0.9.2-beta.0
Pre-releaseDelta since previous beta (v0.9.1-beta.8) — 3 new changesets.
Patch Changes
-
fix(open-knowledge): source-view tables no longer render indented left of surrounding text
GFM table rows in the Markdown source view rendered roughly 2ch to the left of the
surrounding prose, headings, and lists. The source-polish view-plugin set the
.cm-table-row/.cm-table-headerline classes but never set the--list-hang
variable that the base.cm-linerule consumes, so the base!important
padding-inline-startoverrode the standalone tablepaddingwhile the table's
negativetext-indentstill applied, pulling table lines into the gutter. Tables
now participate in the same hanging-indent mechanism as lists and fenced code, so
they line up with body text. (PRD-6922) -
Fix the editor toolbar's "Open with AI" menu not opening in the macOS desktop app. The header sits in a macOS title-bar drag region (
-webkit-app-region: drag), and macOS swallows thepointerdownevent on its children — even on theno-dragbutton — before the DOM sees it. Radix's dropdown opens onpointerdown, so clicking the button did nothing. The synthesizedclickstill fires, so on the desktop host the menu now opens from the click instead. Browsers (ok ui) are unaffected and keep Radix's default behavior. This regressed when the button's redundant hover tooltip was removed, which had incidentally kept pointer events flowing to the trigger. -
Custom DMG install window: the mounted disk image now shows the standard "drag the app onto Applications" layout, with the app icon and the
/Applicationsalias positioned over a background image.Configured via electron-builder's
dmgblock (installer-window size, icon coordinates,background). The committed background is a schematic placeholder; final branded artwork drops intopackages/desktop/build/dmg-background.png+dmg-background@2x.png(540x380 / 1080x760). Iterate on the layout locally withbun run build:mac:unsigned.