Skip to content

Releases: CoEDL/data-loader

v2.1.2

Choose a tag to compare

@marcolarosa marcolarosa released this 07 Mar 05:22

Bugfix release. When errors occur in processing the CAT xml files the item is skipped and the loader continues on. Errors are displayed prominently in the left panel under the controls.

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 01:11

A full refresh of the application and the viewer to modern standards. The code handling the data loading has been significantly reworked and tested. And it actually loads data now! (Not sure how the last release made it out with that key piece not working but hey, stuff happens). Although it's good practice to organise the data to be loaded as it is in Nabu (collection folders containing the items you wish to load) it's not actually necessary from this release. The loader will find all items from wherever you tell it to look.

Mac users take note:

If you have an older mac with an Intel processor get paradisec-data-loader-darwin-x64-2.1.0.zip
If you have a newer mac with an Apple M Processor get paradisec-data-loader-darwin-arm64-2.1.0.zip

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jan 10:25

This release is an update of the code and its dependencies to the latest versions whilst also aligning the way it works to modern best practices for electron apps.

Mac users take note:

  • If you have an older mac with an Intel processor get paradisec-data-loader-darwin-x64-2.0.2.zip
  • If you have a newer mac with an Apple M Processor get paradisec-data-loader-darwin-arm64-2.0.2.zip

1.5.1

Choose a tag to compare

@marcolarosa marcolarosa released this 13 Jan 03:48
  • await the file copy commands

1.5.0

Choose a tag to compare

@marcolarosa marcolarosa released this 13 Jan 01:28
  • Bugfix static site generator load paths in production
  • Cleanup viewer code
  • Upgrade dependencies

1.4.1

Choose a tag to compare

@marcolarosa marcolarosa released this 20 Nov 02:06
  • Add languages and region to information panel
  • Adjust text sizing on information panel
  • Bugfix - filter items that define files but where the content is not available

1.4.0

Choose a tag to compare

@marcolarosa marcolarosa released this 19 Nov 04:58

Update the viewer. Revise the filtering capability and re-enable for mobile devices. Bugfixes and tweaks.

1.3.2

Choose a tag to compare

@marcolarosa marcolarosa released this 11 Nov 23:42

Bugfix. Skip items that don't have any files listed as the viewer is designed around showing content not just item metadata.

1.3.1

Choose a tag to compare

@marcolarosa marcolarosa released this 11 Nov 22:53

bugfixes and adjustments.

1.3.0

Choose a tag to compare

@marcolarosa marcolarosa released this 07 Nov 04:53

Bundle revised viewer:

  • implements browse by collection;
  • vue masonry removed and replaced with flex layouts;
  • infinite scroll removed and replaced with pagination where required (items and collection items);
  • filtering by title, person and classification with mapping of filters to collections to support smart filtering;
  • bugfixes and performance improvements.