v3.1.1
✨ New Features
- Popup for Updates (#33): Implemented a non-intrusive popup to notify users about extension updates, avoiding the need for
tabs
andnotifications
permissions, and preventing theRead browser history
warning for Chromium users. - Update Badge: Added a
NEW
badge on the browser action icon for new updates. Clicking the icon clears or updates the badge. - Version Badge: Added a badge to the popup icon displaying the current extension version.
🛠️ Improvements
- Code Cleanup: Removed unused code and files for a cleaner, more efficient codebase.
- Popup Enhancements: Updated content and styling for a better user interface.
🐛 Bug Fixes
- CSP for Popup Pages: Fixed
CSP
in manifestv3
to allow font fetching, resolving related console errors.
👷 Development Workflow
- GitHub Actions: Created a build script with PR artifacts to streamline the development process.
What's Changed
- chore(workflows): Implement GitHub Actions for extension builds (#31) by @itsmartashub in #32
- feat(manifest): Implement a
popup
action for informing users about extension updates (#33) by @itsmartashub in #34
Full Changelog: v3.1.0...v3.1.1