Current version: v0.5.0 (2026-03)
Changelog
A record of everything new, improved, and fixed in Floo.
v0.5.0March 2026Latest
Internationalization & Compliance
- NewFull internationalization (i18n) with English, Spanish, and French
- NewTerms of Service, Privacy Policy, and Cookie Policy pages
- NewCookie consent banner with granular controls
- ImprovedGDPR and privacy compliance across all user-facing pages
- ImprovedChangelog page with version history
- Infranext-intl integration with namespaced translation files
v0.4.0March 2026
Contracts, Reconciliation & Wallets
- NewContract management — track subscriptions, leases, and recurring obligations
- NewReconciliation engine to match expected vs. actual transactions
- NewCash wallet support for manual cash tracking alongside bank accounts
- NewPayment reminders with configurable advance notice
- ImprovedEnhanced recurring transaction detection with contract linking
- ImprovedAccount overview redesign with contract status indicators
v0.3.0February 2026
Visual Redesign & Polish
- ImprovedComplete UI refresh with glass morphism design language
- NewCustom account color picker for visual organization
- ImprovedImproved recurring transaction grouping and display
- ImprovedSmoother animations and page transitions with Framer Motion
- FixedFixed chart rendering issues on mobile viewports
- FixedResolved timezone edge cases in transaction date parsing
v0.2.0February 2026
Multi-Currency, Charts & Insights
- NewMulti-currency support with real ECB exchange rates via Frankfurter API
- NewDashboard with 6 interactive Recharts visualizations
- NewFinancial health score (A-F grading) and velocity metrics
- New30-day cash flow forecast with confidence intervals
- NewAnomaly detection for unusual spending patterns
- NewInsights engine with actionable recommendations
- Improved4 metric cards with trend indicators on dashboard
v0.1.0January 2026
Initial Release
- NewBank statement import supporting PDF, CSV, and XLSX formats
- New6 bank parsers: LCL, Revolut, Produbanco, Pichincha (x2), generic CSV/XLSX
- NewAutomatic transaction categorization with smart rules
- NewBasic spending analytics and category breakdown
- NewUser authentication with bcrypt + JWT (no third-party auth)
- NewLanding page with feature overview and pricing
- InfraPostgreSQL database with Kysely query builder and migrations
- InfraRate limiting, dark mode, and CSV export