Skip to content

Releases: google/clasp

v3.1.3

19 Nov 01:56
fd7c582

Choose a tag to compare

3.1.3 (2025-11-19)

Bug Fixes

  • Add back redirect port to login cmd to be consistent with current documentation (#1094) (9e8f717)
  • Gemini CLI Extension Path Issue (#1097) (b466c57)

v3.1.2

10 Nov 22:36
142f14f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

31 Oct 16:57
bdf61df

Choose a tag to compare

3.1.1 (2025-10-31)

Features

  • Add config file to make repo a Gemini CLI extension (#1090) (3b4bb8a)

Bug Fixes

  • Separated URL from prompt message to help terminals better detect URL to make it clickable (#1089) (9d59aa1)
  • update Gemini CLI extension config file (#1092) (62e0dac)

v3.1.0

15 Oct 03:14
9f70f7b

Choose a tag to compare

3.1.0-alpha (2025-10-15)

Features

Bug Fixes

v3.0.6-alpha

30 May 17:23
b607b57

Choose a tag to compare

3.0.6-alpha (2025-05-30)

Bug Fixes

v3.0.5-alpha

30 May 01:33
dc7fc37

Choose a tag to compare

3.0.5-alpha (2025-05-30)

Features

  • Add -d option to delete files removed in the server script (#291). (bf03b1d)
  • Experimental mcp command to run clasp as an MCP server for use with coding agents (ed90dbc)

v3.0.4-alpha

09 May 17:13
17cb230

Choose a tag to compare

3.0.4-alpha (2025-05-09)

Bug Fixes

  • Normalize file paths in file operations for Windows compatibility (#1044) (edd619f)

v3.0.3-alpha

25 Mar 03:26
4520d5d

Choose a tag to compare

3.0.3-alpha (2025-03-25)

Bug Fixes

  • Add breaking change not to readme about --rootDir option behavior (#1046) (23c0e88)
  • Correctly ignore errors fetching userinfo when logging in with custom creds. (#1040) (6c894f2)
  • Correctly output container URL (#1046) (e9be2c0)
  • Ensure parent ID is saved in .clasp.json (e2e902c)
  • Fix duplicate output of some error messages (82e921f)
  • Fix issue with push --watch terminating early (#1045) (0e114f2)
  • Output parent URL when creating scripts if available (#1046) (64d8c33)
  • Remove other instance of .claspignore file warning as now obsolete (0b29163)
  • Skip micromatch when ignore file is empty (#1043) (121dd26)
  • Update documentation on how to accomodate policy restrictions on 3P apps (#940) (e35cb84)
  • Update run instructions for 3.x (f75059e)

v3.0.2-alpha

14 Mar 04:42
d2e6556

Choose a tag to compare

3.0.2-alpha (2025-03-14)

Features

  • Add file extension settings for HTML (e4dd863)
  • Display logs in local time (8952aff)
  • Move pdate deployment into a separate command (#752) (e4dd025)

Bug Fixes

  • Clarify filePushOrder behavior (eea22cb)
  • Fix create-script command/alias names (55a33c6)
  • Suppress punycode deprecation warning temporarily until dependencies updated (ec352e5)
  • Tighten result check on run to correctly output falsy values #770 (0a3947b)
  • Update run instructions to correct oauth client type (#997) (55793c9)

Miscellaneous Chores

v3.0.1-alpha1

11 Mar 03:29
aa375c5

Choose a tag to compare

3.0.1-alpha1 (2025-03-11)

Bug Fixes

  • Add missing import from "open", not caught by typescript due to being browser api (907d80f)