NoteMarker version history - 4 versions
NoteMarker by Baivab Sarkar
NoteMarker version history - 4 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 2.0.6
Released Sep 19, 2024 - 30.03 KBWorks with firefox 109.0 and laterRelease 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.Source code released under GNU Lesser General Public License v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 2.0.5
Released Sep 19, 2024 - 30.02 KBWorks with firefox 109.0 and laterRelease 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!Source code released under GNU Lesser General Public License v3.0 only
Version 2.0.4
Released Sep 19, 2024 - 64.16 KBWorks with firefox 109.0 and laterUpdate 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.Source code released under GNU Lesser General Public License v3.0 only
Version 2.0.3
Released Sep 18, 2024 - 29.94 KBWorks with firefox 109.0 and laterSource code released under GNU Lesser General Public License v3.0 only