Release Notes
Version 1.0.0
Added
- Per-script URL pattern matching with wildcard (
*) support.
- Script management improvements: add, enable/disable, remove scripts; edit existing scripts; and cancel edit mode.
- Default URL pattern set to
* (all sites) for faster setup.
- Improved script execution diagnostics with better error messages in popup status and partial success/failure reporting for run-now.
- CSP fallback support for strict sites (for example GitHub) using
debugger API.
- New branding and assets: extension renamed to Site Script Launcher with new app icon set (
16, 32, 48, 128).
- Developer credit in popup footer: Russel Sese + LinkedIn link.
- Documentation added:
README.md and publish-chrome-edge-extension.md.
Changed
- Popup UI modernized with rounded controls and cards, icon-enhanced sections, and improved spacing, typography, and visual hierarchy.
- Manifest updated: added
debugger permission, added action.default_icon and top-level icons, and updated extension name/title to Site Script Launcher.
Fixed
- URL pattern handling for trailing path wildcard:
https://github.com/russelsese/* now matches both https://github.com/russelsese and https://github.com/russelsese/....
- Double vertical scrollbar in popup: removed inner
.app scroll container so only one scroll behavior remains.
Notes
- Existing script execution behavior remains intact.
- Existing stored scripts are supported with compatibility fallback for older URL settings.