Skip to content

Version 1.0.5

Compare
Choose a tag to compare
@jtellnes jtellnes released this 05 Dec 14:12
· 825 commits to master since this release

Release date: 2017-12-05

  • General new features

    • Arkade now has a command line client
    • The user now controls where to place the created package and metadata
    • The user now controls where Arkade processes archives and maintains system logs
    • Temporary archive processing files are purged when Arkade is closed
    • System logs and error logs older than 1 week are purged when Arkade is closed
  • Main user interface

    • If a newer Arkade version is available, information is now displayed and a download link is provided
    • A warning is given if Arkade is attempted shut down when tests has run but no package is created
  • Packages

    • Packages now contains a package-named (uuid) root directory
    • The generated file {uuid}.xml is renamed to info.xml
    • A dias premis structured file log.xml is now included in packages
    • Schema files for addml and premis are included in packages
    • The package file index now uses UNIX style directory separators
  • Improvements/corrections regarding reading/writing of mets files:

    • Created- and extraction dates are now part of the editable metadata
    • Checksums are now written in lower case
    • Forward slashes are used in file references
    • Date formats are fixed
    • References to ead.xml and eac-cpf.xml are only made when in AIP packages
  • Noark 5 tests improved:

    • NumberOfArchiveParts
    • StatusOfArchiveParts
    • NumberOfClassificationSystems
    • NumberOfRegistrationsWithoutDocumentDescription
    • NumberOfDocumentDescriptions
    • NumberOfCaseParts
    • NumberOfDocumentObjects
    • NumberOfDocumentDescriptionsWithoutDocumentObject
    • NumberOfCorrespondenceParts
    • NumberOfDocumentFlows
    • NumberOfFoldersWithoutRegistrationsOrSubfolders
    • NumberOfFoldersPerYear
    • NumberOfRegistrationsPerYear
    • FirstAndLastRegistrationCreationDates
    • NumberOfJournalPosts
    • NumberOfPrecedents
    • NumberOfComments
    • NumberOfDepreciations
  • Addml processes improved

    • ControlExtraOrMissingFiles
  • Other improvements/bugfixes

    • Problem with xml validation errors accumulating over different test-runs is fixed
    • Arkade now handles big numbers of validation errors
    • Dates, in the archives, without a timezone indicator are now read correctly
    • The current Arkade version number is now written to test reports
    • Setup project is made compatible with Visual Studio 2017
    • + a number of other minor improvements and bugfixes