🔖 (23.4.1) fix rule creation from transaction list (#911)

This commit is contained in:
Matiss Janis Aboltins
2023-04-16 18:00:13 +01:00
committed by GitHub
parent 3fb69e1b1c
commit b89b74c3fa
20 changed files with 1 additions and 115 deletions

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Enhancement
authors: [shall0pass]
---
Allow goal template 'by' matches to compound

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Dont check for release notes on `release/*` branches

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [Jackenmen]
---
Fix case-insensitive matching of strings for uppercase letters from non-English alphabets

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Disable ESLint when building in CI (since we have a separate linting job)

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Remove duplicate migration and default-db.sqlite files

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [albertogasparin]
---
Convert most CommonJS imports/exports to ESM

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Autocomplete: do not show "create payee" option if the typed-in payee is an exact match of an existing payee

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix rule creation from account page (transaction list)

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [j-f1]
---
Recognize numpad enter key as enter key

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Update `@typescript-eslint/*` packages to their latest versions

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [shall0pass]
---
Fill category field when selecting 'Create rule' from accounts screen

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Mobile: unify "settings" page header with the style of "accounts" page

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Add a CodeQL workflow to automatically scan for potential security issues

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [shall0pass]
---
Goal template can now use single decimal places to define targets

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Remove usage of `realpath` command in build script

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [shall0pass]
---
Improve error reporting for goal templates

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [biohzrddd]
---
Add "Daily" option to scheduled transactions

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [biohzrddd]
---
Remove currently viewed account from list of possible transfer accounts