Skip to content

v3.0.0

Choose a tag to compare

@olsh olsh released this 06 Sep 11:52
0023527

Highlights

  • 🚀 Migrated to Manifest V3 (background page → service worker).
  • ⏰ Switched to Chrome Alarms API for efficient, timely updates.
  • 📴 Removed legacy background mode; worker wakes only when needed.
  • ⚡ Refactored from callback hell to async/await for cleaner, more reliable code.

Permissions

  • ✅ New: alarms permission to schedule periodic checks (one‑time approval).
  • 🔒 Host access stays limited to ://.feedly.com/*; optional <all_urls> only when enabling icons/thumbnails in notifications.

Developer Changes

  • 📦 Tooling: migrated from Yarn to npm.
  • 🧹 Added ESLint and fixed lint issues.
  • ⬆️ Updated dependencies to their latest compatible versions.