What's New
New Currency Support
- Added Colombian Peso (COP) as a supported currency (#78)
Bug Fixes
- Fixed currency conversion display in subscription list to match dashboard behavior (#79)
- Fixed missing currency symbols for BRL (R$) and CHF (Fr.) in display
UX Improvements
- Added info icon (ⓘ) with tooltip next to converted currency amounts
- Clicking the info icon links to Fixer.io to explain the conversion source
- Tooltip explains "Original amount before conversion (rates from Fixer.io)"
Currency Conversion Setup
To enable automatic currency conversion between different currencies, set up a Fixer.io API key:
# Set the environment variable before starting SubTrackr
export FIXER_API_KEY=your_api_key_hereWithout a Fixer API key, subscriptions will display in their original currency without conversion.