export const metadata = {
title:
"v1.0.2 - QR Code Support, Logo Upload for the Default Invoice Template and Many More",
description:
"QR code generation for invoices, logo upload for the default template, searchable currency combobox, and improved multi-page PDF support",
date: "2026-03-10",
version: "1.0.2",
type: "minor",
};
## Highlights
- **QR code generation** for invoices with customizable descriptions and visibility toggles, supported in both default and Stripe templates
- **Logo upload for invoices** add a logo to invoice templates
- **Searchable currency combobox** search by currency code, symbol, or name, grouped into categories replacing the native dropdown
- **Improved multi-page PDF support** with automatic pagination and page breaks
---
### Changed
- Increased QR code size and improved rendering quality for better scannability
- Enhanced invoice template text color and visuals for improved readability
- Reorganized Stripe payment link input position in the form for better flow
- Improved user feedback during invoice item deletion with better toast notification handling
- Enhanced error handling to reset invoice metadata to defaults on errors
- Clearer error messages when invoice sharing fails
- Tooltip on the "Add invoice item" button for contextual guidance
- Sentry error tracking integration for invoice sharing features
### Fixed
- i18n issue when generating PDF via the API route
- Delete invoice item flow not working correctly
- Item name field validation too strict (now optional for flexibility)
---