mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -05:00
🔖 (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:
committed by
GitHub
parent
2005c1b0ac
commit
95180cc780
@@ -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",
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [kyrias]
|
||||
---
|
||||
|
||||
Add GoCardless integration for ENTERCARD_SWEDNOKK
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Add more logging for GoCardless rate limit information
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
GoCardless: `ISYBANK_ITBBITMM` should prefer valueDate over bookingDate
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [guglicap]
|
||||
---
|
||||
|
||||
Enhances Hype Bank transaction info parsing
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [nsulzer]
|
||||
---
|
||||
|
||||
Add GoCardless integration for ABNAMRO_ABNANL2A
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [Sthaagg]
|
||||
---
|
||||
|
||||
Add support for "FORTUNEO_FTNOFRP1XXX" to BANKS_WITH_LIMITED_HISTORY
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [lelemm]
|
||||
---
|
||||
|
||||
Fixed OpenID authentication bug for Electron
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [FliegendeWurst]
|
||||
---
|
||||
|
||||
Support for Node v22+, by upgrading the better-sqlite3 dependency.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [lelemm]
|
||||
---
|
||||
|
||||
Better invalid password message when disabling openid
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [lelemm]
|
||||
---
|
||||
|
||||
Commands to enable/disable OpenID from console. Also, enabling to login with oauth2 (for github).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [zenminimalist]
|
||||
---
|
||||
Add Deutsche Kreditbank AG (DKB) (DKB_BYLADEM1) to the 90-days sync limited list
|
||||
10
yarn.lock
10
yarn.lock
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user