Skip to content

v1.3.0

Choose a tag to compare

@shyoo shyoo released this 21 Jun 06:37
a383fcf

Award Tracker v1.3.0

This release introduces support for custom expiration tracking on manual accounts, manual certificate/voucher tracking under any program, clear date options, and updated dashboard formatting.


🚀 New Features & Fixes

  • Custom Expiration Dates on Manual Accounts: Users can now specify and clear custom expiration dates on manual programs. These follow standard project warnings (critical, warning, safe) and flash red (animate-pulse) when nearing expiration.
  • Manual Certificates & Vouchers CRUD: Users can manually add, edit, and delete custom certificates/vouchers (e.g. CapitalOne travel vouchers) under any program. Custom certificates are ignored and preserved when automated scraping runs.
  • Improved Date Inputs: Adds a "Clear" button to all expiration date inputs to easily clear expiration dates from the interface.
  • Polished Metadata Formatting: Replaced the technical is_custom: True output on the dashboard and detail pages with a clean label: "Custom Certificate & Voucher", and hides empty metadata fields.

📁 Commits in this Release

  • a1e4499f0e87c0f6e0688dc958415ca632938e56 feat(expirations): add support for manual custom expiration tracking and manual certificate tracking with clear options and updated dashboard rendering