docs(changelog): mention --no-all-drives (#258)

This commit is contained in:
Peter Steinberger 2026-02-14 20:42:44 +01:00
parent 3d9c618ce0
commit ae103ced07

View File

@ -6,7 +6,7 @@
- Forms: add `forms` command group (create/get forms, list/get responses).
- Apps Script: add `appscript` command group (create/get projects, fetch content, run deployed functions).
- Contacts: update contacts from JSON via `contacts update --from-file` (PR #200 — thanks @jrossi).
- Drive: add `drive ls|search --no-all-drives` to restrict queries to "My Drive" for faster/narrower results.
- Drive: add `drive ls|search --no-all-drives` to restrict queries to "My Drive" for faster/narrower results. (#258)
### Fixed
- Auth: manual OAuth flow uses an ephemeral loopback redirect port (avoids unsafe/privileged ports in browsers). (#172) — thanks @spookyuser.