Skip to content

Commit db4b382

Browse files
committed
Add Breaking Changes section to README with ASpace change
1 parent a89e198 commit db4b382

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ Analyze disk images and/or create ready-to-ingest SIPs from a directory of disk
44

55
Version: 1.2.0
66

7+
## Breaking Changes
8+
9+
Starting in v1.2.0, diskimageprocessor.py and the Processing mode of the GUI populate an ArchivesSpace description import XLSX instead of the previous ISAD-based CSV.
10+
11+
To have Disk Image Processor create the original ISAD-based description CSV instead, use the `-c` or `--csv` option (GUI support coming soon).
12+
713
## Usage
814

9-
Disk Image Processor has two modes: Analysis and Processing. Each mode can be run from the GUI interface or as a separate CLI utility by calling the underlying Python 3 script.
15+
Disk Image Processor has two modes: Analysis and Processing. Each mode can be run from the GUI interface or as a separate CLI utility by calling the underlying Python 3 script.
1016

1117
### Analysis
1218

0 commit comments

Comments
 (0)