Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Nov 24, 2023
1 parent d725898 commit beac17c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

### Changes

- Changed `--done-filename` to `--done-file-path` (#67)
- Changed `--done-filename` to `--result-file-path` (#67)
- Removed `--create-done-file` flag as it is now redundant. (#67)
If `--done-file-path` is specified, a done file will be written to disk and if not specified, no done file will be written.
If `--done-file-path` is specified, a result file will be written to disk and if not specified, none will be written.
- Renamed manifest file JSON key `csvPath` to `csvManifestPath`
- Renamed manifest file JSON key `jsonPath` to `jsonManifestPath`
- Added manifest file JSON key `outputFolder` containing the final output path of the extracted files (#67)
- Added manifest file JSON key `profile` containing the profile identifier for the profile that was used (#67)

## 0.2.5(https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.2.5) (2023-11-22)

Expand Down

0 comments on commit beac17c

Please sign in to comment.