mirror of
https://github.com/TristanEDU/LiveOverlayExtension.git
synced 2025-09-16 15:38:45 +00:00
- 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
32 lines
661 B
Markdown
32 lines
661 B
Markdown
# 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
|