v0.25.20

EvolvingLMMs-Lab/Aero-1v0.25.20Mar 28, 2026by abouolia

AI Summary

This release focuses on fixing critical bugs in transaction reporting and bulk operations, while also improving the user experience for customer/vendor forms and updating the SDK specifications.

Key Highlights

  • Fix double slash issue in report print functionality
  • Fix bulk uncategorize transactions API endpoint
  • Customer/vendor form UX improvement
  • Update OpenAPI spec and generated types
  • Add Prettier formatting scripts

New Features

  • Customer/vendor form UX improvement

Full Release Notes

## What's Changed
* fix: resolve double slash issue in report print functionality by @matbalba09 in https://github.com/bigcapitalhq/bigcapital/pull/1051
* fix: bulk uncategorize transactions API endpoint by @matbalba09 in https://github.com/bigcapitalhq/bigcapital/pull/1054
* feat(webapp): customer/vendor form ux improvement by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1053
* chore(sdk): update OpenAPI spec and generated types by @github-actions[bot] in https://github.com/bigcapitalhq/bigcapital/pull/1055
* chore(webapp): add Prettier format and format:check scripts by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1056

## New Contributors
* @matbalba09 made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/1051

**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.19...v0.25.20