| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gogcli_0.35.0_windows_arm64.zip | 2026-08-09 | 12.9 MB | |
| gogcli_0.35.0_windows_amd64.zip | 2026-08-09 | 14.5 MB | |
| gogcli_0.35.0_linux_arm64.tar.gz | 2026-08-09 | 12.9 MB | |
| gogcli_0.35.0_linux_amd64.tar.gz | 2026-08-09 | 14.3 MB | |
| gogcli_0.35.0_darwin_arm64.tar.gz | 2026-08-09 | 13.2 MB | |
| gogcli_0.35.0_darwin_amd64.tar.gz | 2026-08-09 | 14.6 MB | |
| checksums.txt | 2026-08-09 | 852 Bytes | |
| RELEASE-NOTES.md | 2026-08-09 | 1.9 kB | |
| SIGNING-MANIFEST.json | 2026-08-09 | 1.2 kB | |
| ASSET-INVENTORY.json | 2026-08-09 | 3.2 kB | |
| README.md | 2026-08-09 | 1.9 kB | |
| v0.35.0 source code.tar.gz | 2026-08-09 | 2.3 MB | |
| v0.35.0 source code.zip | 2026-08-09 | 4.1 MB | |
| Totals: 13 Items | 88.8 MB | 8 | |
0.35.0 - 2026-08-09
- Install: move the Go module to
github.com/openclaw/gogcli; new releases install withgo install github.com/openclaw/gogcli/cmd/gog@latestinstead of the formergithub.com/steipete/gogclipath. - Security: carry forward the
golang.org/x/text(GO-2026-5970) and gRPC-Go (GO-2026-6061) advisory remediations prepared for the tagged but unpublished 0.34.2 release. - Docs: add opt-in
--locateand--tabtodocs comments list, resolving all comment locations from one shared document fetch. (#961, [#965]) — thanks @ryo-touch. - Gmail: allow
GOG_GMAIL_AUTO_FROM_ADDRESSED_ALIASto enable the existing addressed-alias sender policy for replies and reply-context drafts. (#964) — thanks @ronny-rentner. - Gmail: add opt-in compact 0-based attachment references across search, message, thread, draft, and download workflows. (#963) — thanks @ronny-rentner.
- Gmail: add opt-in attachment metadata to message search in JSON and text output without rendering decoded bodies. (#962) — thanks @ronny-rentner.
- Security: redact credentials embedded in Gmail watch hook URLs, including userinfo, path, query, and fragment components, unless
--show-secretsis set. (#960) — thanks @bunlongheng. - Gmail: add guarded single-message RFC822/EML import from a file or stdin, with labels, internal-date, spam, calendar-processing, and parse-only dry-run controls. (#956) — thanks @holgergruenhagen.
- Gmail: warn before a draft update replaces an existing rich-text body with plain text only, while keeping JSON stdout clean. (#955) — thanks @mcinteerj.
- Dependencies: update the Google API and OpenTelemetry stacks, Go developer tools, pnpm, and email-tracking worker toolchain to their latest policy-eligible releases.
- Docs: rewrite the README as a concise front door and move task examples into a dedicated guide.