🔖 (23.5.0) various improvements (#993)

This commit is contained in:
Matiss Janis Aboltins
2023-05-04 18:23:08 +01:00
committed by GitHub
parent 539cb0e5cf
commit f913d99c9f
41 changed files with 3 additions and 231 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "5.1.2",
"version": "6.0.0",
"license": "MIT",
"description": "An API for Actual",
"main": "dist/index.js",

View File

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

View File

@@ -41,7 +41,7 @@ module.exports = {
},
{
test: /\.pegjs$/,
use: { loader: path.resolve('../peg-loader.js') },
use: { loader: path.resolve(__dirname, '../peg-loader.js') },
},
],
},

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [shall0pass]
---
Goals: Added support for percentage driven targets

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [shall0pass]
---
Goal templates: Changed how compounding 'by' matches are filled. Now uses an average across templates.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [albertogasparin]
---
Convert few more folders in `loot-core` to Typescript

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [biohzrddd]
---
Add setting to change first day of the week

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [henrikmaa]
---
Show pending transactions from Nordigen in transactions table

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [sinistersnare]
---
Add experimental OFX importer written in pure javascript.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Cleaning up state management in autocomplete

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Improving e2e test stability

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Autocomplete: set min-width for the tooltip

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [Sinistersnare]
---
Move from deprecated peg.js to Peggy for Goal template parser.

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [j-f1]
---
Fix j/k shortcuts to move between transactions on account pages

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Autocomplete: upgrade `Downshift` dependency

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [j-f1]
---
Dont reset checked transactions when creating a schedule

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Autocomplete: fix multi-autocomplete filtering UX

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Autocomplete: support touch events

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Nordigen: add fallback link to re-init bank-sync in case the popover was blocked

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [aaroneiche]
---
Forces CSV importer to ignore extra lines ensuring valid import field keys.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Re-arrange schedule operation options to start with "is approximately" (the default selection)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Automatically close feature request issues so the open issue list can focus on bugs

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Schedules: make transfer transactions appear in both affecting accounts

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [albertogasparin]
---
Finish converting `loot-core` to Typescript

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Mobile: use the correct top-bar background color in settings page

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [shall0pass, youngcw]
---
Goals: Add priority support

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
TypeScript: migrated an assortment of common components to TS

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Transaction table: show action checkbox on row hover

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Re-introduce single line text blocks (useful for mobile)

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Nordigen: ability to configure credentials via the UI

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Nordigen: improved error handling when bank-list API fails

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Position notification banners always at bottom of the page

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [trevdor]
---
eslint: Switch to TypeScript-aware `no-unused-vars` rule.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Remove unused `prop-types` dependency

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Make `yarn start:browser` the default `start` command instead of `start:desktop` which currently doesn't realiably work

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Contributors: add back Rich, add also Alberto

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Run feature-request management github action when the "feature" label is added

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
Run feature-request management github action only once and for the "feature" label only (not for other labels)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Remove unused payee rules feature

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [j-f1]
---
Add support for credit card OFX files

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Allow creating transactions by clicking "enter" in the notes/payee/category field