Skip to content

Commit 195fa6b

Browse files
authored
Merge pull request #421 from medizininformatik-initiative/release-v6.3.3
Release v6.3.3
2 parents 8a52ffd + 9d5e760 commit 195fa6b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## v6.3.3 (2025-07-24)
4+
5+
### Feature
6+
* Preloaded criteria filter, criteria search results and data selection profiles before page load using Angular route resolver [#415](https://github.com/medizininformatik-initiative/feasibility-gui/issues/415)
7+
8+
### Fixed
9+
* Added missing language entries [#412](https://github.com/medizininformatik-initiative/feasibility-gui/issues/412)
10+
11+
312
## v6.3.2 (2025-07-21)
413

514
### HotFix

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.2",
18+
"version": "6.3.3",
1919
"copyrightYear": "2025",
2020
"copyrightOwner": "FDPG+ Team"
2121
},

src/assets/config/config.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"legal": {
3838
"copyrightOwner": "FDPG+ Team",
3939
"copyrightYear": "2025",
40-
"version": "6.3.2"
40+
"version": "6.3.3"
4141
},
4242
"mock": {
4343
"loadnsave": false,

0 commit comments

Comments
 (0)