Skip to content

v0.11.4

Choose a tag to compare

@tassionoronha tassionoronha released this 25 May 17:20
5432343

Highlights

Cash flow baseline forecast (#225)

image

The Fluxo de Caixa report gains a new Incluir estimativa toggle that projects the chart forward using your last 12 months of activity (adaptive — shrinks to whatever history you have when shorter) instead of just the recurring rules. The forecast is symmetric across income and expense, so accounts without a recurring salary set up no longer slope catastrophically downward.

The chart also now includes ~1 month of past actuals before today, with a vertical Hoje marker and a dashed line for the forecast portion, so the estimated section is visually distinct from the real one. Hover the ? icon next to the toggle for a quick reminder of how the estimate is built.

The day-by-day walk was rewritten to anchor at today's authoritative balance (a backward walk for the past month, forward walk for the projection), which also fixes a subtle drift that could occur when an opening-balance transaction landed inside the past-history window.

Resolves #179.

Expose built-in MCP server to external agents (#224)

image

The built-in MCP server can now be reached from external agents (e.g. Claude Desktop, your own clients) via short-lived JWT tokens managed from the agent connections panel. Useful for plugging Securo into ChatGPT/Claude/etc. workflows without hand-rolling the token plumbing.

Resolves #223.

Thanks

Thanks to everyone who shipped, reported, and discussed the issues that made this release happen 🙏

Issue reports: @paulo-paes · @juceza

Full changelog: v0.11.3...v0.11.4