Skip to content

Commit 2d4b31d

Browse files
authored
Merge pull request #451 from medizininformatik-initiative/release-v6.3.6
Release v6.3.6
2 parents d82fc5f + 47e87d1 commit 2d4b31d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## v6.3.6 (2025-09-19)
4+
5+
### Feature
6+
* Updated UI profile to support multiple value sets and criteria sets for feasibility [#425](https://github.com/medizininformatik-initiative/feasibility-gui/issues/425)
7+
8+
### Changed
9+
* Redesigned snackbar [#447](https://github.com/medizininformatik-initiative/feasibility-gui/issues/447)
10+
* Added feedback through the snackbar on profile edit [#448](https://github.com/medizininformatik-initiative/feasibility-gui/issues/448)
11+
12+
### Fixed
13+
* Prevent field tree from collapsing on every selection [#445](https://github.com/medizininformatik-initiative/feasibility-gui/issues/445)
14+
* Ensure patient profile always remains part of the data extraction [#449](https://github.com/medizininformatik-initiative/feasibility-gui/issues/449)
15+
* Allow unsetting/deleting of filters [#442](https://github.com/medizininformatik-initiative/feasibility-gui/issues/442)
16+
17+
18+
319
## v6.3.5 (2025-08-24)
420

521
### Changed

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.5",
18+
"version": "6.3.6",
1919
"copyrightYear": "2025",
2020
"copyrightOwner": "FDPG+ Team",
2121
"email": "[email protected]"

src/assets/config/config.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"legal": {
3737
"copyrightOwner": "FDPG+ Team",
3838
"copyrightYear": "2025",
39-
"version": "6.3.5",
39+
"version": "6.3.6",
4040
"email": "[email protected]"
4141
},
4242
"mock": {

0 commit comments

Comments
 (0)