Releases: aarhusstadsarkiv/digiarch
Releases · aarhusstadsarkiv/digiarch
v5.2.2
Fixes
- Fix occasional error occurring when unpacking an MSG file and one of the attachment was smaller than 1536 bytes and
greater than 255 bytes- extract-msg tried to interpret it as a file name, causing an
OSError(36, 'File name too long')
exception to be
raised
- extract-msg tried to interpret it as a file name, causing an
- Fix occasional error occurring when unpacking an MSG file with no HTML body a slightly malformed RTF body
- extract-msg would try to use the RTF body to generate the HTML, causing a
RTFDE.exceptions.MalformedEncapsulatedRtf
exception to be raised
- extract-msg would try to use the RTF body to generate the HTML, causing a
- Fix extract sometimes repeating files in log with the message "Does not have extract action" when given a query
v5.2.1
Fixes
- Ignore meeting-related attachments when extracting MSG files instead of raising a
TypeError
v5.2.0
New Features
finalize doc-collections
command to rearrange files in Documents into docCollection directories.info
command to print general information about the database
Changes
- Improve log output of
identify
commands
Fixes
- Fix MSG extraction failing sometimes when attachments were incorrectly parsed as MSG files
v5.1.0
New Features
edit original puid
andedit master puid
commands to set the PUID of original and master files respectivelymanual extract
command to add manually extracted filesmanual convert
command to add manually converted files
v5.0.3
Fixes
- Fix files being overwritten causing an error when MSG and TNEF files contained more than one attachment with the same
name.
v5.0.2
Changes
- When using the
@file
operator in queries, the values are matched exactly with the SQL
IN
operator.- The
@like
operator no longer has any effect when use in conjunction with@file
- The
v5.0.1
Changes
- Use acacore 4.1.1
edit master processed
can now set processed status of access and statutory targets separately
Fixes
- Fix issue with rollback getting interrupted before finishing if a run contained unhandled events
v5.0.0
Complete overhaul of digiarch to work with the entire AVID folder and handle files across document types (original,
master, access, and statutory).
General structure is the same but some commands have been update to support the different document types.
New Features
- Handle original, master, access, and statutory documents
- Automatically detect root AVID folder
- Import a database created with v4 of digiarch
- New
edit master
commands to handle master files
Changes
- Removed duplicated functions like
reidentify
, query arguments are used instead to run/rerun a command on specific
files - Improved file identification and extraction to be faster and more resilient
- Overhauled and safer rollback command
- Improved filename sanitization when extracting files
Fixes
- Fix file name length error when running extract on some MSG files whose attached files had extra-long
names #748
v4.1.12
Changes
- Use acacore 3.3.3
v4.1.11
Changes
- Use acacore 3.3.2