NowPilot version history - 3 versions
NowPilot by Ananjan Nandi
NowPilot version history - 3 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 1.3.0
Released Jan 6, 2026 - 23.83 MBWorks with firefox 121.0 and laterNowPilot Extension v1.3.0 Release Notes
New Features
Welcome Page Redesign- Complete redesign with proper Chrome UI mockups and ADHD-friendly styling
- Firefox-specific welcome page (welcome-firefox.html) with Firefox pin instructions
- Reduced motion support for animations (a11y)
Unstuck Button- New feature to help users overcome task paralysis
- Distinguishes first-time users from signed-out returning users
Status Widget Improvements- Server-side settings now control widget visibility
- Anchor-based positioning for consistent placement
- Silently removes widgets on load failure
UX Refinements- Multiple overlay UX improvements per user feedback
- Chat widget visibility now controlled via settings
- Improved welcome flow and settings redirect
- Fixed stuck button behavior
- Unified branding and widget positioning
Popup Navigation- Refactored to 6-screen navigation flow
- Fixed upgrade flow edge cases (stale user state, disabled email verification)
- Proper token validation and dead code cleanup
- Graceful handling of refresh token failures
Source code released under All Rights Reserved
Older versions
Version 1.2.0
Released Jan 2, 2026 - 23.82 MBWorks with firefox 121.0 and laterMajor Changes
🏗️ Build System Migration: Vite → WXT
Completely migrated from custom Vite configuration to the https://wxt.dev/, providing:
- Unified build pipeline for Chrome (MV3) and Firefox (MV2)
- Automatic manifest generation with browser-specific adjustments
- Hot module replacement in development
- Simplified multi-browser targeting
🖼️ New Overlay Architecture
Complete migration of the extension's widgets to a separately-hosted overlay.
🎤 Voice Input with Whisper
Client-side speech-to-text using the Whisper ML model via Transformers.js:
- Works entirely in-browser (no server transcription)
- Firefox support with native sample rate captureSource code released under All Rights Reserved
Version 1.1.0
Released Dec 7, 2025 - 16.4 MBWorks with firefox 121.0 and laterFixed import error in background script.Source code released under All Rights Reserved