Fix browser page display and no data status message

Fixed issues with browser page display and status messages.
This commit is contained in:
Kenneth Hendricks 2026-01-25 16:26:38 -05:00 committed by GitHub
parent 2040ca3d3b
commit 3ae40b65d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,17 @@
# Changelog
## v1.3.1 (01/25/2026)
#### **🐞 Bug Fixes**
- **`Fixed Browser Page Display`**
- Fixed popup showing broken `$DOMAIN$` placeholder on browser internal pages (newtab, settings, etc.).
- Added proper handling for `chrome://`, `about:`, `edge://`, `brave://`, `opera://`, and `vivaldi://` URLs.
- **`Fixed No Data Status Message`**
- Fixed "Unable to check site status" error message for unknown sites.
- Now correctly displays "No data available for [domain]" with the actual domain name.
---
## v1.3.0 (01/25/2026)
#### **🚀 New Features**
@ -66,4 +78,3 @@
- `index.js` Added markdown parser, note fetching logic, and reason display with clickable links.
- `warning-page.html` Added CSS for clickable links in reason text.
- `warning-page.js` Added URL-to-link conversion for reason display.