-
#78
3a6825a- Add optional Pay Bills & Tills Excel sheet with shortcode and account rollups. -
#77
a2286d0- Add optional Reversals Excel sheet and fix multiline Tabula CSV parsing.
- Fix password-protected PDFs failing with an empty Tabula error instead of showing the unlock prompt, by capturing Java stderr/stdout and improving password-error detection and the protected-file UI. (#74)
-
Resolve the
brace-expansionDoS advisory (GHSA-mh99-v99m-4gvg) by overriding the transitive exceljs dependency to a patched release so CI security audits pass. (#72) -
Fix macOS auto-updates failing on Apple Silicon by publishing separate aarch64 and x86_64 updater archives, and pointing
latest.jsonat the matching artifact for each architecture. (#72)
- Success screen now shows a financial snapshot — date range covered, total money in, total money out, and charges — all derived from the parsed statement before you export. Window height reduced from 850 → 650px, footer simplified to a single line, and dead-zone layout issues resolved. (#70)
-
Reduce initial JS bundle from 1 466 kB to 487 kB (−67%) by removing 10 unused packages, lazy-loading ExcelJS via dynamic import (#69)
-
improved success state ui (#70)
-
- Clickable drop zone (#67)
- Cancel button during processing
- Transaction preview before export
- Re-export without Start Again
- XLSX blob only on Export click
- Visible webhook result badge.
-
Fix analytics sheets ignoring active export filters (e.g. exclude charges, sort order). (#65)
-
Fix multi-file batch losing already-processed statements when a mid-batch file requires a password. (#65)
-
fix : dependencies security (#66)
-
Treat a parsed PDF with zero transactions as an error instead of showing a silent success screen. (#65)
-
Kill the Java/Tabula process when PDF extraction times out instead of leaving it running in the background. (#65)
-
feat: add recurring transactions export sheet (
8436074) -
feat: add time of day export sheet (
8436074) -
feat: updated ui components (
8436074)
- fix: os build release fixes (
c5c2765)
- fix: intel mac build (
1c8dd71)
- feat: add total charges in header summary (#59)
- fix: windows build-jre folder path (
c7be488)
- fix: windows jre folder bundling (
fa44fa8)
- revert:windows installers compression (
2053a87)
- fix: improve JRE bundling verification for Windows and macOS installers (
46ea850)
- 06804b8: feat: add money in/out sheets
- 339b23a: fix: macos jre bundling
- 0f3a4b6: fix: arm64 jre bundling
- 8d99064: feat: add webhook service for external integrations
- 68f7ad4: feat: add top contacts sheet
- 16d176f: chore: improve release workflow
- 68f7ad4: feat: add top contacts sheet
-
619f6e7: feat: added extra export formats
-
JSON Export - Exports transactions in JSON format
-
OFX Export - Exports transactions in OFX (Open Financial Exchange) format (Experimental)
-
QFX Export - Exports transactions in QFX (Quicken Financial) format (Experimental)
-
QIF Export - Exports transactions in QIF (Quicken Interchange) format (Experimental)
- fix: improve sheets stacking
- fix: improve release process updates
- e834026: Enable code signing for secure auto-updates
- fix: release process update
- 40276c7: feat: improve data parsing in tabulaService
- 97d245d: feat: Replace PDF.js with Tabula for improved PDF table extraction
- fix: updater checker
- feat: added date formatter to filter options
- fix: save file dialog not working on windows
- 307a7b2: fix: minor app improvements
- 9497a3a: fix: datetime parsing for paybill statements
- fix: android release
- fix: android release
- fix: android release
- c409480: feat: added android base setup
- c409480: feat: add transaction filters
- c409480: feat: add open file on download success button
- 3ae00d9: feat: Add Transaction Amount Distribution Sheet
- 3ae00d9: fix: reset/skip options after upload
- 43a16f2: feat: add daily balance tracker sheet
- 43a16f2: feat: add monthly & weekly breakdown sheet
- 3b58f9c: feat: added financial summary export
- df51aea: fix: reorder columns and update total charges display in xlsx charges sheet export
- 3b58f9c: fix: refine statement processing
-
68e265d: Add optional Charges/Fees sheet to Excel exports
-
Add new export option to include a separate "Charges & Fees" sheet when exporting to Excel
-
Filter and categorize all transactions containing "charge" in the details
-
Display charges with date, amount, and balance information
-
Include summary totals for total charges and number of charge transactions
- aaf57ba: - feat: Add Excel export support and format selection UI
- 4819fd1: fix: consistent ui styling and accessibility
- 3415c7a: feat: add theme support