v0.1.64

davidfowl/tallyv0.1.64Dec 27, 2025by github-actions[bot]

AI Summary

Focuses on UI/UX improvements including a new theme toggle, better contrast for light mode, and a modernized report reading section.

Key Highlights

  • Added Light/Dark Theme Toggle with localStorage persistence
  • Redesigned 'How to Read This Report' section with a cleaner grid layout
  • Improved light mode contrast for better readability
  • Added release workflow to include release notes
  • Fixed CSS class naming conflict between chart legends and help section

New Features

  • Theme toggle
  • Modernized report reading interface

Full Release Notes

## What's Changed

### New Features

- **Light/Dark Theme Toggle** - Added a theme switcher button in the header. Your preference is saved to localStorage and respects system prefers-color-scheme on first visit.

### Improvements

- **Redesigned How to Read This Report section** - Modernized with a cleaner grid layout, collapsible toggle, and more detailed explanations
- **Better light mode contrast** - Accent colors adjusted for improved readability on light backgrounds
- **Release workflow** - Added ability to include release notes when creating releases

### Bug Fixes

- Fixed CSS class naming conflict between chart legends and help section

---

### 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.