| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gogcli_0.40.0_windows_arm64.zip | 2026-09-11 | 13.2 MB | |
| gogcli_0.40.0_windows_amd64.zip | 2026-09-11 | 14.9 MB | |
| gogcli_0.40.0_linux_arm64.tar.gz | 2026-09-11 | 13.2 MB | |
| gogcli_0.40.0_linux_amd64.tar.gz | 2026-09-11 | 14.7 MB | |
| gogcli_0.40.0_darwin_arm64.tar.gz | 2026-09-11 | 13.5 MB | |
| gogcli_0.40.0_darwin_amd64.tar.gz | 2026-09-11 | 15.0 MB | |
| checksums.txt | 2026-09-11 | 852 Bytes | |
| SIGNING-MANIFEST.json | 2026-09-11 | 1.2 kB | |
| ASSET-INVENTORY.json | 2026-09-11 | 3.2 kB | |
| RELEASE-NOTES.md | 2026-09-11 | 2.2 kB | |
| README.md | 2026-09-11 | 2.2 kB | |
| v0.40.0 source code.tar.gz | 2026-09-11 | 2.5 MB | |
| v0.40.0 source code.zip | 2026-09-11 | 4.5 MB | |
| Totals: 13 Items | 91.5 MB | 2 | |
0.40.0 - 2026-09-11
Highlights: Preserve Slides styling, format paragraphs, and reuse cached Discovery documents; duplicate or inspect individual spreadsheet tabs and sort Drive files.
- Slides: preserve leading text styling during
insert-text --replace, including template inheritance, with revision protection and correct empty-target and UTF-16 handling. (#1111, [#1122]) — thanks @sebsnyk. - Slides: add
paragraph-stylefor shape and table-cell alignment, spacing, indentation, and direction, with explicit field masks and zero-value support. (#1098, [#1123]) — thanks @sebsnyk. - API: cache Discovery documents for 24 hours with bounded disk usage, isolated endpoint/version keys, and explicit
--no-cachebypass; keep API responses and authorization checks uncached. (#1106, [#1121]) — thanks @gurgeous. - Sheets: duplicate a tab within its spreadsheet, with an explicit destination name and optional insertion index. (#1102, [#1116]) — thanks @gurgeous.
- Sheets: filter raw API reads by exact tab title with
--sheet, including A1-like names and apostrophes, while retaining spreadsheet metadata and the grid-data opt-in. (#1104, [#1115]) — thanks @gurgeous. - Drive: add opt-in
ls --sortand--ordercontrols while preserving the existing modification-time default and native pagination. (#1105, [#1117]) — thanks @gurgeous. - Slides: delete several page elements in one guarded API batch, retain single-element output compatibility, and document replacing WordArt elements. (#1109) — thanks @sebsnyk.
- Sheets: preserve zero-valued dimension indices so inserting before the first row or column succeeds. (#1107, [#1114]) — thanks @gurgeous.
- Docs: replace the reserved
defaultalias command with the account manager's Set default action and explain account-selection precedence. (#1092, [#1093]) — thanks @gianpaj and @goutamadwant. - Dependencies: refresh Go networking, authentication and cryptography modules and tracking-worker tooling, including the patched Sharp dependency, while retaining Go 1.26 compatibility and the worker's 24-hour release-age policy.
- Tooling: refresh goimports and deadcode to x/tools v0.50.0 while retaining the Go 1.26 minimum. (#1120)