🔖 (25.2.0) (#561)

* 🔖 (25.2.0)

* Remove used release notes

* Pull in newly built npm package

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Julian Dominguez-Schatz
2025-02-05 16:11:05 -05:00
committed by GitHub
parent 0312f516ad
commit ca480a8269
18 changed files with 7 additions and 103 deletions

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [twk3]
---
Fix the auth proxy trust by ensuring the proxy is in the trust

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [DennaGherlyn]
---
Add GoCardless formatter for `SSK_DUSSELDORF_DUSSDEDDXXX` Stadtsparkasse Düsseldorf (Germany)

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [robxgd]
---
Fixed issue when no payeename is given for KBC transaction

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [UnderKoen]
---
Make Google Pay transactions work for ABNAMRO_ABNANL2A

View File

@@ -1,6 +0,0 @@
---
category: Bugfix
authors: [spideraxal]
---
Add corner case transaction for ING Bank Romania

View File

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

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [lnagel]
---
Fix WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match in Dockerfiles

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [MatissJanis]
---
Add GoCardless formatter for `BANK_OF_IRELAND_B365_BOFIIE2D` Bank of Ireland.

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [matt-fidd]
---
Standardize GoCardless bank handlers

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [lnagel]
---
Add GoCardless formatter for LHV Estonia (`LHV_LHVBEE22`).

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [Knocks83]
---
Add health check section to the existing `docker-compose.yml` file.

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [ihhha]
---
Add "Caixa Geral De Depositos" PT to banks with limited history

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [sergiofmreis]
---
Add support for `ABANCA_CORP_CAGLPTPL` payee name

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Use the maximum access validity time provided by GoCardless

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [DennaGherlyn]
---
Remove non-booked transactions from import of SSK_DUSSELDORF_DUSSDEDDXXX due to placeholder text in the payee and notes field

View File

@@ -1,6 +0,0 @@
---
category: Enhancements
authors: [matt-fidd]
---
Add handler for `direkt_heladef1822`

View File

@@ -16,10 +16,10 @@ __metadata:
languageName: node
linkType: hard
"@actual-app/web@npm:25.1.0":
version: 25.1.0
resolution: "@actual-app/web@npm:25.1.0"
checksum: 10c0/8164184d7d0fe36591d996d4cf0e3fbd9ead1f3fc144f7326e4bd36f831d1a63f44ae5878585e125475334d2a8118e20d65e5fdccddd32f9b8cb656842da278c
"@actual-app/web@npm:25.2.0":
version: 25.2.0
resolution: "@actual-app/web@npm:25.2.0"
checksum: 10c0/44139936790d3033880f91a6dc22ada58e39b5d611c878fa12420c2ae567b0abd9d280cb9fe81c9fd7ceafa839222d585b284a9e66d63e65f833e18ec4686fe9
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:25.1.0"
"@actual-app/web": "npm:25.2.0"
"@babel/preset-typescript": "npm:^7.20.2"
"@types/bcrypt": "npm:^5.0.2"
"@types/better-sqlite3": "npm:^7.6.12"