v0.25.34
bigcapitalhq/bigcapitalv0.25.34Aug 27, 2026by abouolia
AI Summary
Focuses on security improvements by enforcing minimum password length, fixes inventory valuation filtering issues, and enables auto-updating containers via watchtower.
Key Highlights
- Enforced minimum password length on all creation paths
- Fixed inventory valuation sheet filters and item filters
- Auto-update webapp and server containers via watchtower
- Fixed blank rows in purchases by items report
New Features
- Auto-update containers via watchtower
Full Release Notes
## What's Changed * fix(server): purchases by items report renders blank rows by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1280 * ci: add ESLint GitHub Action and fix package lint configs by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1281 * fix(auth): enforce minimum password length on all creation paths (GHSA-cxxc-2rrm-wmc9) by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1180 * fix(server): apply item filters and date range in inventory valuation sheet by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1286 * fix(webapp): inventory valuation sheet filters by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1287 * feat(server): auto-update webapp and server containers via watchtower by @ryanduguid in https://github.com/bigcapitalhq/bigcapital/pull/1276 * fix: auto-fetch exchange rate when selecting a foreign customer by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1290 * fix(server): skip account code validation for Plaid-synced accounts by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1292 * fix(server): delete Plaid item by plaidItemId on bank account disconnect by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1293 ## New Contributors * @ryanduguid made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/1276 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.33...v0.25.34