Changelog

What's new in Flempy

Every user-visible change. Updated on every ship.

feature

Public beta launch

  • Lovable-style landing page — type what you want, sign in, watch it build
  • Native SVG schematic canvas with hyperedge nets, trace-solver routing, and spring animations
  • First-time users get a seeded LED-blinker project and a 3-step tour
  • BOM tab with grouped parts and CSV export
  • Templates gallery with 5 starter projects
  • Public share links — toggle a project public and copy the URL
  • Export any schematic or BOM as PDF via the browser print dialog
  • Stripe-backed Basic and Pro subscriptions, with self-serve billing portal
fix

Tool integrity + cost fixes

  • Hardened value parser — "4.7kΩ", "4k7", "1M" now parse correctly
  • emit_netlist_patch rejects writes that set resistance/capacitance/etc. to null or NaN
  • maxToolIterations dropped 30 → 12, cutting runaway-loop cost by ~60%