Releases: fmhy/FMHY-SafeGuard
Releases · fmhy/FMHY-SafeGuard
v1.1.8
v1.1.8 (11/12/2024)
🔧 Enhancements
Safe List Update
- Updated the Safe List source from
https://api.fmhy.net/single-page
to multiple GitHub markdown pages to mitigate rate-limiting issues with the API.
- Updated the Safe List source from
📝 Documentation
Updated Safe Sites Source Credit
- Updated the documentation to reflect the new source for safe sites, now crediting FMHY Edit as the source for the safe sites list.
v1.1.7
v1.1.7 HOTFIX (11/10/2024)
🐞 Bug Fixes
Filterlist Update Intervals
- Fixed the update intervals for the filterlist to align with rate-limiting requirements from external sources, ensuring smooth updates without interruptions.
Toolbar Icon Display Fix
- Fixed an issue where icons in the toolbar were not displaying properly after the last update's hotfix for rate-limiting.
Unsafe Icon Display Fix
- Fixed an issue where the unsafe icon was not displaying after users proceeded past the warning page, ensuring proper visual feedback.
Starred Links Recognition Fix
- Fixed an issue where starred links were not being recognized, ensuring all starred sites are correctly identified and highlighted.
Miscellaneous Fixes
- Addressed various minor bugs and inconsistencies throughout the extension to improve overall stability and performance.
v1.1.6
v1.1.6 (11/10/2024)
🐞 Bug Fixes
Toolbar Icon Display Fix
- Fixed an issue where icons in the toolbar were not displaying properly after the last update's hotfix for rate-limiting.
Unsafe Icon Display Fix
- Fixed an issue where the unsafe icon was not displaying after users proceeded past the warning page, ensuring proper visual feedback.
v1.1.5
v1.1.5 (11/10/2024)
🚀 New Features
Welcome Screen for First-Time Users
- Added a welcome screen that appears upon first installation, helping new users get started with FMHY SafeGuard.
FMHY SafeGuard Logo and Descriptions
- Added the FMHY SafeGuard logo to extension-specific pages, along with a brief description in the pop-up window, providing better branding and context for users.
🐞 Bug Fixes
Filterlist Update Intervals
- Fixed the update intervals for the filterlist to align with rate-limiting requirements from external sources, ensuring smooth updates without interruptions.
Warning Page Loop Fix
- Resolved an issue where the warning page would loop on unsafe websites, preventing users from proceeding even if they chose to continue.
🔧 Enhancements
File Structure Optimization
- Condensed the number of files on GitHub by moving shared files to
/src
and implemented a GitHub workflow to build the extensions with their respective manifest files, simplifying the repository structure.
- Condensed the number of files on GitHub by moving shared files to
v1.1.4
v1.1.4 (11/04/2024)
🐞 Bug Fixes
Settings Menu Background Update
- Fixed an issue with the drop-down menu background in the settings, where light text was shown on a light background in dark mode, improving overall visibility.
🔧 Enhancements
Updated Extension Links
- Updated extension repository links from
https://github.com/kenhendricks00/FMHY-SafeGuard
to the new official location athttps://github.com/fmhy/FMHY-SafeGuard
.
- Updated extension repository links from
Button Text Improvements
- Enhanced button text readability by increasing boldness and adding a drop shadow, improving overall UI clarity.
Removed Google Fonts for Privacy
- Removed Google Fonts and made the fonts available locally to increase privacy for users by reducing external data requests.
v1.1.3
v1.1.3 (11/03/2024)
🚀 New Features
FMHY Related Projects Filterlist
- Introduced a new filterlist specifically for FMHY related projects, enhancing the categorization and visibility of relevant sites.
Settings Feature
- Added a new settings feature that allows users to customize their experience, including options to change the theme, view the number of sites being filtered, toggle the warning page for unsafe sites, and set how frequently the filterlist is updated.
🔧 Enhancements
Alarms Permission Added
- Added the
alarms
permission to enable regular checks for filterlist updates, ensuring users always have the most current data.
- Added the
v1.1.2
v1.1.2 (11/02/2024)
🚀 New Features
Warning Page for Unsafe Sites
- Added a new feature where a warning page pops up when navigating to an unsafe website, allowing users to confirm if they want to proceed. This helps enhance user safety by providing an additional layer of caution.
🐞 Bug Fixes
NULL URL Handling
- Fixed a bug where NULL URLs, such as the New Tab in Firefox, were not being assigned a status. This ensures that all tabs, even those without a navigable URL, are properly handled.
🔧 Enhancements
Manually Starred Site
- Manually added
https://fmhy.lol/
as a starred site to ensure better visibility and quick access for users.
- Manually added
Updated Documentation
- Updated the documentation to include credits for FMHY API and FMHY Bookmarks, acknowledging the resources that contribute to the extension.
Added Storage Permission
- Added storage permission to prevent the warning page from looping on unsafe sites. This permission will also be used for future updates to include user-specific settings.
v1.1.1
v1.1.1 (11/02/2024)
🐞 Bug Fixes
Unsafe and Potentially Unsafe Site Recognition
- Fixed a bug where unsafe and potentially unsafe sites were not being properly recognized after the last update. This ensures these sites are correctly categorized and identified.
🔧 Enhancements
Manually Starred Site
- Manually added
https://fmhy.pages.dev/
as a starred site to improve visibility and ensure quick access for users.
- Manually added
Updated Issues Link
- Changed the issues link to the FMHY SafeGuard GitHub repository instead of the general FMHY GitHub. This helps direct extension-specific feedback to the appropriate channel, reducing confusion for users.
v1.1.0
v1.1.0 (11/01/2024)
🔧 Enhancements
Updated RegEx for URL Recognition
- Improved the URL recognition by updating the regular expressions to correctly identify URLs with query parameters as the same URL, enhancing consistency in categorization.
🎃 Removed Feature
Halloween Theme Removal
- Removed the spooky Halloween theme to revert back to the standard design after the holiday.
v1.0.9
v1.0.9 (10/26/2024)
🔧 Enhancements
Permission Scope Reduction
- Removed the
<all_urls>
permission and replaced it with the more restrictivetabs
permission, enhancing user privacy and minimizing unnecessary access.
- Removed the
Manifest v3 Update for Firefox
- Updated the Firefox version of the extension to use Manifest v3, aligning it with the latest standards and improving security and performance.