Releases: CoEDL/data-loader
v2.1.2
v2.1.0
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
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
- await the file copy commands
1.5.0
- Bugfix static site generator load paths in production
- Cleanup viewer code
- Upgrade dependencies
1.4.1
- 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
Update the viewer. Revise the filtering capability and re-enable for mobile devices. Bugfixes and tweaks.
1.3.2
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
bugfixes and adjustments.
1.3.0
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.