v0.25.38

bigcapitalhq/bigcapitalv0.25.38Sep 5, 2026by abouolia

AI Summary

This release focuses on a variety of bug fixes for the web application and server, ensuring better UI consistency and user management workflows. It introduces a new search feature for the organization switcher popover and resolves issues related to sidebar updates and invite handling. Additionally, the release includes code quality improvements through eslint fixes.

Key Highlights

  • Added search functionality to the organization switcher popover
  • Fixed sidebar synchronization by emitting WORKSPACES_CHANGED correctly
  • Improved user management by automatically creating user_tenants membership on invite acceptance
  • Refactored roles form for dark mode support and payment header
  • Fixed expense description placement and edit mode consistency

New Features

  • Add search to organization switcher popover

Full Release Notes

## What's Changed
* fix(webapp): ensure edit mode has same number of empty entries as create mode by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1345
* fix(webapp): move expense description to footer by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1346
* fix(webapp): emit `WORKSPACES_CHANGED` only on organization.built to fix sidebar not updating by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1347
* fix(webapp): roles form dark mode and payment header refactor by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1349
* fix(server): create user_tenants membership on invite accept by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1350
* chore(server): fix eslint errors by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1351
* chore(webapp): fix eslint errors by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1352
* feat(webapp): add search to organization switcher popover by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1353


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.37...v0.25.38