Releases

Releases

Latest GitHub release notes for Figranium, including stable and beta drops.

Browse history

Stable release

v0.12.2

v0.12.2

Published April 11, 2026

Release notes

Security

  • Ollama SSRF hardening (#284) - Settings and task routes now validate Ollama configuration and API targets more strictly, preventing unsafe outbound requests to internal hosts.

Performance

  • Cron next-run calculation (#285) - src/server/cron-parser.js now calculates the next execution time more efficiently, with a dedicated regression/perf test added in tests/cron-perf.test.js.
  • Sandbox proxy optimization (#282) - Browser sandbox proxy handling was streamlined for better identity handling and lower overhead in extraction flows.

Improvements

  • Block editing interactions - Blocks now open their settings on double-click, while the block type label uses a short click delay so a second click can switch from the action palette to block settings. The tweaked interaction keeps single-click type changes responsive without stealing the double-click path.
  • Shortcut discoverability and task card actions (#283) - Task card and sidebar keyboard cues were polished to make action discovery more obvious from the dashboard.
  • TypeScript config cleanup - tsconfig.json was adjusted to resolve a lint/type-check issue uncovered during the release cycle.

Past releases

View on GitHub