Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Latest commit

 

History

History
413 lines (197 loc) · 18 KB

File metadata and controls

413 lines (197 loc) · 18 KB

1.26.25 (2026-08-20)

1.26.24 (2026-08-20)

1.26.23 (2026-08-20)

1.26.22 (2026-08-20)

1.26.21 (2026-08-20)

1.26.20 (2026-08-20)

1.26.19 (2026-08-19)

1.26.18 (2026-08-19)

1.26.17 (2026-08-19)

1.26.16 (2026-08-19)

1.26.15 (2026-08-19)

1.26.14 (2026-08-19)

1.26.13 (2026-08-18)

1.26.12 (2026-08-18)

1.26.11 (2026-08-18)

1.26.10 (2026-08-18)

1.26.9 (2026-08-18)

1.26.8 (2026-08-18)

1.26.7 (2026-08-18)

1.26.6 (2026-08-18)

1.26.5 (2026-08-18)

1.26.4 (2026-08-18)

1.26.3 (2026-08-18)

1.26.2 (2026-08-18)

1.26.1 (2026-08-18)

1.26.0 (2026-08-18)

Features

  • migrate to the documents.js 3.0.0 tree-form DocumentPackage (400e2d8)

1.25.1 (2026-08-17)

1.25.0 (2026-08-17)

Features

  • support the csv and svg formats (c38bdfb)

1.24.0 (2026-08-17)

Features

  • rpc: detect headings via ContentParagraph.headingLevel, read xlsx content directly (0e6a227)

1.23.55 (2026-08-17)

1.23.54 (2026-08-17)

1.23.53 (2026-08-17)

1.23.52 (2026-08-17)

1.23.51 (2026-08-17)

1.23.50 (2026-08-17)

1.23.49 (2026-08-17)

1.23.48 (2026-08-17)

1.23.47 (2026-08-17)

1.23.46 (2026-08-17)

1.23.45 (2026-08-17)

1.23.44 (2026-08-17)

1.23.43 (2026-08-17)

1.23.42 (2026-08-17)

1.23.41 (2026-08-17)

1.23.40 (2026-08-17)

1.23.39 (2026-08-17)

1.23.38 (2026-08-17)

1.23.37 (2026-08-17)

1.23.36 (2026-08-17)

1.23.35 (2026-08-17)

1.23.34 (2026-08-17)

1.23.33 (2026-08-17)

1.23.32 (2026-08-17)

1.23.31 (2026-08-17)

1.23.30 (2026-08-17)

1.23.29 (2026-08-17)

1.23.28 (2026-08-17)

1.23.27 (2026-08-17)

1.23.26 (2026-08-17)

1.23.25 (2026-08-17)

1.23.24 (2026-08-17)

1.23.23 (2026-08-17)

1.23.22 (2026-08-17)

1.23.21 (2026-08-17)

1.23.20 (2026-08-14)

1.23.19 (2026-08-14)

1.23.18 (2026-08-14)

1.23.17 (2026-08-14)

1.23.16 (2026-08-14)

1.23.15 (2026-08-13)

1.23.14 (2026-08-13)

1.23.13 (2026-08-13)

1.23.12 (2026-08-13)

1.23.11 (2026-08-13)

1.23.10 (2026-08-13)

1.23.9 (2026-08-13)

1.23.8 (2026-08-13)

1.23.7 (2026-08-13)

1.23.6 (2026-08-13)

1.23.5 (2026-08-12)

1.23.4 (2026-08-12)

1.23.3 (2026-08-12)

1.23.2 (2026-08-12)

Bug Fixes

  • bump on every conventional-commit type, not just feat/fix/perf (1bd442d)

1.23.1 (2026-08-12)

Bug Fixes

  • remove odf content-read fallback now that documents.js forwards onDocument (828f7ab)

1.23.0 (2026-08-11)

Bug Fixes

  • simulate double stroke style in SVG vector rendering (768bb43)

Features

  • add content.read RPC endpoint for direct ContentDocument reads (c700131)
  • detect blockquotes, code blocks, and docx list kinds in normalization (d4c5a11)
  • render blockquotes, code blocks, and ordered lists natively (4cc5b2b)

1.22.0 (2026-08-11)

Features

  • preview odg drawings natively instead of through a PDF rendition (d596f2f)

1.21.0 (2026-08-11)

Bug Fixes

  • populate formula content for odf sources at the RPC boundary (d42dc9c)

Features

  • add native formula preview for odf (8059efb)

1.20.0 (2026-08-11)

Features

  • add native presentation preview for pptx and odp (9f62e55)

1.19.0 (2026-08-11)

Bug Fixes

  • avoid materializing full base64 strings in structure tree leaves (68c9d1d)

Features

  • add native wordprocessing preview for docx and odt (2766962)
  • add variant-aware content summary for structure inspection (169ef27)
  • branch structure inspection on PDF vs content backing (e55df1f)
  • normalize wordprocessing heading styleIds at the RPC boundary (fa4e01e)

1.18.0 (2026-08-10)

Bug Fixes

  • default spreadsheet cell vertical alignment to bottom, matching its schema (9f5e711)
  • surface the creator metadata field dropped at the RPC boundary (1c5e793)

Features

  • add generic JSON-to-tree-data adapter for structured data views (9b463f1)
  • return sanitized document structure from pdf.inspect (578b1d2)
  • show document structure tree in Inspect panel (9e21d4b)

1.17.0 (2026-08-10)

Features

  • generalize Inspect page to support every document format (01c679d)
  • show document structure alongside Convert page previews (897d724)

1.16.1 (2026-08-09)

Bug Fixes

  • scale convert page previews with viewport instead of a fixed cap (678e6f8)

1.16.0 (2026-08-09)

Features

  • widen convert page container so previews use more screen width (51cbf42)

1.15.0 (2026-08-09)

Features

  • preview spreadsheets as a data grid instead of PDF (6322e57)

1.14.0 (2026-08-09)

Features

  • preview markdown as rendered HTML instead of PDF (4bdad4d)

1.13.0 (2026-08-09)

Features

  • show time since release or commit on the sidebar version link (9ca6804)

1.12.0 (2026-08-09)

Features

  • link to the running version or commit at the bottom of the sidebar (0fed9d3)

1.11.0 (2026-08-09)

Features

  • cycle color scheme with a single click instead of a dropdown (7875aaa)

1.10.0 (2026-08-08)

Features

  • add a System option to the color scheme switcher (67c9008)

1.9.0 (2026-08-08)

Features

  • preview original and converted documents side by side (61b80fd)

1.8.0 (2026-08-08)

Features

  • auto-detect source format and disable incompatible targets (651bb9d)

1.7.0 (2026-08-08)

Features

1.6.0 (2026-08-08)

Features

  • add a Recent Files page with reopen-in-Convert (c88b4d8)

1.5.0 (2026-08-08)

Features

  • add toast notifications and a shared diagnostics panel (212f73d)
  • wire toast notifications into the four tool routes (76c2790)

1.4.0 (2026-08-08)

Features

  • add drag-and-drop upload, shared across every tool (e57e8e1)

1.3.0 (2026-08-08)

Features

  • redesign convert as a layout route with searchable dropdowns (1739101)
  • replace the header-only nav with a persistent sidebar shell (54d345b)

1.2.0 (2026-08-08)

Features

  • make the app installable as a PWA (fc4564e)
  • switch from hash routing to clean browser-history URLs (f96cd23)

Reverts

  • Revert "feat: switch from hash routing to clean browser-history URLs" (8f0ab54)

1.1.0 (2026-08-08)

Bug Fixes

  • clone Uint8Array before transfer so callers can reuse source bytes (b25fbf4)

Features

  • add metadata, PDF inspect, and fonts tool routes (3610c5b)
  • add pdf.inspect and fonts.extractSourceFonts procedures (53fd8dc)

1.0.0 (2026-08-08)

Features

  • add Dexie schema for recent files and editor sessions (3ceca29)
  • add document-converter and file-access ports/adapters (f74ebc5)
  • add oRPC Worker boundary for documents.js conversions (98ddedd)
  • add the convert tool with hash-based routing (fbccb2e)