v0.25.16
KlingAIResearch/LivePortraitv0.25.16Mar 1, 2026by abouolia
AI Summary
This release focuses on bug fixes for the web application and server components. It addresses critical issues with form field visibility, date formatting, and PDF template rendering.
Key Highlights
- Fixed branch and warehouse selection not showing saved values in edit mode
- Fixed Money In dialog fields not appearing after account selection
- Fixed PDF template logo not showing on reopen
- Fixed server-side date range formatting
- Fixed UnlinkAttachment model reference bug
Full Release Notes
## What's Changed * fix(webapp): branch and warehouse select not showing saved values in edit mode by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1000 * fix(webapp): use server formatted date range instead of client formatting by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1003 * fix(server): PDF template logo not showing on reopen by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1004 * fix(webapp): Money In dialog fields not showing after account selection by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1005 * fix(server): Fix UnlinkAttachment model reference bug by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1006 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.24.15...v0.25.16