| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | < 16 hours ago | 594 Bytes | |
| gogcli_0.22.0_darwin_amd64.tar.gz | < 16 hours ago | 12.4 MB | |
| gogcli_0.22.0_darwin_arm64.tar.gz | < 16 hours ago | 11.3 MB | |
| gogcli_0.22.0_linux_arm64.tar.gz | < 16 hours ago | 11.1 MB | |
| gogcli_0.22.0_windows_amd64.zip | < 16 hours ago | 12.3 MB | |
| gogcli_0.22.0_linux_amd64.tar.gz | < 16 hours ago | 12.2 MB | |
| gogcli_0.22.0_windows_arm64.zip | < 16 hours ago | 11.1 MB | |
| README.md | < 16 hours ago | 1.4 kB | |
| v0.22.0 source code.tar.gz | < 16 hours ago | 1.6 MB | |
| v0.22.0 source code.zip | < 16 hours ago | 3.1 MB | |
| Totals: 10 Items | 75.1 MB | 0 | |
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.