Releases: rollecode/dough
Releases · rollecode/dough
v3.2.4
v3.2.3
- Fix a timezone off-by-one so a transaction dated today no longer shows as tomorrow: date labels and the new-transaction date use the Helsinki local date instead of UTC, which rolled to the previous day
v3.2.2
- Show transfers in the transactions All tab, so a transaction reclassified as a transfer no longer disappears from the default view (still excluded from income and expense stats)
v3.2.1
- Recognise a recurring person-to-person transfer as a transfer instead of income: the Synci sync now also learns transfer payees from already-confirmed internal transfers, not only from the edit dialog
v3.2.0
- Focusing the amount field in the add or edit transaction modal selects its contents, so you can type over it
- Picking a payee from the suggestions in a transaction modal moves focus to the amount field
- Selecting an account on Transactions updates the URL to a pretty permalink (/transactions/account-name), so the view is shareable and restored on refresh
- The Transactions header balance is labelled "in budget" and sums only accounts that are not excluded from the daily budget
- Debts list shows two debts per row on desktop
v3.1.0
- Fix the Ready to Assign badge reading the grey "all budgeted" state while still showing a rounded amount, by classifying the state from the value exactly as displayed
- Subscription payee matching can take a price per pattern, so payees that share a name but differ by amount only match the right subscription
- Add the real Runna logo (traced from the app icon) and its brand green to the shared brand icons
- Add a "+" on each budget group header to add a category straight into that group, opening the new-category dialog pre-filled with the group
- Make the new-category dialog's group field a filterable list of existing groups that still accepts a new group name
- Fix a savings goal linked to a budget category showing the lifetime sum of assignments as saved; it now reflects the category's current available balance
v3.0.16
- Auto-categorize a transaction from a consistent payee + amount history (a fixed recurring payment) when adding or syncing, before falling back to the AI guess
v3.0.15
- Add the Apple Music logo to the shared brand icons, so it shows its real logo (was a plain glyph) on subscriptions and bills
v3.0.14
- Prefill a recurring expense from the last entry with the same payee (amount and description), falling back to the category when the payee has no history - keyed on payee first, not just the category
v3.0.13
- Picking a category when adding an expense prefills the amount and description from the last expense in that category, speeding up recurring entries (both stay editable)