Releases: openforis/arena
Releases · openforis/arena
v2.1.0
What's Changed
- always show scrollbars in MacOS by @SteRiccio in #3730
- Job queue (in memory) by @SteRiccio in #3731
- data export job: avoid loading big categories/taxonomies by @SteRiccio in #3735
- Export to Excel by @SteRiccio in #3734
- expressions: added dateTimeDiff custom function by @SteRiccio in #3737
- Import files from Excel (.xlsx) by @SteRiccio in #3738
- data import: allow importing taxon scientific and vernacular name for… by @SteRiccio in #3739
- Users list: added filter by @SteRiccio in #3740
- data export: export categories in same data export format by @SteRiccio in #3742
- fixed error exporting data with missing files in explorer by @SteRiccio in #3744
- fixed schema summary fetch from RStudio by @SteRiccio in #3746
Full Changelog: v2.0.9...v2.1.0
v2.0.9
schema export: show min/max count expressions (#3726) Co-authored-by: Stefano Ricci <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
v2.0.8
Validations min/max count: allow zeros (backward compatibility) (#3714) Co-authored-by: Stefano Ricci <[email protected]>
v2.0.7
Fixed CSV data export including ancestors with files (#3707) Co-authored-by: Stefano Ricci <[email protected]>
v2.0.6
Validations: min/max count as expressions (#3706) * added min count editor as expression * handle max count * code cleanup (expresions creation) * code cleanup * expression prop allow value type selection * fixing node def validation * min/max count: fixed validation in UI * use latest arena-core * code cleanup * code cleanup * fixed min/max count validation * added min/max count qualifiers in translations * hide tooltips on when panel right shows up * use latest arena-core --------- Co-authored-by: Stefano Ricci <[email protected]>
v2.0.5
v2.0.4
Fixed error exporting data including result variables (#3704) * include sampling defs without siblings in rdb generation (e.g. weight) * chain view: layout adjustments * updated default value * fixed tests --------- Co-authored-by: Stefano Ricci <[email protected]>
v2.0.3
improved records check job (#3703) Co-authored-by: Stefano Ricci <[email protected]>
v2.0.2
Fixed error merging records using survey with big category (#3702) * use latest arena-core * fixed error merging records with big category * code cleanup * updated arena-server --------- Co-authored-by: Stefano Ricci <[email protected]>
v2.0.1
Delete users with expired invitation at application startup (#3699) * use latest arena-core * surveys: hide columns * surveys: hide columns * records: hide columns * restore expired user cleanup scheduler * code cleanup * code cleanup; delete expired invitation users one by one * use latest arena-server * handle user delete errors * added error message * use latest arena-sever --------- Co-authored-by: Stefano Ricci <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>