ℹ️ If you're on v0.12.7 and Pluggy sync still hits the deprecated endpoint, upgrade to v0.12.8. The v2 Pluggy fix (#277) was merged just after v0.12.7 was tagged, so it wasn't in the v0.12.7 image — v0.12.8 is the first release to actually contain it.
Features
- Italian language support 🇮🇹 — contributed by @Ayoubl96 🎉 (#278)
- Net worth report: a change tooltip showing the delta between points. (#282) — thanks @geeosp
- Net worth report: liabilities now grow downward on a negative vertical axis for a clearer assets-vs-liabilities view. (#283) — thanks @geeosp
Fixes
- Pluggy transactions migrated to the v2 cursor-based endpoint. Pluggy deprecated v1
GET /transactions(it returns410 ENDPOINT_DEPRECATEDon newer API keys, rolled out per key), which broke sync for affected self-hosters. Sync now usesGET /v2/transactionswith cursor pagination; thecreatedAtFromlate-ingest behavior is preserved. (#277) — thanks @DanielSuhett, @sfrique and @garrucho for reporting and root-causing (#266) 🙏 - Net worth: negative-balance non-credit-card accounts (e.g. overdrafts) are now counted as liabilities instead of being ignored. (#284) — thanks @geeosp
- Seeded demo data is now associated with the user's personal workspace. (#281) — thanks @geeosp
Big thanks to @Ayoubl96, @geeosp, @DanielSuhett, @sfrique and @garrucho 💜
Full Changelog: v0.12.7...v0.12.8