Changelog
Extended registration with profile fields and DSGVO consent
1.0.1 • 5/22/2025
The registration form has been expanded and now includes:
- First name, last name, company, street, house number, ZIP, city, country
- Mandatory consent checkbox for the privacy policy (with version tracking)
- Stronger validation and visual feedback for required fields (email, password, consent)
- Privacy policy page updated and localized (German + English), including versioning and responsible entity
- User model and database migrations updated accordingly (SQLite + PostgreSQL)
- Automatic migrations integrated into the CI/CD deployment workflow
First stable release with blog preparation
1.0.0 • 5/11/2025
The app has reached its first "stable" version. Included:
- Versioned deployments using GitHub Actions + Docker
- Initial blog page structure for future SEO use
- Optimized routing for
/[locale]/changelog
and/[locale]/blog
- Ready for early users and feedback collection
Changelog, footer, and design improvements
0.3.0 • 5/10/2025
This update includes:
- New public changelog page at
/changelog
- Extended footer with version display and navigation links
- Improved mobile display of PDF preview
- Technical upgrade to automated versioned deployments
- New public changelog page at
Extended invoice form for authenticated users
0.2.0 • 4/30/2025
A new protected invoice form at
/dashboard/invoice/new
has been added:- Additional input fields (e.g. VAT ID, bank details, notes)
- Technical separation from the demo flow
- JWT-authenticated PDF preview endpoint
- Prepares the foundation for saving and pro features
Invoice design introduced
0.1.0 • 4/12/2025
A professional PDF layout for invoices has been implemented. It includes:
- Sender and recipient information
- Invoice number, date, and structured item table
- Total amount including optional tax rate
- Consistent page margins and basic visual styling
Initial demo release
0.0.1 • 4/1/2025
The first demo version of the app is live! It includes:
- Basic layout with title, logo, and centered input form
- Dynamic product table with net/gross price support
- Initial PDF generation backend (Go + PDFLib)
- Public demo mode without registration