Releases

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

v0.10.0

January 25, 2026

The v0.10.0 release raises the character limit for account names, categories, recipients, senders, tags, and budgets from 18 to 64 characters, giving you much more room for descriptive names. The transaction list component has also been refined to prevent accidental switching. GitHub releases # Econumo: v0.10.0

v0.9.0

January 20, 2026

The v0.9.0 release brings Econumo together as a fully open-source project in a single repository, now licensed under the permissive MIT license. It also improves the consistency of dialog windows and delivers an enhanced shared-access screen. Changelog # Merged Econumo’s source code into a single repository. Changed the license from AGPLv3 to MIT. Improved dialog window consistency. Enhanced the shared access screen. Upgraded PHP to version 8.5. GitHub releases # Continue reading

v0.8.1

January 9, 2026

The v0.8.1 release enhances the Import functionality, letting you override any field during the import process for greater control over your data. GitHub releases # Econumo: v0.8.1

v0.8.0

January 8, 2026

The v0.8.0 release introduces Import/Export functionality, making it easy to back up your data or migrate between different instances of Econumo. Changelog # Breaking Changes: EconumoFamilyBundle code merged into EconumoBundle and removed. No functionality changes. Deprecated: The System API was deprecated in version 0.8.0 and will be removed in version 1.0.0. Introduced CSV Import/Export functionality. Introduced command ./bin/console app:update-currency-rates to update currency exchange rates from https://openexchangerates.org as a replacement for Continue reading

v0.7.0

December 30, 2025

The v0.7.0 release adds experimental PostgreSQL support. As it is still in beta and has known performance limitations, we don't yet recommend it for production use. GitHub releases # Econumo: v0.7.0

v0.6.0

January 19, 2025

The v0.6.0 release completely rewrites how Econumo handles numbers and currencies. Each currency can now use its own number of fraction digits (up to 8), ensuring precise budget conversions — even for older periods. After deploying this version, it is recommended to run the following command: docker-compose exec -u www-data econumo bin/console app:restore-currency-fraction-digits Changelog # Enhanced the command docker-compose exec -u www-data econumo bin/console app:add-currency --help, enabling you to specify Continue reading

v0.5.2

January 5, 2025

The v0.5.2 release is a small follow-up that fixes an issue reported by the community after the announcement of Econumo CE. Changelog # Fixed a bug affecting multiple currencies that had no exchange rates. GitHub releases # Econumo: v0.5.2

v0.5.1

December 31, 2024

The v0.5.1 release primarily includes bug fixes and minor improvements based on feedback from the Reddit community following the announcement of Econumo CE. Changelog # Fixed the display of multiple expense transactions with the same category in the budget. Added a placeholder for the transaction entry form. Resolved issues with the date range functionality in the budget. Added a "Shared Access" page to Econumo CE. Fixed the /api/v1/system/import-currency-rates endpoint to Continue reading

v0.5.0

December 26, 2024

The v0.5.0 release introduces user onboarding and a calculator widget for transactions, alongside a large batch of budget refinements and bug fixes. Changelog # Added user onboarding. Added more icons for categories. Added a calculator widget for the transaction dialog. Refactored logic related to budget loading. Refactored the BudgetAccessModal component. Refactored the BudgetChangeCurrency component. Improved handling of the long-press directive. Fixed issue where new envelopes were created in the second Continue reading