You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.1 (10/17/2024)
🚀 New Features
Starred Sites Support
Added support for identifying starred sites in the Firefox extension. Sites like https://fmhy.net are now marked as starred, taking precedence over their safety status. This ensures that key resources are highlighted appropriately.
Simplified Safe Sites Fetching
Replaced multiple safe list URLs with a consolidated source: https://api.fmhy.net/single-page. This reduces redundancy and makes the fetching process more efficient.
🐞 Bug Fixes
Safe Sites Duplication Prevention
Fixed an issue where duplicate entries could be added to the safe sites list. The system now ensures each site is added only once.
Icon Update Reliability
Improved the reliability of updating the toolbar icon, ensuring the correct icon is always displayed according to the current site status.
🔧 Enhancements
Starred Sites Priority
Starred sites now take precedence over safe sites. If a site is marked both starred and safe, the starred designation will override to ensure its status is clearly communicated.
Improved Filter List Parsing
Enhanced parsing logic for unsafe and potentially unsafe filter lists to handle edge cases, improving the accuracy of the categorization.
📝 Documentation
Extension Usage Instructions
Updated the documentation to reflect the new starred sites feature and provide users with details on how the categorization hierarchy works. Added examples to better illustrate the different statuses.