Skip to content

Releases: CoEDL/data-loader

v2.1.2

07 Mar 05:22
Compare
Choose a tag to compare

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

10 Feb 01:11
Compare
Choose a tag to compare

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

10 Jan 10:25
Compare
Choose a tag to compare

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

13 Jan 03:48
Compare
Choose a tag to compare
  • await the file copy commands

1.5.0

13 Jan 01:28
Compare
Choose a tag to compare
  • Bugfix static site generator load paths in production
  • Cleanup viewer code
  • Upgrade dependencies

1.4.1

20 Nov 02:06
Compare
Choose a tag to compare
  • 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

19 Nov 04:58
Compare
Choose a tag to compare

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

1.3.2

11 Nov 23:42
Compare
Choose a tag to compare

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

11 Nov 22:53
Compare
Choose a tag to compare

bugfixes and adjustments.

1.3.0

07 Nov 04:53
Compare
Choose a tag to compare

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.