Skip to content

Releases: aarhusstadsarkiv/digiarch

v5.2.2

23 Jan 09:08
v5.2.2
472d832
Compare
Choose a tag to compare

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
  • 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
  • Fix extract sometimes repeating files in log with the message "Does not have extract action" when given a query

v5.2.1

17 Jan 13:20
v5.2.1
6203390
Compare
Choose a tag to compare

Fixes

  • Ignore meeting-related attachments when extracting MSG files instead of raising a TypeError

v5.2.0

17 Jan 12:36
v5.2.0
8f71a00
Compare
Choose a tag to compare

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

10 Jan 08:23
v5.1.0
3cbb8ae
Compare
Choose a tag to compare

New Features

  • edit original puid and edit master puid commands to set the PUID of original and master files respectively
  • manual extract command to add manually extracted files
  • manual convert command to add manually converted files

v5.0.3

08 Jan 14:55
v5.0.3
8b7d855
Compare
Choose a tag to compare

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

08 Jan 11:43
v5.0.2
27e6071
Compare
Choose a tag to compare

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

v5.0.1

19 Dec 08:24
v5.0.1
270a4c6
Compare
Choose a tag to compare

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

17 Dec 16:12
v5.0.0
5f57eb9
Compare
Choose a tag to compare

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

21 Nov 09:48
v4.1.12
2d9e145
Compare
Choose a tag to compare

Changes

  • Use acacore 3.3.3

v4.1.11

11 Nov 13:53
v4.1.11
e2f7009
Compare
Choose a tag to compare

Changes

  • Use acacore 3.3.2