Releases: analytics-debugger/vscode-gtmsense
Releases · analytics-debugger/vscode-gtmsense
v0.0.4
[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.,
logToConsoleaddsloggingpermission)
- 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
What's Changed
- V0.0.2 by @thyngster in #1
- V0.0.3 by @thyngster in #2
New Contributors
- @thyngster made their first contribution in #1
Full Changelog: https://github.com/analytics-debugger/vscode-gtmsense/commits/v0.0.3