| @@ -1,6 +1,11 @@ | ||
| # Oversight CHANGELOG | ||
| - | ## Unreleased | |
| + | ## v0.4.9 - 2026-05-07 Hybrid browser decrypt, Rust registry v1, Outlook scaffold | |
| + | ||
| + | The browser inspector now decrypts post-quantum sealed files end-to-end, | |
| + | the Rust registry passes the v1 conformance harness 33/33, and a thin | |
| + | Outlook task-pane scaffold lets us start a tenant pilot. Format watermark | |
| + | regressions in `oversight-rust/oversight-formats` are also resolved. | |
| - **Outlook add-in scaffold landed (2026-05-07).** New `integrations/outlook/` | ||
| with the Office add-in 1.1 manifest (`MailApp`, read-mode task pane, |
| @@ -110,7 +110,7 @@ The attribute command runs a 5-phase pipeline: | ||
| 4. **Multi-layer Bayesian fusion** combining all evidence into ranked candidates | ||
| 5. **Content fingerprint comparison** (winnowing + sentence hashing) as a last resort when all watermarks are stripped | ||
| - | ## Coming in v0.4.9 (unreleased; on `main`) | |
| + | ## What's new in v0.4.9 | |
| **Browser inspector decrypts hybrid (post-quantum) sealed files.** | ||
| The viewer at <https://oversightprotocol.dev/viewer/> now decrypts |
| @@ -31,4 +31,4 @@ __all__ = [ | ||
| "l3_policy", | ||
| ] | ||
| - | __version__ = "0.4.8" | |
| + | __version__ = "0.4.9" |
| @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | ||
| [project] | ||
| name = "oversight-protocol" | ||
| - | version = "0.4.8" | |
| + | version = "0.4.9" | |
| description = "Open protocol for cryptographic data provenance, recipient attribution, and leak detection." | ||
| readme = "README.md" | ||
| license = {text = "Apache-2.0"} |