- chore: bump version to 0.4.5
- feat(analytics): enhance popup event tracking in extension - Implement detailed tracking for various popup events including opening, supported/unsupported states, and side panel interactions using PostHog. Update documentation to reflect new event types.
- feat(analytics): initialize PostHog client with enhanced options - Refactor PostHog integration to improve analytics tracking by explicitly initializing the client and updating configuration options, including disabling session recording and enabling heatmaps.
- feat(onboarding): add analytics tracking for onboarding events - Implement tracking for onboarding initiation, completion, and step views in OnboardingContext. Update analytics interface to include new event types and document them in app-analytics-events.md.
- refactor(onboarding): remove debug functions and console logs - Eliminate unnecessary debugging code and logs from Onboarding component to clean up the codebase and improve performance.
- feat(onboarding): implement onboarding feature with multilingual support - Add OnboardingProvider to manage onboarding state - Integrate onboarding UI in MainLayout and SettingsPanel - Enhance translation files with onboarding messages in multiple languages - Add restart onboarding button in SettingsPanel
- feat(assets): update browser extension badges with official icons - Add official Chrome Web Store and Microsoft Edge Add-ons PNG badges - Replace previous badges with high-quality official icons - Update README.md to reference new badge assets - Improve visual consistency and professional appearance
- feat(docs): add Microsoft Edge Add-ons store badge to README - Add Microsoft Edge Add-ons badge alongside Chrome Web Store badge - Update description to mention Chrome, Edge, and Chromium-based browsers - Include direct link to Edge extension store page - Use official Microsoft Edge branding colors and logo - Closes #13