github bscott/subtrackr v0.5.2
v0.5.2 - Currency Improvements

latest releases: v0.5.7, v0.5.6, v0.5.5...
one month ago

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_here

Without a Fixer API key, subscriptions will display in their original currency without conversion.

Issues Addressed

  • Closes #78 (COP currency support)
  • Closes #79 (Currency display in subscription list)

New Issues Created

  • #80 - Multi-language support (i18n)
  • #81 - Telegram notification support

Don't miss a new subtrackr release

NewReleases is sending notifications on new releases.