New MWDB Core release 🎉 Web part was heavily refactored and uses React Context instead of Redux, so some plugins that extends the web application may need to be ported before upgrade.
If you are plugin developer, see What's changed section in MWDB Core documentation.
New features:
- Remote API feature (feature draft: #157) that allows to connect your own mwdb-core instance with mwdb.cert.pl (Documentation
- New file download endpoint (#290)
Bugfixes and improvements:
- Improved error handling in web app (#316)
- Same set of buttons in Preview and Details tab (#278)
- Unified object routes in web app (
/file/<hash>
instead of/sample/<hash>
) (#314) - If route is not available, web app redirects to
/
(#293) - Disabled
multiple
option in upload dropzone (#277) - Optimized
/api/user
administration endpoint (#286) - Added
NOT NULL
constraint in associative tables (#279) Shares
box links touploader:
query instead of user/group management view (#295)