v1.9.0 — All Tests Passing
🚀 eVera v1.9.0
What's Changed
- feat: add simulation screenshots, world-class improvements, and comprehensive test coverage
- fix(tests): improve test runner to handle dependency-based unit tests gracefully
- feat(tests): add comprehensive world-class test suite
- fix: production-ready — all tests pass, coverage threshold met
- feat: production-ready hardening — GPS, i18n, nginx, security, mobile fixes
- chore(audit-2026-05): apply org-uniform CI/release/README baseline
✨ Highlights
- 🎭 3D Holographic Avatar with Three.js WebGL
- 🤖 8 gesture animations auto-triggered by expression
- 🛡️ Production hardened with WebGL fallback, CSP, FPS monitoring
- 🔒 Content Security Policy, SRI CDN loading, local fallback
📥 Download & Install
| Platform | Download | Install |
|---|---|---|
| Windows | Vera-Setup-*.exe |
Run the installer |
| macOS | Vera-*.dmg |
Open DMG → drag to Applications |
| Linux | Vera-*.AppImage |
chmod +x Vera-*.AppImage && ./Vera-*.AppImage |
| Android | Vera-*.apk |
Enable unknown sources → install APK |
| Android Auto | Vera-Auto-*.apk |
Install on phone → connect to car |
| Wear OS | Vera-Wear-*.apk |
Install on watch via Play Store or sideload |
🐍 From Source
git clone https://github.com/srpatcha/eVera.git && cd eVera
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.py --mode serverFull Changelog: v3.0.1...v1.9.0