Releases: brianlovin/tax-ui
Releases · brianlovin/tax-ui
Release list
Tax UI v0.3.1
Fix Bun binary not bundled in Electron app (#48)
electron-builder's ${platform} resolves to "mac"/"win", not "darwin"/"win32",
so the extraResources path never matched the actual directory. Move the bun
extraResource into platform-specific sections with correct directory names.
Also bumps version to 0.3.1.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Tax UI v0.3.0
Bump version to 0.3.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Tax UI v0.2.0
- Add Electron desktop app
- Support large PDFs with chunked classification
- Fix Schedule 2 tax display
- Migrate stored data to include required array fields
- Simplify classifier with Zod validation and tests
Tax UI v0.1.0
Fix table ellipsis color and optimize column widths (#41) Make ellipsis match text color by moving truncation to the labeled span. Add hover tooltips for truncated items. Increase sticky column width to 240px on desktop and shrink year columns to 160px. Make sticky column 40vw on mobile with proper constraints. Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>