Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
138ff74
feat: c2pa-rs and c2pa_c_ffi 0.68.0 update (#189)
tmathern Nov 1, 2025
b272adb
chore: Update c2pa version from v0.68.0 to v0.69.0 (#190)
tmathern Nov 5, 2025
43b460e
fix: Version bump from c2pa-rs and c2pa-c-ffi from v0.69.0 to v0.70.0…
tmathern Nov 6, 2025
e141978
fix: Version bump from c2pa-rs v0.70.0 to v0.71.0 (#193)
tmathern Nov 8, 2025
4ed3ce8
feat: Add set_intent APIs (#194)
tmathern Nov 19, 2025
cc92072
Merge branch 'main' into vNext
tmathern Nov 19, 2025
dde6609
chore: Update c2pa version to v0.72.0 (#198)
tmathern Nov 20, 2025
838639c
chore: Update c2pa version to v0.72.1 (#200)
tmathern Dec 5, 2025
35471a5
chore: Update c2pa version to v0.73.0 (#201)
tmathern Dec 15, 2025
08e64aa
Merge branch 'main' into vNext
tmathern Dec 19, 2025
c10bdc9
Merge branch 'main' into vNext
tmathern Dec 19, 2025
125341a
chore: Update c2pa version to v0.73.1 (#204)
tmathern Dec 20, 2025
8223b74
Merge branch 'main' into vNext
tmathern Dec 27, 2025
3d8387f
chore: Update to native version 0.73.2 (#210)
tmathern Jan 5, 2026
f187bee
fix: Improve typings for errors (#213)
tmathern Jan 7, 2026
a01dd37
feat: Add a factory method to the Reader class (#214)
tmathern Jan 7, 2026
9192996
Merge branch 'main' into vNext
tmathern Jan 7, 2026
99ab6d9
chore: Bump to c2pa-rs v0.74.0 (#215)
tmathern Jan 8, 2026
9f5dd8b
fix: Retrigger tests
tmathern Jan 9, 2026
fb54175
chore: Update c2pa version to v0.75.2
tmathern Jan 15, 2026
9f2c9f6
chore: Update SDK version in unit tests
tmathern Jan 15, 2026
946cc97
Merge branch 'main' into vNext
tmathern Jan 15, 2026
16058b3
fix: export C2paBuilderIntent
tmathern Jan 16, 2026
659399c
fix: c2pa v0.75.4 (#217)
tmathern Jan 17, 2026
5577282
Merge branch 'main' into vNext
tmathern Jan 20, 2026
732993f
chore: Update c2pa version to v0.75.6 (#219)
tmathern Jan 22, 2026
682f039
chore: Update c2pa version to v0.75.7 (#220)
tmathern Jan 27, 2026
d558312
fix: Bump c2pa version to v0.75.8 (#222)
tmathern Jan 28, 2026
86d6ca1
fix: Export types moved files (#221)
tmathern Jan 30, 2026
f19695d
chore: Bump c2pa-rs version to c2pa-v0.75.10 (#223)
tmathern Feb 2, 2026
6104a0d
chore: Update c2pa-native-version.txt to use c2pa v0.75.16 (#224)
tmathern Feb 5, 2026
14aabfc
chore: Up to c2pa-v0.75.19 (#226)
tmathern Feb 9, 2026
4ee7319
Merge branch 'main' into vNext
tmathern Feb 9, 2026
6adc1ba
chore Update c2pa-native-version.txt to c2pa-v0.75.21 (#227)
tmathern Feb 22, 2026
7ecfb0b
chore(deps): bump cryptography from 45.0.6 to 46.0.5 (#229)
dependabot[bot] Mar 4, 2026
63db267
chore(deps): bump cryptography from 45.0.6 to 46.0.5 (#236)
dependabot[bot] Mar 9, 2026
4b6dc47
feat: Context+Settings APIs (#230)
tmathern Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rebuild: clean-c2pa-env install-deps download-native-artifacts build-python
run-examples:
python3 ./examples/sign.py
python3 ./examples/sign_info.py
python3 ./examples/no_thumbnails.py
python3 ./examples/training.py
rm -rf output/

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ See the [`examples` directory](https://github.com/contentauth/c2pa-python/tree/m

## API reference documentation

See [the section in Contributing to the project](https://github.com/contentauth/c2pa-python/blob/main/docs/project-contributions.md#api-reference-documentation).
Documentation is published at [github.io/c2pa-python/api/c2pa](https://contentauth.github.io/c2pa-python/api/c2pa/index.html).

To build documentation locally, refer to [this section in Contributing to the project](https://github.com/contentauth/c2pa-python/blob/main/docs/project-contributions.md#api-reference-documentation).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion c2pa-native-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2pa-v0.67.1
c2pa-v0.78.2
362 changes: 362 additions & 0 deletions docs/native-resources-management.md

Large diffs are not rendered by default.

Loading
Loading