From ae103ced0792dcf04404ebad1cb96acae8a66c43 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 14 Feb 2026 20:42:44 +0100 Subject: [PATCH] docs(changelog): mention --no-all-drives (#258) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2388055..789d068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.