Skip to content

Releases: brianlovin/tax-ui

Tax UI v0.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 04:43
9a47944
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

Choose a tag to compare

@github-actions github-actions released this 11 Feb 04:23
3e9090c
Bump version to 0.3.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Tax UI v0.2.0

Choose a tag to compare

@brianlovin brianlovin released this 11 Feb 03:59
be7fe58
  • 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

Choose a tag to compare

@github-actions github-actions released this 11 Feb 03:03
e88ae8d
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>