NoteMarker 版本历史 - 4 个版本
NoteMarker 作者: Baivab Sarkar
NoteMarker 版本历史 - 4 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2.0.6
发布于 2024年9月19日 - 30.03 KB适用于 firefox 109.0 及更高版本Release Notes - v2.0.6
This update addresses a critical issue with the "Clear All" button, ensuring a smoother experience when managing highlights.
Fixes:
- Clear All Button Issue:
- Before: Clicking "Clear All" would remove both the highlighted text and the highlight itself from the webpage.
- After Fix: Now, only the highlight is removed, leaving the text intact.
This fix improves the functionality of the extension, ensuring that your content remains unchanged while clearing the highlights.源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 2.0.5
发布于 2024年9月19日 - 30.02 KB适用于 firefox 109.0 及更高版本Release Notes - v2.0.5
We’re excited to present the v2.0.5 update for our browser extension! This version focuses on resolving warnings and issues related to the `libs/polyfill.min.js` file.
Fixes and Updates
1. Removal of `libs/polyfill.min.js`:
- Issue: The `libs/polyfill.min.js` file was causing warnings and conflicts, impacting the extension's performance and causing inconsistencies across different browsers.
- Resolution: We’ve removed `libs/polyfill.min.js` to eliminate these conflicts and improve overall extension stability. The polyfills included in this file were either redundant or incompatible with the current version of the extension, leading to unnecessary warnings and errors.
2. Updated Compatibility:
- The removal of the polyfill file ensures that the extension is more streamlined and adheres to modern web standards, reducing the potential for conflicts and improving compatibility with the latest browser updates.
3. Enhanced Performance:
- By removing the problematic polyfill, the extension’s performance has been improved, leading to a smoother and more reliable user experience.
We believe these changes will enhance the overall functionality and stability of the extension. As always, we appreciate your feedback and support!源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布
版本 2.0.4
发布于 2024年9月19日 - 64.16 KB适用于 firefox 109.0 及更高版本Update Summary for Version 2.0.4:
Issue with Previous Version (2.0.3):
In version 2.0.3, users experienced issues with the extension breaking when interacting with buttons due to errors related to script injection and content security policies. These problems led to failures in executing scripts and displaying functionalities as intended.
Fixes and Improvements in Version 2.0.4:
1. Manifest Version Upgrade:
- Migrated to Manifest V3, enhancing security and performance through the use of `service_worker` and restricted permissions. This migration addresses compatibility issues and improves overall extension stability.
2. Content Security Policy (CSP):
- Updated the CSP for `extension_pages` to `script-src 'self'; object-src 'self';`, reinforcing security by eliminating external script sources. This change aligns with Firefox’s stricter CSP requirements and resolves script loading issues encountered in the previous version.
3. Background Script and Scripting API:
- Adjusted the background script and scripting APIs to ensure smooth communication between the popup and content scripts. The `scripting` permission now allows dynamic script injection, which fixes the issues with button functionality and enhances interactivity and real-time updates for users.
4. Browser Compatibility:
- Incorporated `browser_specific_settings` for Gecko with a strict minimum version of 109.0, ensuring compatibility with recent Firefox versions and addressing any version-specific issues that affected the extension’s performance.
These updates resolve the problems experienced in the previous version and ensure that NoteMarker operates seamlessly across different web pages and Firefox versions.源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布