v0.1.1
Latest
Browser Notifications
- Cross-Platform Notifications — added browser notifications support for all platforms using blob URL polyfill injection to avoid CSP inline script errors
User Agent Overhaul
- Firefox User Agent Default — switched default user agent to OS-appropriate Firefox UA for better site compatibility
- Simplified User Agent Options — removed 'default' and 'electron-default' presets in favor of the Firefox-based default
Developer Tools
- Built-in DevTools — enabled Chromium Developer Tools as a user-facing option, on by default
- Standard DevTools Shortcut — use Chrome-standard shortcut (Cmd+Opt+I / Ctrl+Shift+I) to open Developer Tools
Browser Compatibility
- Streaming Site Fixes — skip CSS and JS ad blocking injection entirely on streaming sites (YouTube, Spotify, etc.)
- Facebook Login — unblocked Facebook Login flow
- PDF Download Button — added download button for PDF viewer
- CSP Compliance — use blob URLs for polyfill injection to avoid Content Security Policy violations
External Protocol Handlers
- Protocol Support — added handlers for mailto:, tel:, and other external protocol links
Hard Reload Fix
- Hard Reload — fixed hard reload not triggering by wiring it up in the renderer and not awaiting cache clearing operations
Dark Mode Removal
- Removed Dark Mode Toggle — removed the per-site dark mode injection feature completely
Bug Fixes
- ResizeObserver Error — suppressed ResizeObserver error overlay in webpack dev server
- Nav0 Branding — capitalized Nav0 brand name consistently in all user-facing text
- TrustedScript Fix — fixed TrustedScript violation and unblocked cookielaw.org for Spotify
- Ad Blocker Tuning — fixed overly broad CSS ad selectors, unblocked onesignal.com, and extended app protocol handling
- Overlay Renderer Timing — added 500ms delay before overlay renderer process initialization to prevent race conditions
- User Agent Type Fix — fixed userAgentPreset type error by adding missing type to union
