v0.1.80

davidfowl/tallyv0.1.80Dec 28, 2025by github-actions[bot]

AI Summary

Added support for displaying amounts in local currency and fixed filtered section totals.

Key Highlights

  • New `currency_format` setting allows displaying amounts in local currency (prefix or suffix).
  • Fixed filtered section totals in Variable/Discretionary to correctly sum Avg/Mo values.

New Features

  • Local currency display format support
  • Fixed filtered section totals calculation

Full Release Notes

## New Features

### Currency Display Format (Issue #12)
Display amounts in your local currency instead of USD. Supports both prefix and suffix formats:

```yaml
# settings.yaml
currency_format: "€{amount}"      # Euro: €1,234
currency_format: "£{amount}"      # Pound: £1,234  
currency_format: "{amount} zł"    # Złoty: 1,234 zł
```

Works in both HTML reports and console output. JavaScript filtering recalculates with correct currency.

## Bug Fixes

- Fixed filtered section totals in Variable/Discretionary (now correctly sums Avg/Mo values instead of YTD ÷ 12)

## Improvements

- Added tooltips to Variable table columns explaining calculations
- Updated "How to Read This Report" with calculation examples

---

### Install

**Linux / macOS:**
```bash
curl -fsSL https://tallyai.money/install.sh | bash
```

**Windows PowerShell:**
```powershell
irm https://tallyai.money/install.ps1 | iex
```

Or download the zip for your platform from the assets below.

See https://tallyai.money for more info.