Skip to content

Latest commit

 

History

History
118 lines (72 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

118 lines (72 loc) · 4.29 KB

Changelog

v1.4.1

compare changes

🏡 Chore

❤️ Contributors

  • Javi Aguilar

v1.4.0

compare changes

🚀 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

❤️ Contributors

  • Javi Aguilar

v1.3.1

compare changes

🩹 Fixes

  • Discord release notification workflow (33be923)

🏡 Chore

  • Add discord webhook to publish a message on release new version (4fce945)
  • Upgrade deps (fdc3fea)

❤️ Contributors

  • Javi Aguilar

v1.3.0

compare changes

🚀 Enhancements

  • New compact layout mode (7ffd76f)

🩹 Fixes

💅 Refactors

  • Replace Bun with PNPM due to windows incompatibility (13dccce)

❤️ Contributors

  • Javi Aguilar

v1.2.0

compare changes

🚀 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