mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 18:19:44 -05:00
🔖 (23.4.1) fix rule creation from transaction list (#911)
This commit is contained in:
committed by
GitHub
parent
3fb69e1b1c
commit
b89b74c3fa
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actual-app/web",
|
||||
"version": "23.4.0",
|
||||
"version": "23.4.1",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"build"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancement
|
||||
authors: [shall0pass]
|
||||
---
|
||||
|
||||
Allow goal template 'by' matches to compound
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Don’t check for release notes on `release/*` branches
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [Jackenmen]
|
||||
---
|
||||
|
||||
Fix case-insensitive matching of strings for uppercase letters from non-English alphabets
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Disable ESLint when building in CI (since we have a separate linting job)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Remove duplicate migration and default-db.sqlite files
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [albertogasparin]
|
||||
---
|
||||
|
||||
Convert most CommonJS imports/exports to ESM
|
||||
@@ -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
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix rule creation from account page (transaction list)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Recognize numpad enter key as enter key
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Update `@typescript-eslint/*` packages to their latest versions
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [shall0pass]
|
||||
---
|
||||
|
||||
Fill category field when selecting 'Create rule' from accounts screen
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Mobile: unify "settings" page header with the style of "accounts" page
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [albertogasparin]
|
||||
---
|
||||
|
||||
Convert few other folders in `loot-core` to Typescript
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Add a CodeQL workflow to automatically scan for potential security issues
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [shall0pass]
|
||||
---
|
||||
|
||||
Goal template can now use single decimal places to define targets
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Remove usage of `realpath` command in build script
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [shall0pass]
|
||||
---
|
||||
|
||||
Improve error reporting for goal templates
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [biohzrddd]
|
||||
---
|
||||
|
||||
Add "Daily" option to scheduled transactions
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [biohzrddd]
|
||||
---
|
||||
|
||||
Remove currently viewed account from list of possible transfer accounts
|
||||
Reference in New Issue
Block a user