Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ Although this library works for plain C applications, the documentation assumes
<div class="hide-doxygen" >
<div style={{display: 'none'}}>

For the best experience, read the docs on the [CAI Open Source SDK documentation website](https://opensource.contentauthenticity.org/docs/c2pa-c). If you want to view the documentation in GitHub, see:
For the best experience, read the docs on the [CAI Open Source SDK documentation website](https://opensource.contentauthenticity.org/docs/c2pa-c).

If you want to view the documentation in GitHub, see:
- [Using the C++ library](docs/usage.md)
- [Supported formats](https://github.com/contentauth/c2pa-rs/blob/main/docs/supported-formats.md)
- Configuring the SDK using [`Settings`](settings.md).
- [Using `Context`](context.md) to configure `Reader` `Builder`, and other aspects of the SDK.
- Using [working stores and archvies](working-stores.md).
- Using `Builder` and `Reader` together to [selectively construct a manifest by filtering actions and ingredients](selective-manifests.md).
- [Release notes](release-notes.md)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/faqs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FAQs
# Frequently-asked questions (FAQs)

## When do I use `Reader` vs. `Builder`

Expand Down
14 changes: 14 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release Notes

## 3 Mar 2026

This release includes changes relating to trust validation and handling (made in the Rust library [v0.68.0](https://github.com/contentauth/c2pa-rs/releases/tag/c2pa-v0.68.0), see also [trust lists](https://opensource.contentauthenticity.org/docs/conformance/trust-lists) for more details on trust lists).

Additionally, this release adds support for:
- Configuring the SDK using [`Settings`](settings.md).
- [Using `Context`](context.md) to configure `Reader` `Builder`, and other aspects of the SDK.
- Using [working stores and archives](working-stores.md).
- Using `Builder` and `Reader` together to [selectively construct a manifest by filtering actions and ingredients](selective-manifests.md).

For answers to frequently-asked questions about these features, see the [FAQs](faqs.md).

2 changes: 1 addition & 1 deletion docs/working-stores.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Working stores and manifest stores
# Manifests, working stores, and archives

This table summarizes the fundamental entities that you work with when using the CAI SDK.

Expand Down