0.22.0
Added
- Docs: add
--codetodocs formatand plain-textdocs writefor the existing monospace grey code style. (#685) — thanks @sebsnyk. - Drive/Docs: add
--sincetodrive comments listanddocs comments listfor server-side comment modified-time filtering. (#688) — thanks @sebsnyk. - Gmail: add
--thread-idtogmail drafts createandgmail drafts updateso drafts can reply within a thread using the latest message headers. (#673, #674) — thanks @chrischall.
Fixed
- Docs: preserve nested list levels when writing markdown into a specific tab with
docs write --replace --markdown --tab. (#696) - Docs: fix
docs export --tabtab resolution against the live Docs API field mask. (#696) - Docs: strip Pandoc-style explicit heading anchors like
{#slug}from rendered markdown headings and resolve matching same-document links. (#703) - Docs: render GFM
~~strikethrough~~spans in the local markdown writer used bydocs write --tab --markdown. (#702) - Docs: batch table-cell writes for
docs write --tab --markdownto avoid per-cell Docs API quota bursts on table-heavy documents. (#699) — thanks @sebsnyk. - Gmail: preserve existing
gmail drafts updateattachments when--attachis omitted, add--clear-attachmentsfor intentional removal, and keep--attachas explicit replacement. (#680, #681) — thanks @chrischall.