v3.1.3
LatestChrome Web Store readiness, safer session handling, and a faster Metadata Exporter selection workflow.
Security & Chrome Compliance
- Moved Salesforce session handoff data to timestamped, memory-only
chrome.storage.sessionand removed legacy persistent session keys - Bundled extension fonts locally and removed third-party font requests from the extension CSP
- Narrowed permissions and web-accessible resources while retaining Salesforce-only right-click tool shortcuts
- Removed CSP-blocked inline handlers and the unnecessary repeating service-worker keepalive
- Replaced the inaccessible feedback form with the public GitHub Issues support page
Metadata Exporter
- Added per-metadata-type selected component counts, including a clear All state for wildcard selections
- Component rows can now be selected by clicking anywhere on the row
- Added selected-row highlighting and accessible Enter/Space keyboard selection
- Kept large metadata lists responsive with chunked rendering validated against 18,000 components
Reliability
- Hardened Event Monitor org/session matching and refreshed its reliability regression coverage
- Added production-package checks for unwanted development artifacts and archive integrity
- Updated extension version and production package naming to make releases unambiguous
v3.1.1
Security hardening, Chrome Web Store compliance, and bug fixes.
Security & Compliance
- Vault passwords now encrypted at rest using AES-256-GCM with PBKDF2 key derivation (310,000 iterations)
- One-click login credentials automatically wiped after 40-second watchdog alarm
- Session-based logins set the
sidcookie instead of URL parameter (prevents history/log leakage) - CSP tightened — removed unused
cdnjsallowance, all inline scripts externalized - Full Chrome Web Store Featured Badge compliance audit passed
Bug Fixes
- Fixed Diff Checker Monaco editor failing to load (broken AMD require config path)
- Fixed dead favicon path in
completion_list.html - Fixed trailing space in manifest name causing inconsistent branding
- Removed orphaned
panel.htmlwith dangling script reference
Improvements
- Unified extension title to "Salesforce Comet" across all surfaces
- Privacy policy added (
PRIVACY.md) - Welcome onboarding page script externalized for CSP compliance
v3.1.0
Major feature release with Bulk Permission Wizard, Automation Cascade analysis, and Event Monitor.
New Features
- Bulk Permission Wizard — Manage Permission Set assignments across multiple users with a guided, step-by-step wizard interface
- Automation Cascade Analyzer — Visualize and debug the complete order of execution for triggers, flows, process builders, and workflow rules on any object
- Event Monitor — Real-time platform event monitoring and inspection tool
- Bulk Field Builder — Create multiple custom fields across objects in bulk with a visual field editor
- GraphQL Explorer — Interactive GraphQL API explorer for Salesforce orgs
- Org Limits Dashboard — Real-time governor limits and API usage monitoring
Improvements
- Command Palette now includes search across Permission Sets, Custom Metadata Types, and Platform Events
- Data Export supports automatic pagination for large result sets
- Record Cloner preserves relationship fields with configurable field selection
- Flow Scanner now detects Subflow references and displays automation chains
- Colored favicons support custom domain org identification
v3.0.0
MajorComplete architecture rewrite. Manifest V3 migration, new glassmorphism UI, Monaco Code Editor, and comprehensive Data Import wizard.
New Features
- Manifest V3 Migration — Full migration from MV2 to MV3 with service worker architecture
- Monaco Code Editor — Full-featured code editor powered by VS Code's Monaco engine with Apex syntax highlighting, IntelliSense-style autocomplete, and real-time error feedback
- Data Import Wizard — CSV-based record import with field mapping, validation, and bulk DML operations (insert, update, upsert, delete)
- Debug Log Viewer — Advanced log viewer with syntax highlighting, execution tree visualization, and governor limit tracking
- Flow Scanner Engine — Real-time detection and inspection of active flows on any Salesforce page
- REST API Explorer — Execute raw REST API calls directly against your org
- Code Coverage Reports — View Apex test coverage with line-by-line highlighting
- Code Search — Full-text search across all Apex classes and triggers in your org
- API Statistics — Monitor API call usage and limits
Improvements
- Complete UI redesign with premium glassmorphism dark theme
- New welcome onboarding experience with animated logo and keyboard shortcut tutorial
- Settings page rebuilt with macOS-style sidebar navigation
- Glass toast notification system for non-intrusive feedback
- Custom dropdown components replacing browser defaults
- Theme manager with accent color customization
v2.x
LegacyOriginal Manifest V2 release. Included Command Palette, Record Inspector, Field API Name Exposer, LWC Inspector, Data Export (SOQL Query Runner), and basic Debug Log management. Fully superseded by v3.0.
Core Features (v2.x)
- Command Palette with Shift + Space shortcut
- Record Inspector ("Show All Data") with JSON export
- Field API Name overlay on Lightning record pages
- LWC Component Inspector for DOM debugging
- SOQL Query Runner with CSV export
- Trace Flag Manager with log level controls
- Org credential vault with one-click login
- Colored favicons for org differentiation