🔖 (24.5.0) mobile improvements and much more (#351)

This commit is contained in:
Matiss Janis Aboltins
2024-05-03 17:51:23 +01:00
committed by GitHub
parent c0b21a9f7e
commit f1488077dd
8 changed files with 7 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "24.4.0",
"version": "24.5.0",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
@@ -16,7 +16,7 @@
},
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "24.4.0",
"@actual-app/web": "24.5.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^9.1.1",
"body-parser": "^1.20.1",

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [psybers]
---
Add ACTUAL_PORT environment variable to docker-compose.yml

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [kyrias]
---
Add support for setting the access validity time per GoCardless bank integration and get the max historical days from the API

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Make running app.js cwd agnostic and extend config options to allow changing dataDir

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Make /admin/login return a descriptive error when no password is provided

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Refactor to add strict type comparisons and remove unnecessary else blocks

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [matt-fidd]
---
Add backup date field for GoCardless transactions with bank BNP_BE_GEBABEBB

View File

@@ -16,10 +16,10 @@ __metadata:
languageName: node
linkType: hard
"@actual-app/web@npm:24.4.0":
version: 24.4.0
resolution: "@actual-app/web@npm:24.4.0"
checksum: c2b8b1e5fb3e8e9ad021e78405bb1ba45ce74d32ab3f15078bae4645a7b7d2683bdcea45e34f1c88d645df60d0c20f805d8cdd5ebe7a256c6001e4d59559cd43
"@actual-app/web@npm:24.5.0":
version: 24.5.0
resolution: "@actual-app/web@npm:24.5.0"
checksum: f4200326fc5014ddf9b91922da7ed7bab0f7d370f1b288e6f6fe3fc5108778abfa2cf586c293aafa2c8725ef90a2844c7b001db0850681bd1f464533e1010f64
languageName: node
linkType: hard
@@ -1611,7 +1611,7 @@ __metadata:
resolution: "actual-sync@workspace:."
dependencies:
"@actual-app/crdt": "npm:2.1.0"
"@actual-app/web": "npm:24.4.0"
"@actual-app/web": "npm:24.5.0"
"@babel/preset-typescript": "npm:^7.20.2"
"@types/bcrypt": "npm:^5.0.0"
"@types/better-sqlite3": "npm:^7.6.7"