Added
- Budget loans tracker (PR #117 by @rafaelfoster): a new Loans tab in the Budget module lets you create instalment-based loans, record individual payments, track remaining balance and due months, and filter budget transactions by loan. Paid-off loans are automatically marked as closed. Full CRUD with confirmation modals.
- Dashboard widget sizes: each dashboard widget now has a configurable size (columns × rows). Sizes are persisted in user preferences and survive page reloads.
- Extended date formats: Settings → General now offers four additional date format options —
MM.DD.YYYY,YYYY.MM.DD,YYYY/MM/DD, andDD/MM/YYYY— alongside the existing formats.
Fixed
dmydate format preserved: the existingDD.MM.YYYYbehaviour of thedmypreference is unchanged for all current users; a newDD/MM/YYYYoption (dmy_slash) is available for those who want slashes.