Releases: ProductOfAmerica/PasswordGenerator
Releases · ProductOfAmerica/PasswordGenerator
v2.0.0
v2.0.0: Complete rewrite with WXT, Svelte 5, and TypeScript
Rebuilt the extension from the ground up:
- Migrated from Manifest v2 to v3 with proper service worker
- Replaced vanilla JS + Bootstrap + jQuery with Svelte 5 + Tailwind CSS 4
- Full TypeScript throughout
- CSPRNG password generation with rejection sampling (replaces Math.random)
- Added passphrase mode with 2,048-word BIP39-style wordlist
- Real-time strength meter with color interpolation
- Click-to-copy with 30s clipboard auto-clear
- Dual-tab state preserving passwords across mode switches
- Dark mode support via system preference
- Self-hosted fonts (Manrope + Red Hat Mono), zero network requests
- Comprehensive accessibility (ARIA, keyboard nav, screen reader)
- Privacy policy and onboarding welcome page bundled in extension
- 51 unit tests (Vitest) + 8 E2E tests (Playwright)
- GitHub Actions CI/CD pipeline with format check
- Prettier + prettier-plugin-svelte for consistent code style
- Removed Google Analytics and all external dependencies
v1.0.0
Initial release