Skip to content

Releases: analytics-debugger/vscode-gtmsense

v0.0.4

08 Dec 15:47

Choose a tag to compare

[0.0.4] - 2025-12-08

Added

  • Custom Templates support: Full editing support for GTM Custom Templates
    • View and edit template sections (JavaScript, Parameters, Info, Permissions, Tests)
    • Create new Tag and Variable (Macro) templates
    • Delete and rename templates
    • Auto-detect required permissions from JavaScript code (e.g., logToConsole adds logging permission)
  • Workspace management: Create and reload workspaces from the sidebar
  • Container type display: Shows container type (Web, Server) with icons in the container listing
    • Unsupported container types (Android, iOS) are greyed out with a warning
  • Improved login flow: Shows sign-in screen when not authenticated instead of empty state
  • Loading indicators: QuickPick selectors now show loading state while fetching data from the API
  • Progress notifications: All API operations (create, push, delete, reload) show progress in notifications

Changed

  • Delete and rename options now appear on template names, not on internal template sections
  • Workspaces automatically reload after pushing changes to get fresh data from GTM
  • Template creation now asks whether to create a Tag or Variable (Macro) template

Fixed

  • Fixed container lookups when container names include icon prefixes
  • Fixed template creation using wrong context (WEB templates in SERVER containers)
  • Fixed email not displaying in account info after token refresh

Full Changelog: v0.0.3...v0.0.4

v0.0.3

03 Dec 18:21
fd71386

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/analytics-debugger/vscode-gtmsense/commits/v0.0.3