Releases

v1.3.0

August 3, 2026

The v1.3.0 release is built around three themes: recurring transactions, user-managed currencies, and a jump from 2 to 11 UI languages. Transactions can also be saved without a category now, and that spending finally shows up in the budget. Everything is a drop-in upgrade — no configuration changes, no manual migration steps. Recurring transactions # Save a bill or paycheck as a repeating template instead of re-entering it every month. Continue reading

v1.3.1

August 3, 2026

The v1.3.1 release is a small follow-up to v1.3.0: it fixes the self-hosted SPA failing to load when accessed over plain HTTP on a LAN IP. There are no user-facing feature changes and no breaking changes — upgrading is a straight image bump. Changelog # Fixed the SPA showing a blank white page on a self-hosted instance accessed over plain HTTP on anything other than localhost (e.g. http://192.168.x.x:8181). crypto.randomUUID() only Continue reading

v1.2.1

July 28, 2026

The v1.2.1 release is a small follow-up to v1.2.0: it fixes MCP access behind a reverse proxy and a budget drill-down bug. There are no user-facing feature changes and no breaking changes — upgrading is a straight image bump. Changelog # Fixed the MCP server rejecting every /mcp request when Econumo runs behind a reverse proxy. A DNS-rebinding guard meant to protect local, browser-driven desktop servers was also applying to Continue reading

v1.2.0

July 24, 2026

The v1.2.0 release is Econumo's biggest yet: run it as a single self-contained binary with no Docker at all, let an AI assistant read and log your transactions through a built-in MCP server, migrate to PostgreSQL in one command, and manage your own account email without contacting support. Talk to your finances from an AI assistant # Econumo now ships a built-in MCP server, so any MCP-compatible client — Claude Continue reading

v1.1.0

July 19, 2026

The v1.1.0 release follows the maintenance-only v1.0.2 with real new features: multi-language support, a redesigned account-sharing flow, exact decimal money handling, and new-release notifications — plus a substantial security-hardening pass after an authorization audit and an external security review, and a batch of budget and UI fixes. Breaking changes for third-party API clients — the bundled web app is unaffected and needs nothing from you beyond the usual image bump, Continue reading

v1.1.1

July 19, 2026

The v1.1.1 release is a small follow-up to v1.1.0: it resolves three CodeQL code-scanning findings in the Go backend. There are no user-facing changes and no breaking changes — upgrading is a straight image bump. Changelog # Resolved three CodeQL code-scanning alerts flagged in the Go backend (hardening only, no change in behavior). GitHub release # Econumo: v1.1.1 Full changelog: v1.1.0...v1.1.1

v1.0.2

July 16, 2026

The v1.0.2 release is a maintenance update with no user-facing changes. It bumps dependencies across the Go backend and the React frontend, and reworks the multi-arch release image build to cross-compile natively instead of running under QEMU. Changelog # Dependency updates across the Go backend and the React frontend (crypto, mailer client, linting, test tooling, and more). Release image builds now cross-compile natively instead of emulating under QEMU, cutting multi-arch Continue reading

v1.0.1

July 15, 2026

The v1.0.1 release is a small follow-up to the v1.0.0 rewrite: a new footer at the bottom of Settings that tells you which version you're running, plus a fix for setting spending limits on tags and categories you add after creating a budget. There are no breaking changes — upgrading is a straight image bump. Know your version at a glance # The bottom of the Settings screen now shows Continue reading

v1.0.0

July 12, 2026

The v1.0.0 release is a complete rewrite of Econumo — a new Go backend and a redesigned React frontend, shipped together as a single self-contained binary. The app got much faster, memory consumption dropped from ~200 MB to ~10 MB, and every credential in your account — sessions, API tokens — is now visible and revocable. Breaking changes — upgrading from v0.x moves the Docker image and rewrites your .env. Continue reading

v0.10.1

May 24, 2026

The v0.10.1 release adds a version indicator so you can always tell which build of Econumo you're running, and fixes a startup issue on Alpine-based images. Changelog # Added a display of Econumo's current version. Fixed an Alpine entrypoint failure by replacing su with su-exec. GitHub releases # Econumo: v0.10.1