🔖 (25.1.0) (#536)

* 🔖 (25.1.0)

* Remove used release notes

* Update web package

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Julian Dominguez-Schatz
2025-01-07 01:36:47 -05:00
committed by GitHub
parent 2005c1b0ac
commit 95180cc780
13 changed files with 7 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "24.12.0",
"version": "25.1.0",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
@@ -23,7 +23,7 @@
},
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "24.12.0",
"@actual-app/web": "25.1.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.7.0",
"body-parser": "^1.20.3",

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [kyrias]
---
Add GoCardless integration for ENTERCARD_SWEDNOKK

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Add more logging for GoCardless rate limit information

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
GoCardless: `ISYBANK_ITBBITMM` should prefer valueDate over bookingDate

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [guglicap]
---
Enhances Hype Bank transaction info parsing

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [nsulzer]
---
Add GoCardless integration for ABNAMRO_ABNANL2A

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [Sthaagg]
---
Add support for "FORTUNEO_FTNOFRP1XXX" to BANKS_WITH_LIMITED_HISTORY

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [lelemm]
---
Fixed OpenID authentication bug for Electron

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [FliegendeWurst]
---
Support for Node v22+, by upgrading the better-sqlite3 dependency.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [lelemm]
---
Better invalid password message when disabling openid

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [lelemm]
---
Commands to enable/disable OpenID from console. Also, enabling to login with oauth2 (for github).

View File

@@ -1,5 +0,0 @@
---
category: Enhancements
authors: [zenminimalist]
---
Add Deutsche Kreditbank AG (DKB) (DKB_BYLADEM1) to the 90-days sync limited list

View File

@@ -16,10 +16,10 @@ __metadata:
languageName: node
linkType: hard
"@actual-app/web@npm:24.12.0":
version: 24.12.0
resolution: "@actual-app/web@npm:24.12.0"
checksum: 10c0/865fd5898e8da6347759a65d557047b80cd0c4162601fd4f57eccd1d84289d84c9f2fe563a4b4547dc2f67353042fb94a6e9c0cb13cacfda0547f84aaba73ef6
"@actual-app/web@npm:25.1.0":
version: 25.1.0
resolution: "@actual-app/web@npm:25.1.0"
checksum: 10c0/8164184d7d0fe36591d996d4cf0e3fbd9ead1f3fc144f7326e4bd36f831d1a63f44ae5878585e125475334d2a8118e20d65e5fdccddd32f9b8cb656842da278c
languageName: node
linkType: hard
@@ -1531,7 +1531,7 @@ __metadata:
resolution: "actual-sync@workspace:."
dependencies:
"@actual-app/crdt": "npm:2.1.0"
"@actual-app/web": "npm:24.12.0"
"@actual-app/web": "npm:25.1.0"
"@babel/preset-typescript": "npm:^7.20.2"
"@types/bcrypt": "npm:^5.0.2"
"@types/better-sqlite3": "npm:^7.6.12"