New
-
Connector-scoped publishing. Right-click a connector in the desktop sidebar to publish just that connector's approved changes. No need to "Publish all" across the whole workspace. The CLI gets matching
--connectionflags onfiles uploadandfiles downloadfor the same scoping. -
Refresh All Schemas. Connections now have a "Refresh All Schemas" option that refreshes every table at once instead of one at a time. Handy after adding a column in Airtable or Notion, or after a connector schema fix.
-
Wix Blog pull works. Wix Blog posts were never being fetched. The connector stub returned zero records regardless of site content. All post statuses (published and unpublished) now pull correctly.
-
Trial reminder emails. Users on the 14-day Pro trial get an email about 3 days before it ends and another when it expires and the account downgrades to Free.
Better
-
YouTube: status fields are now publishable. You can edit and push status changes back to YouTube.
-
Copper custom fields are individually editable. Each custom field now appears as its own column in the grid and can be edited and reviewed independently. Before, they were a single opaque blob.
-
GoHighLevel and Affinity custom-field arrays stored correctly. Both connectors were reshaping custom fields on the way in, which broke round-trip fidelity. They're now stored verbatim, fixing data integrity and unblocking correct publish.
-
Webflow falls back to the staged endpoint when needed, improving reliability on draft-enabled sites.
-
Notion people columns accept group members. The schema now handles group-member values in people properties.
-
Airtable: aiText and formula-error values handled. Both field types are now accepted in the generated schema instead of causing validation noise.
Fixed
-
Accepting or discarding a single record crashed when other unrelated accepted patches existed in the workspace. Fixed.
-
Desktop live canary check was reporting false negatives on workspaces that had already been downloaded. Fixed.
Under the hood
- Shopify: SEO metafields and file images now stored verbatim (Connector Prime Directive compliance).
- Wix auth migrated to OAuth client-credentials.
- Server now rebuilds the dirty branch from main at publish time, fixing a class of stale-state publish bugs.
scratchmdCLI binary now builds alongside the native addon for local desktop startup.- String-format schema validation failures downgraded from errors to warnings.
- macOS notarization retries on transient Apple service failures.
- Release pipeline won't publish a release unless all platform builds are present.