Skip to content
Snippets Groups Projects
Unverified Commit c92266fd authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bookmark: (24.6.0) (#2819)

parent 08aff05a
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 105 deletions
{
"name": "@actual-app/api",
"version": "6.7.1",
"version": "6.8.0",
"license": "MIT",
"description": "An API for Actual",
"engines": {
......
{
"name": "@actual-app/web",
"version": "24.5.0",
"version": "24.6.0",
"license": "MIT",
"files": [
"build"
......
......@@ -3,7 +3,7 @@
"author": "Actual",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "24.5.0",
"version": "24.6.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
......
---
category: Enhancements
authors: [joewashear007]
---
Add option to authenticate with HTTP header `X-ACTUAL-PASSWORD`
---
category: Enhancements
authors: [joel-jeremy]
---
Quickly switch to another budget file from the mobile budget page.
---
category: Maintenance
authors: [turt2live]
---
API: Publish TypeScript types in the package.
---
category: Enhancements
authors: [psybers]
---
Add API for working with rules.
---
category: Features
authors: [carkom]
---
Add a new monthly spending report to track MTD spending compared to previous months.
---
category: Maintenance
authors: [MatissJanis]
---
Migrating native `Tooltip` component to react-aria Tooltip/Popover (vol.3)
---
category: Bugfix
authors: [mirdaki]
---
Fix amount filter to include both incoming and outgoing amounts.
---
category: Bugfix
authors: [Wizmaster]
---
Don't update transaction date when importing manually
\ No newline at end of file
---
category: Enhancements
authors: [jfdoming]
---
Template only the relevant amount in a split-schedule category
---
category: Enhancements
authors: [joel-jeremy]
---
Add schedule name and date to mobile scheduled transaction modal.
\ No newline at end of file
---
category: Enhancements
authors: [Wizmaster]
---
Comma and period decimal separator can both be used for number format not using those as thousand separator.
---
category: Maintenance
authors: [twk3]
---
Fix some type errors found by the API packaging
---
category: Enhancements
authors: [carkom]
---
Fixing small visual issues with custom reports.
---
category: Features
authors: [MatissJanis]
---
API: ability to run 3rd party bank-sync (GoCardless, SimpleFin) programmatically using `@actual-app/api`.
---
category: Enhancements
authors: [carkom]
---
Custom Reports - show transactions when table cell is clicked.
---
category: Bugfix
authors: [MatissJanis]
---
Fix API remote-server sync for budget files that are e2e encrypted.
---
category: Enhancements
authors: [joel-jeremy]
---
Fetch cloud file and file info in parallel to speed downloads up
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment