Release

v0.10.0 Econumo release

January 25, 2026

The v0.10.0 release increases the character limit for account names, categories, recipients, senders, tags, and budgets from maximum 18 to 64 symbols. Additionally, the transaction list component has been updated to prevent switching. GitHub releases # Econumo: v0.10.0

v0.9.0 Econumo release

January 20, 2026

The v0.9.0 release introduces a fully open-source version of Econumo under a single repository, licensed under the MIT license. Additionally, the release improves consistency in dialog window behaviour and provides an enhanced screen for shared access. 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 # Econumo: v0. ...

v0.8.1 Econumo release

January 9, 2026

The v0.8.1 release introduces enhanced Import functionality. This update gives users the flexibility to override any fields during the import process, offering greater control over data management. GitHub releases # Econumo: v0.8.1

v0.8.0 Econumo release

January 8, 2026

The v0.8.0 release introduces Import/Export functionality. This allows users to easily back up their 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 the separate tool. ...

v0.7.0 Econumo release

December 30, 2025

The v0.7.0 release introduces PostgreSQL support in beta. Since it’s still in beta, it has performance issues, so it’s not recommended for use. GitHub releases # Econumo: v0.7.0

v0.6.0 Econumo release

January 19, 2025

The v0.6.0 release features a complete rewrite of how Econumo handles numbers and currencies. This update allows the system to utilize the specified number of fraction digits for each currency (8 maximum), 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 a custom name and the number of fraction digits for any currency, including Bitcoin. ...

v0.5.2 Econumo release

January 5, 2025

The v0.5.2 release primarily includes bug fixes and minor improvements based on feedback from the Reddit community following the announcement of Econumo CE. Changelog # Fixed the bug related to multiple currencies without their exchange rates. GitHub releases # Econumo: v0.5.2

v0.5.1 Econumo release

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 update existing exchange rates without returning a 500 error. ...

v0.5.0 Econumo release

December 26, 2024

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 position instead of the first. Corrected currency conversion for the “Available” field in the budget module. Fixed bug that occurred when clearing cache after deleting a budget. ...

v0.4.3 Econumo release

December 17, 2024

Changelog # Added “Total” amount to the budgeting module. GitHub releases # Econumo: v0.4.3