v0.25.33

SesameAILabs/csmv0.25.33Aug 24, 2026by abouolia

AI Summary

This update focuses on improving user experience with the addition of a 'Remember Me' feature and fixes for date formatting and transaction drawer navigation. It also strengthens the CI/CD pipeline with dedicated server tests and Docker image publishing capabilities.

Key Highlights

  • Implemented 'Remember Me' functionality on the sign-in page
  • Added CI/CD workflows for publishing Docker images to GitHub Container Registry
  • Added dedicated server tests GitHub Actions workflow
  • Fixed transaction detail drawer opening from report transaction links
  • Fixed date inputs to respect the organization date format

New Features

  • Implement remember me on sign-in
  • Open transaction detail drawer from report transaction links
  • Publish docker images to GitHub Container Registry
  • Add dedicated server tests GitHub Actions workflow

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