Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@mhucka mhucka released this 29 Sep 19:47
· 83 commits to main since this release

User-visible changes in this version:

  • 馃敡 Update: this version updates the pattern used to recognize Catech accession numbers, because the accession number format seems to have been changed again by FOLIO.
  • 馃敡 Update: the action buttons in the Change records and Delete records tabs are now colored blue instead of red. The original choice for red was motivated by a desire to warn people they were about to perform a dangerous operation, but using red in this context is also inconsisten from a user-interface perspective and probably confusing to some people.
  • 馃敡 Update: Foliage now uses the storage APIs for items and holdings when doing deletions, instead of using the inventory APIs. The original motivation for using the inventory APIs for these operations was that the inventory API "does more" and might lead to more complete updates on the FOLIO server side, but because this hypothetical idea was not really ever confirmed and FOLIO's representatives use the storage APIs themselves anyway, the feeling now is that it's safer to just do what they do.
  • 馃敡 Update: the documentation was a little bit out of date with respect to the current Foliage interface. This update brings it up for past recent changes as well as minor changes in 1.5.0.
  • 馃悳 Bug fix: the export button in the Clean tab previously did not work because of internal coding errors. Fixed.
  • 馃悳 Bug fix: when exporting the results of deleting records, the order of the entries in the exported list confusingly did not reflect the order in which the deletion operations were actually performed. Fixed.

This version also includes some internal code cleanup that has no impact on functionality.