🔖 (24.4.0) custom reports improvements, stability enhancements (#2537)

This commit is contained in:
Matiss Janis Aboltins
2024-04-02 07:07:16 +01:00
committed by GitHub
parent 7ee48e4c1d
commit 8f634099e2
48 changed files with 3 additions and 274 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "6.6.0",
"version": "6.7.0",
"license": "MIT",
"description": "An API for Actual",
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/web",
"version": "24.3.0",
"version": "24.4.0",
"license": "MIT",
"files": [
"build"

View File

@@ -3,7 +3,7 @@
"author": "Actual",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "24.3.0",
"version": "24.4.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Update Input onChangeValue and onUpdate prop naming for consistency.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [twk3]
---
Update shared transaction module to strict typescript.

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [twk3]
---
Add option to make a transfer from two selected transactions.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Move some TypeScript files to strict mode

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [shall0pass]
---
[Goals] If no sinking funds are used, apply existing category balance to simple schedules to 'top off' the category.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [carkom]
---
Updating the way the "budget" page links to the "accounts" page when clicking on the "spent" column items to use the filters functionality

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [shall0pass]
---
End of month cleanup - revert logic introduced in 2295. Ignore rollover categories.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [carkom]
---
Create a list where disabled items can be easily managed for custom reports.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Bank sync quality of life improvements: show "pending" status on accounts, progressively import new transactions instead of waiting for all account sync to finish before adding them to the ledger.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Delete experimental sankey feature - development abandoned.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [CampaniaGuy]
---
Implemented a "pill gesture" icon on navigation bar for better mobile UX

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [keriati]
---
Fix OFX import amount when more than 2 decimal places are provided

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [shall0pass]
---
Fix colors for the budget name and category name in the accounts view on mobile.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Reorganize mobile components.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Shazib, carkom]
---
Hide hidden categories on the Category AutoComplete. Allow a prop for showing (with indication).

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [twk3]
---
Fix flaky transfer e2e test.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [psybers]
---
Show a modal to confirm unlinking accounts.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [carkom, twk3]
---
Add WIP to new pull request titles

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [psybers]
---
Provide "api/category-groups-get" API endpoint

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [psybers]
---
Show scheduled transactions when viewing "All accounts"

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [twk3]
---
Fix budget key tab navigation.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Enabled strict TypeScript in rollover budget components.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [youngcw]
---
Import reconciled transactions from ynab4

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Convert BudgetTable component to a functional component.

View File

@@ -1,7 +0,0 @@
---
category: Bugfix
authors: [shall0pass]
---
Fix background color on bulk edit dialogs in Midnight theme.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix midnight theme autocomplete hover color.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [dangrous]
---
Fix header column overlap when cleared is selected.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix csv/ofx import sometimes importing duplicate transactions

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Wizmaster]
---
Import reconciled transactions from nYNAB

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [psybers]
---
Fix error when viewing uncategorized transactions when there are upcoming scheduled transactions.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [psybers]
---
Show account sync indicators when viewing accounts on mobile.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [carkom]
---
Changing custom reports variable naming from "months" to "interval" so it's less confusing when adding new intervals

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Convert most common components to strict TypeScript

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Do not include off-budget transfers in the expenses calculation for cash-flow card (align it with the cash-flow reports page).

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix mobile accounts page pull to refresh functionality

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix hotkeys sometimes stopping to work.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [carkom]
---
Error catch for reports overview page.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix: disallow importing with invalid transaction amounts (that would result in the app crashing without a way to recover).

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Autocomplete changes related to mobile modals.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix mobile account transactions page not loading more transactions when reaching end of page.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [carkom]
---
Change custom reports overview cards to use live data. Also, stops saving data query in saved report db table.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [carkom]
---
Adding new icon to better match the area graph type

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [qedi-r]
---
Fix custom report page cold-reload crash.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Adding extra `console.log` lines to the bank-sync operation to improve troubleshooting

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix mobile autocomplete colors.