v0.17.0
bigcapitalhq/bigcapitalv0.17.0Jun 4, 2024by abouolia
AI Summary
A major version update introducing document upload, PDF export, and several infrastructure improvements.
Key Highlights
- Upload and attach documents
- Export resource tables to PDF
- Fix Plaid sync issues and deposit imports
- Validate S3 configuration
New Features
- Document upload and attachment
- PDF export for resource tables
- Docker container build and deployment
- Internal Docker virtual network
Full Release Notes
## What's Changed * feat: Upload and attach documents by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/461 * fix: Skip send confirmation email if disabled by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/459 * feat: Export resource tables to pdf by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/460 * feat: Build and deploy develop Docker container by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/476 * feat: Internal docker virtual network by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/478 * fix: Lemon Squeezy redirect to base url by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/479 * fix: Organize Plaid env variables for development and sandbox envs by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/480 * fix: Plaid syncs deposit imports as withdrawals by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/481 * fix: Validate the s3 configures exist by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/482 * fix: Run migrations only for initialized tenants by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/484 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.16.16...v0.17.0