Releases: UNC-Libraries/box-c
Releases · UNC-Libraries/box-c
Deploy-2022-01-19 v5.10.0
- Adjustments to Work viewer selection: UV if any images, then pdf viewer if pdf is only file or primaryObj, then audio player
- Adjustments to Work download button, so it will point to only file in work if no primary obj.
- Requests to some invalid pids should no longer fail with 500 status
- Adjustments to error recovery for solr indexing
Deploy-2022-01-12 v5.9.0
- Fix for collection filter on advance search page
- Optimistic locking for bulk metadata updates
- Allowing wc3dtf on keydates
Deploy-2022-01-05 v5.8.0
Merge pull request #1311 from UNC-Libraries/bxc-3377-taller BXC-3377 - I wish boxy was a little bit taller
Deploy-2021-12-15 v5.7.2
- Fixes for FITS CLI file path issues
Deploy-2021-12-07 v5.7.0
- Filtering of MODS based on xpaths for public display
- Prevent FITS extraction failure for .mov files with () characters in their filepaths due to double escaping issue
- Updates to IDE style config, readmes, flapping test
Deploy-2021-11-04 v5.6.0
- Additional metadata types in bulk XML export
- Fixes to email templates
- activemq update
Deploy-2021-10-27 v5.5.1
- Bug fix for bulk metadata import caused by dependency updates, it should be working again now.
- Minor performance improvements to some deposit operations
- Default value for issuance MODS field when editing or creating new works.
Deploy-2021-10-06 v5.5.0
- "Add files from server" action for works
- XML Export now exports in pages, and can exclude objects that don't contain MODS
- Revisions to deposit form and MODS templates
- Support for access surrogates (no impact until we migrate something)
- Security updates
- Bug fix to prevent duplicate deposit jobs from running (should no have any visible impact)
Deploy-2021-09-08 v5.4.3
- Fix for Work object File list datatable thumbnails blocking UV from loading
- Directing FITS requests to CLI for all .mov files
- Reorganization of webapp modules and fcrepo-clients
- Renamed project to box-c
Deploy-2021-08-30 v5.4.2
- Configuration fix for virus scanning of files >512mb which contain diacritics in their file paths
- During deposit, FITS will be run as a commandline utility for files based on file size (related to video deposit which could not be run through FITS at the same time as other files)
- Adds support for ingest of the CDM migration SIP format
- Reorganization of search/indexing code and object modification code
- Security update to dependency related to zip files, and updated version of fedora used for tests.