Changelog

Track every update to SOC2Snapp. We ship improvements regularly.

v0.3.2

Anonymous Analytics & Cleanup

  • Anonymous usage analytics: Lightweight PostHog integration tracks feature usage (captures, saves, exports, preset changes) with a permanent anonymous UUID per install — no PII, no URLs, no filenames collected
  • Geographic insights: Country and city resolved server-side from IP by PostHog (raw IP is not stored)
  • Removed Tesseract.js: Dropped unused OCR dependency to reduce bundle size and fix Chrome Web Store rejection
v0.3.1

Larger Banner Font Size

  • Banner font size slider extended: Maximum increased from 20px to 32px for better readability on high-resolution captures
v0.3.0

Performance & Memory Improvements

  • Capture store capped at 50: Prevents unbounded memory growth during long capture sessions
  • Faster batch saving: Save All now processes all captures at once instead of one by one
  • Faster signing: Signing keys are cached for quicker signature generation
  • Faster storage access: Local database connection is reused for better performance
  • Cleaner banner text: Consolidated duplicate URL and timestamp formatting
v0.2.0

PDF Export, Per-Capture Redaction & Version Safety

  • Save as PDF: Combine all captures into a single PDF with metadata (URL, timestamp) per page
  • Per-capture redaction persistence: Blur regions now persist when switching between screenshots in batch review
  • Blur saved correctly: Save All and Save as PDF now include drawn blur regions in exported images
  • Version kill switch: Remote version check blocks save on deprecated builds, with update prompt
  • Deprecation notice UI: Banner shown when extension version is outdated
  • Removed unimplemented integration references (Jira, Google Drive, Slack)
  • Options page now uses dynamic version from constants
v0.1.1

PII Redaction & Batch Review

  • Manual PII redaction with configurable blur strength
  • Batch review mode: review and approve multiple captures in the side panel
  • URL banner mode options: full URL or domain-only
  • Bug fixes and performance improvements
v0.1.0

Initial Release

  • One-click screenshot capture with Alt+Shift+S keyboard shortcut
  • Automatic metadata embedding: URL, timestamp, screen size, and browser info
  • Digital signatures to prove screenshots haven’t been tampered with
  • Audit-ready metadata embedded directly inside each screenshot file
  • Unique fingerprint for tamper detection
  • Side panel UI for capture management
  • Export as screenshot + signature files
  • Compliance presets: SOC 2 Type II, SOC 1 Type II, HIPAA, ISO 27001
  • Local audit log with configurable retention
  • Smart filename generation for organized evidence management