Releases: raslan/throwaway
Releases · raslan/throwaway
throwaway: v5.0.0
5.0.0 (2026-06-08)
⚠ BREAKING CHANGES
- rebuild the 3 main views using shadcn/ui and the new components
Features
- add @ global import to node tsconfig (1dec304)
- add advanced mode view (23eadf5)
- add advanced password generator (103fd96)
- add advanced tab button with dynamic load (7193211)
- add an identity on app launch if not available (59259a0)
- add and integrate zustand, immer and lodash for cleaner state (fda4190)
- add auth token to global store (a7d3616)
- add autocomplete key and otp support (21e47ef)
- add autofill and copy to sidebar (039cba3)
- Add autofill logic and fix padding on card flip. (8705503)
- Add background script. (fe7453b)
- add background styling for emails (642e499)
- add baseurl support for ts (8ef9357)
- add build script. (0249642)
- add builds to gitignore (4b124ef)
- add card generation util (4112fa7)
- add CHANGELOG (754db03)
- add CHANGELOG to README (ebd369f)
- add classes to searchbar (28e4bb1)
- add clean command (b135279)
- add clean script (b681a80)
- add code null protection (583db10)
- Add content script with fuzzy autofill logic. (d87d110)
- add context menu support (f0954b0)
- add copy icon component (424a734)
- add CSS for links in emails (21d14b7)
- add dependencies and package info. (8104ff8)
- add dotenv support (0ae90c7)
- add dropdown component (12737c1)
- add email dialog component (1cecf2c)
- add email html copy (8f2d7bf)
- add email options dropdown (6e012a3)
- add email support (c2681ec)
- add email text copy (4955e81)
- add env support to service worker (c37ca6b)
- add error boundaries for detection (c02f415)
- add experimental softer match (92a6066)
- add extension icons (7784611)
- add extension manifest (154f54b)
- add favicon (1b5f986)
- add Firefox gecko extension ID for AMO and stable storage (190288b)
- add first email iteration (2b0f457)
- add fullscreen button (a821b09)
- add generator for paymob (ae10b43)
- add generators for identity (3dc3718)
- add generic types (55b8bc0)
- add global @ import to tsconfig (59d7595)
- add global advanced toggle (6a02eeb)
- add global credit card css (3f53198)
- add global css (9684f46)
- add home icon (7a8027e)
- add icon svg components (37fee49)
- add icons and html sanitizer (9a13f6d)
- add index.js page (46f3a52)
- add Inter font import (6ba7ce5)
- add label autofill support and configurable levels (4e1ef1c)
- add LICENSE (263c518)
- add loader for options (c02abfe)
- add more generic app component (2dc7af0)
- add more security to useMemo (7dfac48)
- add navigation component (a78bef1)
- add new 192 icon (65a9af8)
- add new app color (3fa60c1)
- add new background color (e97e624)
- add new expiry date and name logic (1cccba3)
- add new icons (72c44bd)
- add new icons (243c265)
- add new svg for autofill (1074d34)
- add new svg for identity (082f4d7)
- add new tailwind (e5d46b4)
- add open link button (1233e8e)
- add optional isFullscreen prop on mainview (e72c457)
- add options page (4028554)
- add otp and card autofill to identity (9087f80)
- add otp copy button (25a7581)
- add otp parsing to emails (66e6a68)
- add otp popup to main view (c491163)
- add paymob card ([8d7490f](8d7490f32a1b2d5e596...
2.0.0: Second Major Release and Rewrite
2.0.0 (2022-04-14)
Features
- add autofill and copy to sidebar (039cba3)
- add baseurl support for ts (8ef9357)
- add card generation util (4112fa7)
- add classes to searchbar (28e4bb1)
- add context menu support (f0954b0)
- add dotenv support (0ae90c7)
- add email dialog component (1cecf2c)
- add email support (c2681ec)
- add generic types (55b8bc0)
- add icon svg components (37fee49)
- add more generic app component (2dc7af0)
- add new 192 icon (65a9af8)
- add new icons (72c44bd)
- add new icons (243c265)
- add promise resolution to content script (ab2b929)
- create declarative fake info hook (346641a)
- create declarative Fetch hook (e5afc12)
- create email preview component (f3dbcac)
- create fill button placeholder (d821821)
- create identity view (dbb3860)
- create identity view placeholder (a41d7bc)
- create inbox view (4648124)
- create search bar component (c147343)
- create settings view placeholder (55fdb95)
- create sidebar button component (109ab1f)
- create sidebar component (2d71992)
- create useEmail hook (a5ed23d)
- hide scrollbars (7ca56e9)
- make content script more flexible (7f522fe)
- modify fill button component (752af88)
- only invoke content script on active tab (60054af)
- scaffold new extension with vite and tailwind (75ceda9)
- update css (4d96bf8)
- update icon components (7ef3e7d)
1.2.1: Manifest Hotfix
Fixed
- Fixed service worker file name in manifest.
1.2.0: Migration to Manifest v3
Added
- Migrated to Manifest v3, functionality unchanged. This is required for the Chrome store to accept the new permissions required by the extension for autofilling which was added in 1.1.0
1.1.0: Autofilling Release
Fixed
- Fix padding for card flip
- Fix max app width
Added
- Add autofilling including fuzzy match
- Add background and content scripts
First Release! 1.0 is upon us.
Fixed
- Fix styles for links in emails
Added
- Migration to SWR
- Complete app redesign for the full release
- Added full random user generation
- Added random card generation
v0.0.1-alpha: Alpha Release
Added
- CHANGELOG
- LICENSE
- Build script
- Basic dependencies
- Generate and check disposable emails