Skip to content

Commit

Permalink
Bump version to 1.2.0 and add --csv option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 5, 2023
1 parent a3a8b7e commit efeec12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Analyze disk images and/or create ready-to-ingest SIPs from a directory of disk images and related files.

Version: 1.1.1
Version: 1.2.0

## Usage

Expand Down Expand Up @@ -48,7 +48,12 @@ For HFS file systems, files are exported from the disk image using CLI version o

For UDF file systems, files are copied from the mounted disk image and `walk_to_dfxml.py` is used to generate DFXML.

When complete, a "description.csv" spreadsheet is created containing some pre-populated archival description:
When complete, a description spreadsheet will be created containings ome pre-populated archival description.

From v1.2.0, Disk Image Processor will write this information into an ArchivesSpace description XLSX spreadsheet.

In previous versions or if the `"-c"/"--csv"` option is passed in v1.2.0+, a description.csv file will be created instead, containing the following columns:

* Date statement
* Date begin
* Date end
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def about_dialog(self):
QMessageBox.information(
self,
"About",
"Disk Image Processor v1.1.1\nCanadian Centre for Architecture\nDeveloper: Tessa Walsh\n2018-2023\nMIT License\nhttps://github.com/CCA-Public/cca-diskimageprocessor",
"Disk Image Processor v1.2.0\nCanadian Centre for Architecture\nDeveloper: Tessa Walsh\n2018-2023\nMIT License\nhttps://github.com/CCA-Public/cca-diskimageprocessor",
)

def browse_analysis_source(self):
Expand Down

0 comments on commit efeec12

Please sign in to comment.