Skip to content

v0.19.1-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 00:24
· 110 commits to main since this release
8cad305

Delta since previous beta (v0.19.1-beta.3) — 1 new changeset.

Patch Changes

  • External URL nodes in the graph now open in your default OS browser on the desktop app, instead of a new in-app Open Knowledge window. Clicking an external node (or its "Open link" button in the graph side panel) routes through the desktop bridge's openExternal, so the link lands in your system browser the same way external links already open elsewhere in the editor. On the web build the behavior is unchanged (a new browser tab). Previously these three graph call sites used a raw window.open, which Electron turns into a new BrowserWindow rather than handing off to the OS.
    • @inkeep/open-knowledge-core@0.19.1-beta.0
    • @inkeep/open-knowledge-server@0.19.1-beta.0