Automation Receipts Changelog
Public build notes from the Automation Receipts GitHub project history.
May 27, 2026 Latest
Callback v1 is live.
- Receipts can now include an optional
callback_url. - After a review is saved, Automation Receipts can send a small review result payload back to the workflow that created the receipt.
- Review actions are saved before Automation Receipts attempts the callback, so callback failure does not undo the recorded review.
- Callback delivery status, response code, and short failure details are shown on the receipt when relevant.
- Added callback delivered/failed timeline events.
- Tested the n8n Wait/webhook callback flow end-to-end.
- Added a downloadable n8n Callback v1 starter workflow.
- Kept callback payloads small and service-agnostic, without full receipt data or private summaries by default.
May 27, 2026
Settings v1 closeout.
- Added account and workspace settings for registered users.
- Added avatar and workspace logo upload/remove controls.
- Added workspace contact methods for practical receipt identity notes.
- Added receipt identity fields such as display name, contact email, and website URL.
- Added placeholders for future usage, billing, plan, and notification areas.
May 24, 2026
1 commit from the GitHub project history.
- Refactor user logout process to clear session and cookies; enhance user account approval logic with additional checks; improve CSS styles for better layout and responsiveness; update user interface…
May 23, 2026
14 commits from the GitHub project history.
- Enhance automation detail layout and recent runs table styling for better presentation
- Add meta descriptions for improved SEO and create robots.txt for search engine indexing
- Add caching and expiration rules to .htaccess for improved performance
- Update text for clarity and consistency across various views
- Remove figcaption from workflow slider for cleaner presentation
- Refactor code structure for improved readability and maintainability
- Update workflow slider styles and improve button accessibility
- Add workflow slider component with images and controls
- Add footer metrics tracking and update layout for brand display
- Add new public pages and update content across multiple views
- Add Umami analytics script to layout for tracking
- Update documentation and contact information across multiple pages
- Clean up Automation Receipts branding and review copy
- Refactor authentication and registration views; add new pricing and FAQ pages
May 22, 2026
5 commits from the GitHub project history.
- Add landing page and update routing for unauthenticated users
- Implement user account approval system with registration, admin management, and updated database schema
- Update documentation for API key creation, privacy reminders, and n8n workflow examples
- Update documentation for n8n integration and approval processes in receipts
- Enhance approval workflow and documentation for AI automation receipts
May 18, 2026
1 commit from the GitHub project history.
- Add script to update admin user details via command line
May 17, 2026
5 commits from the GitHub project history.
- Add local demo walkthrough
- Polish receipt UI and quickstart docs
- Add project status notes
- Add line ending rules
- Initial AI Automation Receipts MVP