Skip to content

v0.5.0

Latest

Choose a tag to compare

@alexnguyen03 alexnguyen03 released this 12 Aug 17:41

Zentro Release Notes (v0.5.0)

Release Scope

Feature and stability release following v0.4.0. Adds image preview support in the result grid, a refreshed brand identity, a simplified environment model, and a round of editor, safety, and dependency fixes.

What Is New in v0.5.0

Results & Data

  • Added hover-to-preview image support for binary and URL cells in the result grid.
  • Added a manual "Mark as Image Column" override in the column header menu for columns the auto-detection misses.
  • Reworked the blob viewer with better rendering for image payloads.

SQL Editor

  • FK join suggestions are now collected from every anchor in the statement, not just the first one.
  • Leading comments are stripped before classifying SELECT statements, so commented queries no longer trigger write-safety incorrectly.
  • Disabled the active-statement outline border pending a style pass.

Environments

  • Simplified the environment model to Development, Staging, and Production. Existing projects using the removed Local/Testing tiers are automatically migrated to Development — no action needed.
  • Backend session now reconnects before switching project environment, fixing stale-connection errors after a switch.

Safety

  • Write confirmations are no longer silently dropped in edge cases.
  • Sandbox preview (eye icon) is now correctly gated behind Pro entitlement.

App & UI

  • New logo and refreshed app icon across the app and installer.
  • Plan badge now sits next to the project name in the toolbar, restyled as a pill.
  • Added a one-time in-app feedback prompt.
  • Fixed stuck dialog nodes wedging Ctrl+Tab and other global shortcuts.
  • Update checker now points at the ZentroIDE org repository.

Security & Maintenance

  • Patched critical/high Go vulnerabilities flagged by Dependabot.
  • Patched npm vulnerabilities in root and frontend, including a transitive dompurify override.