This release includes something that people should not use - support for DWD enabled service accounts. Do not, under any circumstances, use this unless you know exactly what the implications are and what you will do to control them.
Service-account authentication (domain-wide delegation) via key file or inline JSON; startup validates keys, rejects providing both sources, and requires USER_GOOGLE_EMAIL; incompatible with single-user and OAuth2.1 modes.
What's Changed
- fix: validate RFC 3339 format for task due dates by @mickey-mikey in #663
- fix(auth): prefer requested user credentials in single-user mode by @cfdude in #652
- Add resize_sheet_dimensions tool for sheet-level dimension management by @arnstarn in #662
- enh: Implement DWD Service Account Mode / OpenClaw Mode in #665
New Contributors
Full Changelog: v1.17.3...v1.18.0