The primary intent of this release is to patch a performance regression in user preferences that can cause faulty views displayed in accounts or for goal templates.
46 posts tagged with "announcement"
View All TagsRelease 24.10.0
The release has the following notable improvements:
- SimpleFIN officially released as first-party feature
- Color themes: ability to set "system default" color theme
- Mobile: button to view uncategorized transactions
- Privacy mode: instead of blurring use an unintelligible font
- Experimental dashboards: ability to save cash-flow, net-worth and spending report filters and date-ranges.
Important notice about the @actual-app/api
package: starting from this release the versioning strategy of the API package will align with the web & server: {year}.{month}.{patch-version}
.
Release 24.9.0
The release has the following notable improvements:
- mobile: long-press transactions to reveal more actions
- transactions table: show imported payee on hover of payee column
- filtering: ability to filter by "has tags" conditions
- budgets: highlight current month
- imports: ability to skip heading lines
- experimental: custom report homepage (dashboards)
Release 24.8.0
The release has the following notable improvements:
- ability to favorite payees
- most used and favorite payees appear at the top of the payee autocomplete results
- resizable side navigation
- experimental goal templates: long term goal template support
- experimental spending report: adding last month as an option for the primary graph
Release 24.7.0
The release has the following notable improvements:
- Custom reports are officially released
- Splits in rules are officially released
- Tags support for transactions (use
#tags
in notes) - Transactions: allow merging/un-merging multiple transactions
- Show account notes in sidebar (on hover)
Release 24.6.0
The release has the following notable improvements:
- API: ability to run 3rd party bank-sync (GoCardless, SimpleFin) programmatically
- API: methods for working with rules
- Add option to authenticate with HTTP header -
X-ACTUAL-PASSWORD
- Add option to import CAMT.053 based XML files
- (Experimental) monthly spending report - please report feedback here
Release 24.5.0
The release has the following notable improvements:
- Ability to show/hide reconciled transactions
- Ability to prepend/append notes when bulk editing transactions
- Show remaining balance in the category autocomplete
- OFX, CSV import: ability to disable transaction de-duplication logic
- Mobile: account management functionality
- Mobile: clicking on category allows to see transactions list for the clicked category
- Desktop app release
- (Experimental) custom report improvements - please report your feedback here
Release 24.4.0
The release has the following notable improvements:
- Stability improvements and various edge-case bug fixes
- (Experimental) custom report improvements - please report your feedback here
Release 24.3.0
The release has the following notable improvements:
- Transaction list sortable by cleared status
- Offline PWA support
- Creating schedules from existing transactions
- (Experimental) custom report saving - please report your feedback here
Thoughts on Experimental Features
We are introducing a new policy for managing experimental features. This is to ensure the codebase does not become cluttered with unfinished features.
The short version is:
- abandoned experimental features will be removed from the codebase
- experimental features cannot be used as a toggle for small visual and/or functional quirks (i.e should category selector show hidden categories or not?)
Read more in the feature flags page.