Skip to content

v0.7.1 - Fix missing Google Client Credentials

Latest

Choose a tag to compare

@thotam thotam released this 21 May 02:11

Antigravity Sync v0.7.1 - Release Notes

This patch release resolves an issue where Google Drive Sync would fail due to missing Google OAuth Credentials (GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET) in the compiled VSIX bundle.

🛠️ Bug Fixes & Improvements

  • Injected Google OAuth Credentials:
    • Correctly bundled environmental values from .env at build time into dist/extension.js via Webpack's DefinePlugin.
    • Verified that the credentials load correctly during run time.
  • Release Bundle:
    • Packaged into an optimized, lightweight antigravity-sync-0.7.1.vsix (585 KB) ready for distribution.

📦 Assets & Installation

  • The pre-compiled bundle antigravity-sync-0.7.1.vsix is available in the root directory for manual installation or upload to Open-VSX.