Skip to content

Commit 8b9dd3c

Browse files
committed
Update Release notes #2244
1 parent 194633b commit 8b9dd3c

File tree

1 file changed

+47
-4
lines changed

1 file changed

+47
-4
lines changed

Release Notes/Release_Notes.md

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# BEXIS 2 Release Notes - Version 4.2.0
3-
> ....
3+
> This version holds several UX/UI improvements, bugfixes and enhancements related to dataset creation and upload and a revised download. For example single file downloads without metadata are no longer allowed without edit permissions. The content of the download archive also have been extended und refactored. During creation you can now also enable to check if required DWC terms are assigned (show as warning). Further our new integrated curation tool has been added for testing.
44
55
### Workspace changes:
66
- Workspace changes: [4.1.0..4.2.0](https://github.com/BEXIS2/Workspace/compare/4.1.0..4.2.0)
@@ -9,35 +9,78 @@
99
- Update script from version 4.1.0 to 4.2.0: [Update_Script_4.1.0_4.2.0.sql](https://github.com/BEXIS2/Core/blob/rc/database%20update%20scripts/4.1.0-4.2.0.sql)
1010

1111
### New Settings:
12-
- **...**
12+
- **Show Darwin Core Archive Validation** (RPM)
13+
If this flag is true, you can validate your data structure against a darwin core archive type.
14+
15+
- **Curation Group Name** & **Curation Labels** (DDM)
16+
The new curation module was added for testing (Instruction: https://github.com/BEXIS2/Core/issues/2277). It is not ready for production!
17+
18+
- **Data Agreement by download** (DDM)
19+
Set up if user need to agree the data agreements before download and where the agreement is written.
20+
"options": ["none","data policy","terms and conditions"]
21+
22+
23+
24+
1325

1426
# Bugfixes and enhancements
1527
### New features
16-
- **Species Mapping Module (SMM)**: Create Species Mapping Module. ([#2201](https://github.com/BEXIS2/Core/issues/2201))
28+
1729

1830
### UI / UX
1931
- **Documentation**: Change edit and add save icon. ([#2221](https://github.com/BEXIS2/Core/issues/2221))
32+
- **Documentation**: Fix unintended line breaks before images ([#2247](https://github.com/BEXIS2/Core/issues/2247))
2033
- **Search UI**: Small improvements. ([#2232](https://github.com/BEXIS2/Core/issues/2232))
2134
- **Tag Management**: UX improvements. ([#2198](https://github.com/BEXIS2/Core/issues/2198))
35+
- **Tags on dataset landing page**: Improve UI on current dataset landing page. ([#2193](https://github.com/BEXIS2/Core/issues/2193))
2236
- **Dataset View**: Missing icon for unstructured download. ([#2199](https://github.com/BEXIS2/Core/issues/2199))
2337
- **Create Data Structure**: Extend info text shown in the create data structure flow. ([#2248](https://github.com/BEXIS2/Core/issues/2248))
38+
- **Entity Template:** Fix Wrong (trash) icon for cancel button in edit mode ([#2228](https://github.com/BEXIS2/Core/issues/2228))
39+
- **Core UI**: UX improvements across the core UI. ([#2223](https://github.com/BEXIS2/Core/issues/2223))
40+
- **Accessibility**: Accessibility improvements for Dataset Creation / Edit / Data Structure flows. ([#2271](https://github.com/BEXIS2/Core/issues/2271))
41+
42+
43+
### Search
44+
- **Search Overview**: Fix ID is sorted text based instead by number** ([#2146](https://github.com/BEXIS2/Core/issues/2146))
45+
2446

2547
### Authentication & login
2648
- **External providers**: Additional text about potential external login providers. ([#2210](https://github.com/BEXIS2/Core/issues/2210))
2749

50+
2851
### Public data & downloads
2952
- **Terms**: Add terms and conditions to the download package. ([#855](https://github.com/BEXIS2/Core/issues/855))
3053
- **Download scope**: Only the whole package should be downloadable. ([#778](https://github.com/BEXIS2/Core/issues/778))
3154
- **Agreement checkbox**: Optional checkbox that data agreement is accepted before download. ([#779](https://github.com/BEXIS2/Core/issues/779))
3255
- **Download info**: Extend download information shown to users. ([#2147](https://github.com/BEXIS2/Core/issues/2147))
56+
- **Download dataset**: Allow filter data on package download ([#2238](https://github.com/BEXIS2/Core/issues/2238))
57+
- **Download dataset**: Better filename ([#445](https://github.com/BEXIS2/Core/issues/445))
3358

3459
### Dataset management & safety
3560
- **Purge confirmation**: Purge dataset action should require confirmation. ([#2239](https://github.com/BEXIS2/Core/issues/2239))
3661

62+
3763
### Metadata, mapping & structure
64+
- **Dataset API**: Fix Create dataset not possible (multiple controller) ([#2255](https://github.com/BEXIS2/Core/issues/2255))
65+
- **Dataset Details**: Title is cut on "-" — prevent incorrect truncation. ([#2270](https://github.com/BEXIS2/Core/issues/2270))
66+
- **Deleted dataset view**: Not shown if not logged in; searchable but metadata hidden. ([#2245](https://github.com/BEXIS2/Core/issues/2245))
67+
- **Dataset Details**: Restore missing Metadata Edit button on details page. ([#2273](https://github.com/BEXIS2/Core/issues/2273))
3868
- **Complex types**: Random reuse of metadata elements with the same name in complex types. ([#2189](https://github.com/BEXIS2/Core/issues/2189))
3969
- **Concept Output**: Multi complex → one complex conversion does not work. ([#2224](https://github.com/BEXIS2/Core/issues/2224))
4070
- **Structure Mapping**: Allow mapping multiple default sources to one target. ([#2227](https://github.com/BEXIS2/Core/issues/2227))
4171

72+
4273
### Upload & parsing
43-
- **DateTime parsing**: DateTime like "24.12.2025 17:23:00" is not working. ([#2231](https://github.com/BEXIS2/Core/issues/2231))
74+
- **DateTime parsing**: DateTime like "24.12.2025 17:23:00" is not working. ([#2231](https://github.com/BEXIS2/Core/issues/2231))
75+
76+
77+
## Data structure / DWC
78+
- **DWC**: Allow to check requirements during data structure creation ([#2249](https://github.com/BEXIS2/Core/issues/2249))
79+
- **Data Structure**: Provide in another file format (and rename file extension) ([#940](https://github.com/BEXIS2/Core/issues/940))
80+
- **DWC Export**: Fix fail because of new zip library ([#2252](https://github.com/BEXIS2/Core/issues/2252))
81+
- **Data Structure Edit**: Fix Selecting a meaning opens the select template overlay ([#2222](https://github.com/BEXIS2/Core/issues/2222))
82+
- **External Link**: Fix Missing validation and required fields indicator ([#2218](https://github.com/BEXIS2/Core/issues/2218))
83+
- **Manage Meaning**: Fix Crashes when saving empty relation([#2215](https://github.com/BEXIS2/Core/issues/2215))
84+
85+
### DOI & Citation
86+
- **DOI Overview**: Fix links not working. ([#2261](https://github.com/BEXIS2/Core/issues/2261))

0 commit comments

Comments
 (0)