Librewolf Update Notifier version history - 7 versions
Librewolf Update Notifier by Self Denial
Librewolf Update Notifier version history - 7 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.1
Released Apr 19, 2025 - 68.33 KBWorks with firefox 115.0 and laterrefactor: enhance version checking and notification content
The commit includes improvements to version comparison logic for better update detection, updates to notification messages to display both local and remote versions when an update is available.Source code released under GNU General Public License v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.1.0
Released Mar 30, 2025 - 66.96 KBWorks with firefox 115.0 and laterAdd update scheduling with configurable intervals, reset option, and 12 new languages.- Added Scheduled Updates: Introduced
updatealarm.js
to handle periodic checks using browser alarms, allowing users to configure check intervals (4h, 8h, 12h, 24h, or disabled) via the options. - New Options UI: Enhanced
options/options.html
with a settings table, reset button, and alarm timer selection. Added localized strings for new controls. - Refactored Background Logic: Moved initialization and alarm scheduling to a dedicated
init()
function inbackground.js
, improving modularity. - Version Bump: Updated manifest version to 1.1.0 to reflect new features.
- Error Handling: Improved
versionchecker.js
with timeout handling and better error logging. - Add fallback width for info and footer tables when version_table is missing.
- Add initial translations for multiple locales including Arabic, Bengali, Chinese, French, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, and Turkish.
Source code released under GNU General Public License v3.0 only
- Added Scheduled Updates: Introduced
Version 1.0.5
Released Mar 29, 2025 - 42.17 KBWorks with firefox 115.0 and laterChangelog Summary (Version 1.0.5)
Major Updates:
- New Options Page: Introduced a dedicated settings interface (options/options.html
) to configure notification behavior, including selecting between pop-up alerts, system notifications, both,
or disabling updates entirely.
- Enhanced Localization: Redesigned locale files (addedde
anden
completions) with new messages for settings UI, warnings, error states, and useful links. Renamed legacy keys (e.g.,running_version
→runningVersion
) for consistency.
Functional Improvements:
- Notification System Overhaul:
- Added contextual menu items for quick access to settings (⚙ Options
).
- Refined update checks to prioritize managed settings (e.g., enterprise policies) and handle errors with descriptive system notifications.
- Updated icons (warning/error states) to support all manifest-v3 icon sizes (16x16, 32x32, 64x64, 128x128).
UI/UX Updates:
- Redesigned Notification Interface:
- Modernized the notification page layout with organized tabs for version details and localized "Useful Links."
- Added persistent settings button (⚙ Options
) in the footer and integrated GitHub links.
- Options Page Styling: Implemented basic CSS styling (options/options.css
) for clean, responsive formatting.
Manifest & Compatibility:
- Updatedmanifest.json
to manifest-v3 requirements:
- Added permissions:storage
,menus
,notifications
.
- Definedoptions_ui
pointing to the new options page.
- Deprecated legacy browser action APIs in favor of modern context menu integration.
Bug Fixes & Polishing:
- Fixed icon path references in notification UI and browser action visuals.
- Improved error handling during storage operations and initial update checks.
- Ensured localization consistency across all UI components.
- Replace deprecatedbrowser.extension.getURL
with modernbrowser.runtime.getURL
.
This release modernizes the extension’s functionality, usability, and adherence to current web extension standards while expanding user customization options.Source code released under GNU General Public License v3.0 only
Version 1.0.3
Released Mar 20, 2025 - 37.91 KBWorks with firefox 115.0 and laterMostly cosmetic improvements including dynamic icon update.- Bumped extension version to 1.0.3
- Added GitHub logo and mark images to notification interface
- Updated internationalized strings with globe emoji (🌐) for better visual emphasis
- Adjusted CSS for responsive image sizing and added small GitHub icon link
- Minor HTML restructuring for links presentation and viewport meta tag charset specification
- Hide more info links if status is okSource code released under GNU General Public License v3.0 only
Version 1.0.2
Released Mar 20, 2025 - 25.24 KBWorks with firefox 115.0 and laterUpdate notification icons to use "-icon.svg" naming and improve UI structure
This commit refactors the notification system by:
1. Renaming SVG icon files to include "-icon.svg" in their filenames for consistency
2. Updating image paths in HTML, CSS, and JS to reference the new icon filenames
3. Modifying browser action icons based on update status using the new icons
4. Replacing the static links div with a collapsible details element in the notification message
5. Adding html-i18n.js for improved internationalization support
These changes streamline visual elements, enhance user experience with better UI organization, and align icon naming conventions with modern standards.Source code released under GNU General Public License v3.0 only
Version 1.0.1
Released Jan 10, 2025 - 26.66 KBWorks with firefox 115.0 and laterThis version refactors the existing SVG by replacing the triangle shape with the Librewolf shape and updating the exclamation mark design. The changes include:
- Adding the Librewolf shape with specified attributes.
- Modifying the exclamation mark to have rounded corners and adjusted dimensions.
- Removing unused elements and updating styles accordingly.
Also improve description to align with the Mozilla Add-on description.Source code released under GNU General Public License v3.0 only
Version 1.0.0
Released Jan 10, 2025 - 25.04 KBWorks with firefox 115.0 and laterSource code released under GNU General Public License v3.0 only