Skip to content

v1.5.0

Latest

Choose a tag to compare

@Nyrok Nyrok released this 18 Mar 08:54

What's new in v1.5.0

✨ Added

  • List View — New default view with canvas toggle, drag reorder, collapse on click, and unified top toolbar
  • New Block Types — Tools, Environment and Guardrails blocks with distinct visual styles
  • Onboarding Tour — Audit + IDE tools steps added, spotlight click to advance, reordered flow
  • Audit Panel — Post-decompose audit panel with button swap UX and aggressive pulse indicator
  • Blog — 6 new articles on prompt engineering (EN + FR), structured data (JSON-LD)
  • Full Accessibility Rework — ARIA labels, tooltips via Shadcn on all buttons
  • Mobile — Global FAB, audit badge, horizontal block list, canvas-only FAB
  • Analytics — Session recording always-on + granular PM events
  • i18n — Deep merge fallback to English for missing locale keys, FR/PT copy updates

🐛 Fixed

  • Cache audit keyed by rawPrompt (input), score keyed by compiled output
  • Versioning diff compares compiled output instead of raw input
  • Canvas auto-fitView removed on node count change (preserves camera on drag-drop)
  • Collision-free positioning for all manually added blocks
  • Tour backdrop intercepting pointer events on spotlight zone
  • Extension popup trigger fixed (3 compiles instead of post-onboarding timer)
  • List view scroll to bottom on block add
  • Mobile sidebar blocks read-only, responsive audit
  • ReactFlow pointer-events fix ([aria-hidden=true])

💅 Style

  • Block patterns extend through header, lower opacity on Tools/Environment/Guardrails
  • Radar chart SVG width 100%
  • Canvas block bar pinned below ctrl-bar
  • Canvas block bar button size reduced to 24px
  • Landing page: blocks grid 3 → 4 columns, new sections (Prompt Quality, Version History, Context Memory)

@Nyrok