Releases: openclaw/gogcli
Releases · openclaw/gogcli
v0.6.0
0.6.0
Added
- Auth: Workspace service accounts (domain-wide delegation) for all services via
gog auth service-account ...(preferred when configured). (#54) — thanks @pvieito.
Fixed
- Keep: use
keep.readonlyscope (service account). (#64) — thanks @jeremys. - Sheets:
gog auth add --services sheets --readonlynow includes Drive read-only scope sogog sheets exportworks. (#62)
Tests
- Auth: expand scope matrix regression tests for
--readonlyand--drive-scope. (#63)
v0.5.4
Fixed
- Paths: expand leading ~ in user-provided file paths (e.g. --out "~/Downloads/file.pdf"). (#56) — thanks @salmonumbrella.
- Calendar: accept ISO 8601 timezones without colon (e.g. -0800) and add gog calendar list alias. (#56) — thanks @salmonumbrella.
v0.5.3
fix(cli): avoid vet shadow
v0.5.2
v0.5.1
0.5.1
Added
- Build: Windows arm64 release binary.
v0.5.0
0.5.0
Highlights
- Email open tracking:
gog gmail send --track+gog gmail track ...(Cloudflare Worker backend; optional per-account setup +--track-split) (#35) — thanks @salmonumbrella. - Calendar parity + Workspace: recurrence rules/reminders, Focus Time/OOO/Working Location event types, workspace users list, and Groups/team helpers (#41) — thanks @salmonumbrella.
- Auth + config: JSON5
config.json, improvedgog auth status,gog auth keyring ..., and refresh token validation viagog auth list --check. - Secrets UX: safer keyring behavior (headless Linux guard; keychain unlock guidance).
- Keep: Workspace-only Google Keep support — thanks @koala73.
Features
- Calendar:
gog calendar create|update --rrule/--reminderfor recurrence rules and custom reminders — thanks @salmonumbrella.gog calendar update --add-attendee ...to add attendees without losing existing RSVP state.- Workspace users list + timezone-aware time windows and flags like
--week-start.
- Gmail:
gog gmail thread attachmentslist/download attachments (#27) — thanks @salmonumbrella.gog gmail thread get --fullshows complete bodies (default truncates) (#25) — thanks @salmonumbrella.gog gmail labels create, reply-all support, thread search date display, and thread-id replies.gog gmail get --jsonincludes flattened headers,unsubscribe, and extractedbody(for--format full).gog gmail settings ...reorg + filter operations now request the right settings scope (thanks @camerondare).
- Keep: list/search/get notes and download attachments (Workspace only; service account via
gog auth keep ...) — thanks @koala73. - Contacts:
gog contacts other deletefor removing other contacts (thanks @salmonumbrella). - Drive: comments subcommand.
- Sheets:
sheets update|append --copy-validation-from ...copies data validation (#29) — thanks @mahmoudashraf93. - Auth/services:
docsservice support + service metadata/listing (thanks @mbelinky).groupsservice support for Cloud Identity (Workspace only):gog auth add <email> --services groups.gog auth keyring <auto|keychain|file>writeskeyring_backendtoconfig.json.GOG_KEYRING_BACKEND={auto|keychain|file}to force a backend (usefileto avoid Keychain prompts; pair withGOG_KEYRING_PASSWORD).
- Docs:
docs info/docs catnow use the Docs API (Drive still used for exports/copy/create). - Build: linux_arm64 release target.
Fixed
- Calendar: recurring event creation now sets an IANA
timeZoneinferred from--from/--tooffsets (#53) — thanks @visionik. - Secrets:
- Headless Linux no longer hangs on D-Bus; auto-fallback to file backend and timeout guidance for edge cases (fixes #45) — thanks @salmonumbrella.
- Keyring backend normalization/validation and clearer errors — thanks @salmonumbrella.
- macOS Keychain: detect “locked” state and offer unlock guidance.
- Auth: OAuth browser flow now finishes immediately after callback; manual OAuth paste accepts EOF; verify requested account matches authorized email; store tokens under the real account email (Google userinfo).
- Auth:
gog auth tokens listfilters non-token keyring entries. - Gmail: watch push dedupe/historyId sync improvements; List-Unsubscribe extraction; MIME normalization + padded base64url support (#52) — thanks @antons.
- Gmail: drafts update preserves thread/reply headers when updating existing drafts (#55) — thanks @antons.
Changed
- CLI: help output polish (grouped by default, optional full expansion via
GOG_HELP=full); colored headings/command names; more flag aliases like--output/--output-dir(#47) — thanks @salmonumbrella. - Homebrew/DX: tap installs GitHub release binaries (macOS) to reduce Keychain prompt churn; remove pnpm wrapper in favor of
make gogtargets;make gog <args>works withoutARGS=. - Auth:
gog auth addnow defaults to--services user(--services allremains accepted for backwards compatibility).
v0.4.2
0.4.2
- Gmail:
thread modifysubcommand +thread getsplit (#21) — thanks @alexknowshtml. - Auth: refreshed account manager + success UI (#20) — thanks @salmonumbrella.
- CLI: migrate from Cobra to Kong (same commands/flags; help/validation wording may differ slightly).
- DX: tighten golangci-lint rules and fix new findings.
- Security: config/attachment/export dirs now created with 0700 permissions.
gogcli 0.4.1
- macOS: release binaries now built with cgo so Keychain backend works (no encrypted file-store fallback / password prompts; Issue #19).
gogcli 0.4.0
Added
- Resilience: automatic retries + circuit breaker for Google API calls (429/5xx).
- Gmail: batch ops + settings commands (autoforward, delegates, filters, forwarding, send-as, vacation).
- Gmail:
gog gmail thread --download --out-dir ...for saving thread attachments to a specific directory. - Calendar: colors, conflicts, search, multi-timezone time.
- Sheets: read/write/update/append/clear + create spreadsheets.
- Sheets: copy spreadsheets via Drive (
gog sheets copy ...). - Drive:
gog drive download --format ...for Google Docs exports (e.g. Sheets to PDF/XLSX, Docs to PDF/DOCX/TXT, Slides to PDF/PPTX). - Drive: copy files (
gog drive copy ...). - Docs/Slides/Sheets: dedicated export commands (
gog docs export,gog slides export,gog sheets export). - Docs: create/copy (
gog docs create,gog docs copy) and print plain text (gog docs cat). - Slides: create/copy (
gog slides create,gog slides copy). - Auth: browser-based accounts manager (
gog auth manage). - DX: shell completion (
gog completion ...) and--verboselogging.
Fixed
- Gmail:
gog gmail attachmentdownload now works reliably; avoid re-fetching payload for filename inference and accept padded base64 responses. - Gmail:
gog gmail thread --downloadnow saves attachments to the current directory by default and creates missing output directories. - Sheets: avoid flag collision with global
--json; values input flag is now--values-jsonforsheets update|append.
Changed
- Internal: reduce duplicate code for Drive-backed exports and tabular/paging output; embed auth UI templates as HTML assets.
v0.3.0
v0.3.0