Skip to content

Commit 8c746d6

Browse files
committed
Add release notes for 4.4.0, with newly added configuration options.
1 parent e328848 commit 8c746d6

File tree

5 files changed

+73
-3
lines changed

5 files changed

+73
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title: Pledger.io
22

33
release:
4-
version: 4.3.1
5-
date: 2025-04-20
4+
version: 4.4.0
5+
date: 2025-07-17
66

77
github:
88
repository: pledger-io/user-documentation
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
include::v4.4.0.adoc[]
3+
include::v4.3.0.adoc[]
24
include::v4.2.0.adoc[]
35
include::v4.1.0.adoc[]
46
include::v4.0.0.adoc[]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
== 4.4.0
3+
4+
*Release date: 2025-07-12*
5+
6+
=== Changes
7+
8+
- Add OpenID support to the application
9+
- Add spending insight and pattern detection
10+
11+
=== Dependency updates
12+
13+
=== Back-end
14+
15+
- Update dependency io.micronaut.platform:micronaut-platform to v4.9.0
16+
- Update plugin com.diffplug.spotless to v7.1.0
17+
- Update plugin org.openapi.generator to v7.14.0
18+
- Update dependency com.opencsv:opencsv to v5.11.2
19+
- Update plugin io.freefair.lombok to v8.14
20+
- Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.0
21+
- Update dependency org.bouncycastle:bcpkix-jdk18on to v1.81
22+
- Update dependency org.bouncycastle:bcprov-jdk18on to v1.81
23+
- Update dependency gradle to v8.14.2
24+
25+
==== Front-end
26+
27+
- Update dependency react-hook-form to v7.60.0
28+
- Update dependency vite-plugin-static-copy to v3.1.0
29+
- Update dependency eslint to v9.31.0
30+
- Update dependency @eslint-react/eslint-plugin to v1.51.2
31+
- Update dependency chart.js to v4.5.0
32+
- Update dependency axios to v1.10.0
33+
- Update dependency vite to v7
34+
- Update vitest monorepo to v3.2.1
35+
- Update dependency typescript-eslint to v8.33.1
36+
- Update dependency lint-staged to v16.1.0
37+

docs/how-to/installation/configuration.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ When using the mail feature of {application} the following environment variables
5353

5454
|===
5555

56+
== OpenID configuration options
57+
58+
When you want ot enable OpenID connect in {application} you will have to configure the following settings.
59+
60+
[%header,cols="1,2,1"]
61+
|===
62+
| Variable | Description | Default
63+
64+
| `OPENID_URI` | The URI to the certificate location for the Realm in OpenID | -
65+
| `OPENID_SECRET` | The secret for the client | -
66+
| `OPENID_AUTHORITY` | The URI to the realm | -
67+
| `OPENID_CLIENT` | The client identifier | pledger-io
68+
69+
|===
70+
5671
[[configure_llm]]
5772
== Large Language Model options
5873

@@ -71,4 +86,4 @@ Alternatively you can use the normal image but use link:https://platform.openai.
7186
|===
7287

7388
NOTE: Please leave `AI_AUGMENTER_ENABLED` enabled with the default model.
74-
This can be disabled when using larger models as they have a better understanding of the transaction information and tools.
89+
This can be disabled when using larger models as they have a better understanding of the transaction information and tools.

docs/how-to/installation/windows.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ After the installer has finished a new application named '{application}' should
4242

4343
== History
4444

45+
=== 4.4.0
46+
47+
[.release-table]
48+
[cols="1,7"]
49+
|===
50+
|Release date
51+
|2025-01-03
52+
53+
|Release note
54+
| Added spending and pattern detection
55+
56+
|Download
57+
|link:{win-binary-location}/Pledger.io%20Setup%204.4.0.exe[Pledger.io Setup 4.4.0.exe]
58+
|===
59+
4560
=== 4.3.2
4661

4762
[.release-table]
@@ -57,6 +72,7 @@ After the installer has finished a new application named '{application}' should
5772
|link:{win-binary-location}/Pledger.io%20Setup%204.3.2.exe[Pledger.io Setup 4.3.2.exe]
5873
|===
5974

75+
6076
=== 4.3.1
6177

6278
[.release-table]

0 commit comments

Comments
 (0)