LiveOverlayExtension/CHANGELOG.md
TristanEDU 24ae68aa21 feat: initial working release with draggable overlay panel and full UI controls
- Added iframe overlay with customizable source URL
- Included opacity slider for pixel-perfect comparison
- Implemented color inversion toggle
- Added scroll lock for accurate layout preservation
- Removed iframe scrollbars to avoid layout shifts
- Built draggable control panel with dedicated handle
- Added README.md with usage, warnings, and contribution guide
- Created LICENSE (MIT) and CHANGELOG.md for version tracking
2025-05-30 05:44:44 -07:00

661 B
Raw Permalink Blame History

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.


[1.0.0] 2025-05-29

Added

  • Initial working release
  • Overlay iframe with customizable URL
  • Opacity slider
  • Invert color toggle
  • Disable scrolling toggle
  • Hidden iframe scrollbars for pixel accuracy
  • Draggable control panel with dedicated handle

[Unreleased]

Planned

  • Persistent settings using chrome.storage
  • Minimize/collapse control panel
  • Overlay snapping grid / guide ruler
  • Toggle overlay visibility with keyboard shortcut
  • Export/import preset overlay configs