📦 Releases & Changelogs
Documentation for Airo releases and version history.
📋 Changelogs
| Version |
Date |
Highlights |
| v1.1.0 |
2025-11-29 |
Bill Split, E2E Testing, OCR Integration |
| v1.0.0 |
2025-11-11 |
Initial public release |
🚀 Latest Release: v1.1.0
New Features
- Bill Split - Splitwise-style expense splitting with OCR
- E2E Testing - Playwright + Patrol test infrastructure
- Receipt Scanning - ML Kit + Gemini Nano hybrid OCR
- WhatsApp Sharing - Formatted itemized summaries
Quick Links
📚 Release Documentation
📋 QA & Compliance
🔗 External Links
- GitHub Releases: https://github.com/DevelopersCoffee/airo/releases
- GitHub Actions: https://github.com/DevelopersCoffee/airo/actions
- Latest APK: https://github.com/DevelopersCoffee/airo/releases/latest/download/app-release.apk
📝 Creating a New Release
# Using the release script
./scripts/release.sh 1.2.0
# Or manually
git tag -a v1.2.0 -m "Release v1.2.0"
git push origin v1.2.0
See Quick Release Guide for detailed instructions.