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

32 lines
661 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
---
## [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