v0.25.33

bigcapitalhq/bigcapitalv0.25.33Aug 24, 2026by abouolia

AI Summary

This release introduces a 'Remember Me' feature for sign-in, enhances transaction navigation by allowing detail drawers to be opened from reports, and fixes server-side issues regarding date formatting and invoice quantity syncing. It also updates CI/CD pipelines to publish Docker images and add dedicated server tests.

Key Highlights

  • Implement 'Remember Me' on sign-in functionality
  • Publish Docker images to GitHub Container Registry
  • Open transaction detail drawer from report links
  • Make date inputs respect the organization date format
  • Fix item quantity sync for draft-delivered sale invoices

New Features

  • Remember me on sign-in
  • Open transaction detail drawer from report transaction links

Full Release Notes

## What's Changed
* feat(webapp): implement remember me on sign-in by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1259
* ci: publish docker images to GitHub Container Registry by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1266
* ci(server): add dedicated server tests GitHub Actions workflow by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1270
* fix(server): correct item quantity sync for draft-delivered sale invoices by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1269
* test(server): fix e2e typing and scope suite to accounts by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1271
* feat(webapp): open transaction detail drawer from report transaction links by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1265
* fix(webapp): make date inputs respect the organization date format by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1275
* fix(server): e2e tests setup and purchases by items DTO by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1273
* fix(server): localize report comparison column labels by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1279


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.32...v0.25.33