Skip to content

v0.9.2-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jun 23:43
· 291 commits to main since this release
e738ac3

Delta 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-header line classes but never set the --list-hang
    variable that the base .cm-line rule consumes, so the base !important
    padding-inline-start overrode the standalone table padding while the table's
    negative text-indent still 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 the pointerdown event on its children — even on the no-drag button — before the DOM sees it. Radix's dropdown opens on pointerdown, so clicking the button did nothing. The synthesized click still 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 /Applications alias positioned over a background image.

    Configured via electron-builder's dmg block (installer-window size, icon coordinates, background). The committed background is a schematic placeholder; final branded artwork drops into packages/desktop/build/dmg-background.png + dmg-background@2x.png (540x380 / 1080x760). Iterate on the layout locally with bun run build:mac:unsigned.