Back to Blog

Synapify 0.16.0 Released

Synapify 0.16.0 is now available for download.

release synapify product

Synapify 0.16.0, the latest version of our visual RIDDL editor, is now available for macOS, Linux, and Windows.

What’s New

Definition Insertion

  • New Repository creation dialog — Adding a Repository now opens a dialog that prompts for the name and lets you optionally define one or more schemas up front. Each schema captures its name, kind (relational/flat/document/etc.), data items (with picker for existing types), links, and indices, generated as valid RIDDL.

  • New Projector creation dialog — Adding a Projector now prompts for the name and optionally lets you pick which Repository it `updates`. The repository options are auto-populated from the enclosing context.

  • Toolbar clicks now open dialogs too — Previously dialogs only appeared when you dragged a definition tool to the content area; toolbar clicks silently inserted “Unnamed” stubs. Both gestures now route through the same dialog flow so you always get the prompt.

Sign-In

  • OAuth callback page has a “Close Tab” button — After signing in, the system browser tab now shows an explicit Close Tab button (with Enter or Escape shortcuts) alongside the existing auto-close attempt and “Sign-in complete” message.

Bug Fixes

  • Insertion dialogs scroll when content is taller than the window — Tall dialogs (Statement, Interaction, the new Repository dialog with multiple schemas) used to spill off the top and bottom of the viewport. They now sit near the top of the window and scroll internally as needed.

Under the Hood

  • RIDDL 1.23.4 — Upstream patch releases for grammar and validation refinements.