release: prepare OneNote Tools 0.2.0
This commit is contained in:
@@ -13,20 +13,27 @@ export function HelpDialog({ onClose }: HelpDialogProps) {
|
||||
>
|
||||
<h2 id="help-title">About OneNote Tools</h2>
|
||||
<p>
|
||||
Read the tested desktop revision-store .one subset and single-cabinet
|
||||
LZX or uncompressed .onepkg packages with a native TypeScript parser.
|
||||
Unsupported content remains visible as diagnostics instead of being
|
||||
silently discarded.
|
||||
Open tested desktop and unfragmented FSSHTTPB OneNote sections or
|
||||
complete single- and multi-cabinet .onepkg sets with a native
|
||||
TypeScript parser. For a split package, select its .onepkg and all
|
||||
linked .cab files together.
|
||||
</p>
|
||||
<p>
|
||||
FSSHTTP sections, MSZIP and Quantum packages, multi-cabinet archives,
|
||||
notebook TOC ordering, visual fidelity, attachments, and export are
|
||||
not supported in this release.
|
||||
Notebook trees, rich text, safe links, tables, PNG/JPEG images, ink,
|
||||
attachments, and local JSON, text, Markdown, HTML, or static ZIP
|
||||
exports are supported within documented safety and format limits.
|
||||
Encountered unsupported object kinds remain visible as diagnostics.
|
||||
</p>
|
||||
<p>
|
||||
Nothing is uploaded, persisted, or sent to telemetry. Closing or
|
||||
clearing releases application references and terminates the worker;
|
||||
this is not a secure-erasure guarantee.
|
||||
Fragmented FSSHTTPB data, equations, audio/video, exact OneNote page
|
||||
placement, and untested producer variants remain unsupported. Exports
|
||||
preserve readable content but do not create OneNote files.
|
||||
</p>
|
||||
<p>
|
||||
Nothing is uploaded or sent to telemetry, and the app stores no
|
||||
notebook data unless you explicitly download a resource or create an
|
||||
export. Closing or clearing releases application references and
|
||||
terminates the worker; this is not a secure-erasure guarantee.
|
||||
</p>
|
||||
<button type="button" onClick={onClose}>
|
||||
Close
|
||||
|
||||
Reference in New Issue
Block a user