Releases: itsjavi/supereffective-local
Releases · itsjavi/supereffective-local
v1.4.1
v1.4.0
🚀 Enhancements
- Added on/off toggle to track cosmetic forms (05d93d2)
💅 Refactors
- Simplify PWA setup (4cd55aa)
- shiny-mode: Now, when toggling 'Track Shinies', the shiny mark button will be toggled as well for every pokemon (16572b0)
- ui: Improved compact mode styles. caught pokemon are now more visible marked in yellow (93d0bea)
🏡 Chore
- Upgrade deps (a546e0b)
❤️ Contributors
- Javi Aguilar
v1.3.1
v1.3.0
Full Changelog: v1.2.0...v1.3.0
🚀 Enhancements
- New compact layout mode (7ffd76f)
🩹 Fixes
- Add node to github CI (a851ddc)
💅 Refactors
-
Replace Bun with PNPM due to windows incompatibility (13dccce)
-
Create native app builds using Tauri, for Windows, macOS and Linux
❤️ Contributors
- Javi Aguilar
v1.2.0
🚀 Enhancements
- Add homepage dex progress and changelog (3905aff)
- Add Remove Dex action and read changelog link (e1c629c)
- Add home nav buttons (909d25c)
- Add game/dex selector on homepage (95ef8da)
🩹 Fixes
- Dont show settings drawer when there is no dex data (6ad3f34)
- Show settings on empty state to be able to restore a backup (cb543c4)
💅 Refactors
- Use husky, and the version from package.json. other minor refactorings (5c019e4)
- More consistent currentDex resolution (caa378c)
- Sticky toolbar and its actions are now more modular and reusable (0786e58)
- Add support for file-based router ala' Nextjs (d3227bf)
- Improved ErrorBoundary which was not triggered, and allow showing the error layout when throwing a new PageNotFoundError (36a5ed1)
- Minor ux improvements and notfound handling (b3a6f75)
- Make primitives more cohesive. Btn is now polymorphic (fcbe657)
🏡 Chore
- Generate PWA assets list (5086e31)
❤️ Contributors
- Javi Aguilar