Skip to content

Commit 17ce8ac

Browse files
authored
Merge pull request #406 from medizininformatik-initiative/release-v6.3.1
Release 6.3.1
2 parents 01b92e1 + d82425a commit 17ce8ac

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v6.3.1 (2025-07-21)
4+
5+
### Feature
6+
* **About Page** with system version information (UI, Backend, Ontology) [#403](https://github.com/medizininformatik-initiative/feasibility-gui/issues/403)
7+
8+
### Changed
9+
* Updated **language files** in `src/assets/i18n` [#393](https://github.com/medizininformatik-initiative/feasibility-gui/issues/393), [#399](https://github.com/medizininformatik-initiative/feasibility-gui/issues/399), [#400](https://github.com/medizininformatik-initiative/feasibility-gui/issues/400)
10+
11+
### Fixed
12+
* Ensured **all CI tests** run successfully [#405](https://github.com/medizininformatik-initiative/feasibility-gui/issues/405)
13+
* Fix snackbar message when cancel downloading [#398](https://github.com/medizininformatik-initiative/feasibility-gui/issues/398)
14+
15+
316
## v6.3.0 (2025-07-01)
417

518
### Feature

docker/deploy-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"roles": ["FEASIBILITY_USER"]
1616
},
1717
"legal": {
18-
"version": "6.3.0",
18+
"version": "6.3.1",
1919
"copyrightYear": "2025",
2020
"copyrightOwner": "FDPG+ Team"
2121
},

src/assets/config/config.dev.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
"auth": {
99
"baseUrl": "http://localhost:8080",
10-
"realm": "dataportal",
11-
"clientId": "dataportal-webapp",
12-
"roles": ["DataportalUser"]
10+
"realm": "feasibility",
11+
"clientId": "feasibility-webapp",
12+
"roles": ["FeasibilityUser"]
1313
},
1414
"dataset": "codex",
1515
"env": {
@@ -37,7 +37,7 @@
3737
"legal": {
3838
"copyrightOwner": "FDPG+ Team",
3939
"copyrightYear": "2025",
40-
"version": "6.3.0"
40+
"version": "6.3.1"
4141
},
4242
"mock": {
4343
"loadnsave": false,
@@ -56,4 +56,4 @@
5656
"proposalPortalLink": "https://antrag.dev.forschen-fuer-gesundheit.de",
5757
"queryVersion": "v2",
5858
"stylesheet": "FDPGTheme"
59-
}
59+
}

0 commit comments

Comments
 (0)