# v0.1.3

**Release date:** April 19, 2026

## New Features

### Live Order Total Previews
- When creating or editing a manual order, the totals now update live as items, surcharges, or discounts change, so admins can see the final amount before saving

### Offline Customer Badge
- Customers who don't have an online account (for example, those created directly in the admin) now display a clear badge in the customer list and order views, making it easy to tell them apart from registered customers

## Improvements

- The "Name" field on customer addresses has been renamed to "Label" across the application, making it clearer that it describes the address (e.g. "Home", "Office") and not the customer's name
- Checkout now surfaces clearer errors when something goes wrong, helping customers understand what to do next instead of hitting a generic failure

## Bug Fixes

- Updating a cart item's quantity now caps at the available stock, preventing customers from ordering more units than are in stock

## Security Fixes

- Hardened the decryption of stored payment provider credentials so malformed or tampered values fail safely instead of leaking error details
- Added strict payload validation when resolving storefront sections, preventing malformed or unexpected inputs from reaching internal resolvers
