Releases: sciapp/sampledb
Releases · sciapp/sampledb
v0.29.1
v0.29.0
- Fixed simple search query escaping to support searching for special characters
- Fixed handling of property named tags that contains an array or an object instead of tags
- Fixed indentation level styling
- Added support for flexible metadata in .eln imports
v0.28.2
- Fixed collapse/expand button symbol for
expandable
orcollapsible
style objects in arrays - Fixed instrument log performance issues
- Fixed sending of notifications when creating instrument log entries via HTTP API
- Fixed editing of choice style array dropdowns
- Fixed including image files with uppercase file extensions in PDF export
v0.28.1
- Fixed use of timezones for
date
styledatetime
properties - Fixed validation of ORCID iDs
v0.28.0
- Fixed search via API in combination with name_only parameter
- Fixed search for datetime attributes not being timezone-aware
- Added
timeline
array style for arrays of objects with adatetime
property - Added search to text fields with more than 10 choices (configurable with
SAMPLEDB_MIN_NUM_TEXT_CHOICES_FOR_SEARCH
) - Added support for
"first"
and"last"
statistic for timeseries - Added badic and project groups to the HTTP API
- Allow using dicts for the
style
attribute - Added support for
"include"
style for object reference properties - Allow referenced objects in search queries
- Improved .eln export
- Added support for file references as display properties
- Allow configuring multiple workflow views
- Add support for
sorting_properties
for workflow views - Allow revoking group invitations
- Added
date
andtime
styles for datetime values - Added support for additional preview images for files uploaded via HTTP API
- Added
expandable
,collapsible
andhorizontal
object styles
v0.27.0
- Added
choice
array style for multi selection dropdowns - Introduce action topics and allow filtering action lists by topics
- Added new array index diff syntax for updating data via the HTTP API
- Added creation of activity log entries during import of objects from other databases
- Added initial support for custom templates
v0.26.0
- Show changes during schema upgrade
- Added support for FIDO2 passkeys for authentication and two-factor authentication
- Fully remove support for files with local storage (see: https://scientific-it-systems.iffgit.fz-juelich.de/SampleDB/administrator_guide/deprecated_features.html#local-file-storage)
- Allow configuring which action types are shown for object filters
- Added automatic sign out due to inactivity for users on shared devices
- Allow schema upgrade when using an object as a template
- Allow using the simple search via the HTTP API
- Fixed setting
SAMPLEDB_HELP_URL
- Fixed two-factor authentication for refresh logins
- Added federated identities
- Added user activity to object list filters
v0.25.3
- Fixed showing plotly plots on instrument page
- Fixed datetime format in HTTP API
- Fixed user interface issues related to admin-only action types
- Fixed handling of defaults during complex schema upgrades
v0.25.2
- Fixed bool fields with defaults
v0.25.1
- Fixed choice_equals conditions nested in any, all or not conditions