feat: add bounded Quantum cabinet extraction
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -8,18 +8,19 @@
|
||||
- Add a worker-hosted native TypeScript parser for a desktop OneNote
|
||||
revision-store subset: bounded file-node and object-space traversal,
|
||||
property sets, page metadata, titles, timestamps, levels, and plain text.
|
||||
- Add in-memory CAB enumeration and extraction for uncompressed, MSZIP, and LZX
|
||||
folders, including checksums, strict paths, explicit resource limits, and
|
||||
cooperative cancellation between data blocks.
|
||||
- Add in-memory CAB enumeration and extraction for uncompressed, MSZIP,
|
||||
Quantum, and LZX folders, including checksums, strict paths, explicit
|
||||
resource limits, and cooperative cancellation between data blocks.
|
||||
- Open contained `.one` sections independently and expose package entries,
|
||||
section/page navigation, partial failures, and structured diagnostics.
|
||||
- Verify a Joplin `.one` golden with three pages and a Joplin LZX `0x1203`
|
||||
`.onepkg` golden with seven entries, five sections, and seven pages. Also
|
||||
verify rust-cab uncompressed, MSZIP, and LZX `0x1303` fixtures plus a
|
||||
generated two-block MSZIP dictionary-chain fixture.
|
||||
generated two-block MSZIP dictionary-chain fixture and pinned Quantum
|
||||
single-/multi-frame payloads.
|
||||
- Add deterministic static release packaging, SHA-256 sidecars, pinned-source
|
||||
provenance, fixture licensing, and security/support documentation.
|
||||
|
||||
Known unsupported areas are FSSHTTP-packaged `.one`, Quantum CAB extraction,
|
||||
multi-cabinet archives, `.onetoc2` hierarchy/order interpretation, visual
|
||||
content, attachments, layout/format fidelity, links, and exports.
|
||||
Known unsupported areas are FSSHTTP-packaged `.one`, multi-cabinet archives,
|
||||
`.onetoc2` hierarchy/order interpretation, visual content, attachments,
|
||||
layout/format fidelity, links, and exports.
|
||||
|
||||
Reference in New Issue
Block a user