Librewolf Update Notifier 版本历史 - 6 个版本
Librewolf Update Notifier 作者: Self Denial
Librewolf Update Notifier 版本历史 - 6 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.1.0
发布于 2025年3月30日 - 66.96 KB适用于 firefox 115.0 及更高版本Add 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.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展- Added Scheduled Updates: Introduced
较早版本
版本 1.0.5
发布于 2025年3月29日 - 42.17 KB适用于 firefox 115.0 及更高版本Changelog 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.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.0.3
发布于 2025年3月20日 - 37.91 KB适用于 firefox 115.0 及更高版本Mostly 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 ok源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.0.2
发布于 2025年3月20日 - 25.24 KB适用于 firefox 115.0 及更高版本Update 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.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.0.1
发布于 2025年1月10日 - 26.66 KB适用于 firefox 115.0 及更高版本This 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.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布