Skip to content

Releases: LibraryOfCongress/bagger

Release 2.6.0

29 Apr 16:51
Compare
Choose a tag to compare

Fixed #34 - payload and tag manifest windows not displaying scrollbars correctly
Also updated some logging, and a pause to the bat script for easier debugging

Release 2.5.0

28 Mar 11:43
Compare
Choose a tag to compare

Added new profiles from @houzanme1
updated to latest version of the bagit-java library
fixes the error when parsing the manifest file due to not splitting correctly on spaces.
fixes #19 - enforce ordering of profile fields
fixes #21 - save-as-bag causes null pointer issue
code cleanup
closes #13 - remove unwanted files and folders (bag linter)
closes #11 - customize profile location
closes #9 - add scrollbar to payload directory listing

improved README
changed logging to use slf4j

release 2.5 candidate 7

10 Mar 15:45
Compare
Choose a tag to compare
Pre-release

updated to latest version of the bagit-java library

release 2.5 candidate 6

01 Mar 17:16
Compare
Choose a tag to compare
Pre-release

More edits to baggerLinter.py script

release 2.5 candidate 5

22 Feb 17:20
Compare
Choose a tag to compare
Pre-release

fixes the error when parsing the manifest file due to not splitting correctly on spaces.

release 2.5 candidate 4

18 Feb 18:41
Compare
Choose a tag to compare
Pre-release

fixes #19 - enforce ordering of profile fields

release 2.5 candidate 3

16 Feb 20:18
Compare
Choose a tag to compare
Pre-release

fixes #21 - save-as-bag causes null pointer issue

release 2.5 candidate 2

05 Feb 19:31
Compare
Choose a tag to compare
Pre-release

This is just code cleanup. I wanted to cut another release so that users can test and provide feedback to ensure no functionality was lost.

release 2.5 candidate 1

04 Feb 17:31
Compare
Choose a tag to compare
Pre-release

partially closes #19 - order bag fields
closes #13 - remove unwanted files and folders (bag linter)
closes #11 - customize profile location
closes #9 - add scrollbar to payload directory listing

improved README
changed logging to use slf4j

v2.4

18 Aug 18:50
Compare
Choose a tag to compare

fixes #8 - bagger seems unresponsive after saving a bag.
Detailed in the issue, it was due to the wrong dependency being used.