Skip to content

Choose a tag to compare

@Git002 Git002 released this 30 Aug 16:42
· 3 commits to main since this release

(0.1.5-beta) - 30th Aug 2025

Added

  • Click to Open in VS Code: Ctrl/Cmd + Click functionality to instantly open source files in VS Code
  • Automatic Client-side Script Injection: Zero-configuration setup with automatic script injection for click-to-open functionality
  • Base64 Metadata Encoding: Implemented base64 encoding for data-svelte-trace attributes
  • Configuration Options: Added openInCode configuration option to control client-side script injection
  • VS Code Integration: Seamless integration with VS Code through vscode:// protocol links

Technical Improvements

  • Client-side event listener for Ctrl/Cmd + Click detection
  • Base64 encoding/decoding for metadata security and cleanliness
  • Configurable preprocessor options
  • VS Code protocol URL construction for direct editor opening
  • Improved metadata handling and parsing

Changed

  • Made code modular, and more readable
  • Metadata format now uses base64 encoding for cleaner HTML output
  • Enhanced preprocessor configuration system
  • Improved documentation with comprehensive setup guide

Fixed

  • Nothing there to fix.