-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
…patool into external_manifest * 'external_manifest' of https://github.com/contentauth/c2patool: update c2pa version, clippy fixes # Conflicts: # Cargo.toml
source file must always be passed manifest config is always an option won't overwrite files without -force flag Code restructure
Asking for review from @crandmck given substantial documentation changes. |
Add reminder about version changes being generated automatically on publish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I backed out the manual version upgrade and retitled the PR so that it will generate a minor version change when we next publish. Other than that, 👍.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion, otherwise LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…patool into gpeacock/parameter_change
Codecov Report
@@ Coverage Diff @@
## main #53 +/- ##
==========================================
- Coverage 75.00% 72.60% -2.40%
==========================================
Files 3 3
Lines 216 230 +14
==========================================
+ Hits 162 167 +5
- Misses 54 63 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* Change in command line parameters for adding manifests, please review README * Support for external/remote manifests * update c2pa version * Updated Readme with new options * Change in command line parameters for adding manifests, please review README ** source file must now always be passed on command line ** manifest config now requires a -m --manifest option ** won't overwrite files without -force flag Code restructure Co-authored-by: Maurice Fisher <mfisher@adobe.com> Co-authored-by: Eric Scouten <scouten@adobe.com>
Changes in this pull request
Viewing files works the same, Manifest creation parameters are different.
source file must always be passed
manifest config must be passed with the new -m/manifest option
won't overwrite files without the new -f/force flag
Code restructure
-v -s combo no longer deletes the sidecar
Checklist
TO DO
items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.