v0.24.13

bigcapitalhq/bigcapitalv0.24.13Feb 25, 2026by abouolia

AI Summary

This release addresses various UI and API improvements including dark mode support, credit note handling, and customer/vendor address field corrections.

Key Highlights

  • Added dark mode support to email confirmation UI
  • Added DELETE endpoint for credit notes applied invoices
  • Improved credit note validation against invoice due amounts
  • Fixed customer and vendor address field issues
  • Aligned date formats and fixed address field naming in organization settings

New Features

  • DELETE endpoint for credit notes applied invoices

Full Release Notes

## What's Changed
* fix: add dark mode support to email confirmation UI by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/981
* fix: Add DELETE endpoint for credit notes applied invoices by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/982
* fix: validate credit note per-entry amount against each invoice due amount by @yk-a11y in https://github.com/bigcapitalhq/bigcapital/pull/979
* fix: country and address fields of customer and vendor forms by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/987
* fix(organization): align date formats and fix address field naming by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/989

## New Contributors
* @yk-a11y made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/979

**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.24.12...v0.24.13