Added
- GitHub Actions release automation now rebuilds Android and Android TV APKs from the repository.
- Android and Android TV releases now publish universal,
arm64-v8a,armeabi-v7a, andx86_64APK downloads for the samev1.0.1release. - The release changelog now separates mobile and TV work so the website can surface version notes cleanly.
Changed
- Android release artifacts use stable
juicr-androidnames, and Android TV release artifacts use matchingjuicr-tvnames. - Android TV is aligned to version
1.0.1so both app lanes can be rebuilt and published together. - The release workflow builds Android and TV in separate jobs before publishing the full asset set to the existing GitHub release.
Fixed
- Android release APKs no longer force close during startup when release minification initializes background app services.
- Release publishing no longer stops at mobile-only artifacts when the current public release also expects TV downloads.
- Manual workflow runs can rebuild the current release from the checked-out repository instead of relying on local release assets.
- The release rebuild no longer risks timing out while producing both Android and TV assets.
Recent work
- Rebuilt
v1.0.1with signed Android and Android TV APKs produced by GitHub Actions. - Organized the release into mobile and TV asset groups with matching ABI coverage.
- Updated repository and website release copy so download pages can point users at the current asset names.
Contributors
- Team Juicr