v0.0.70
Summary
This release focuses on Console UX improvements. Configuration and recent deployments are now persisted in IndexedDB (cleared on logout), allowing the interface to render information faster on subsequent visits.
It also introduces a new card on the Satellite overview showing the last three deployments. If automation has not been set up yet, the card displays a call to action to get started, which could be particularly helpful for new developers on the platform.
[!TIP] This release has no functional impact on your development or projects.
What's Changed
- feat(frontend): add id-token permission to GitHub Actions templates by @peterpeterparker in https://github.com/junobuild/juno/pull/2624
- feat(frontend): accept undefined for certified flag by @peterpeterparker in https://github.com/junobuild/juno/pull/2627
- feat(frontend): cache config by @peterpeterparker in https://github.com/junobuild/juno/pull/2626
- feat(frontend): split satellite overview by @peterpeterparker in https://github.com/junobuild/juno/pull/2629
- feat(frontend): show last workflow in satellite overview by @peterpeterparker in https://github.com/junobuild/juno/pull/2628
- feat(frontend): use a cron worker for fetching workflows by @peterpeterparker in https://github.com/junobuild/juno/pull/2630
- feat(frontend): slice last three deployments and fix undefined GitHub data by @peterpeterparker in https://github.com/junobuild/juno/pull/2632
- fix(frontend): remove incorrect slice on workflow actor by @peterpeterparker in https://github.com/junobuild/juno/pull/2631
Full Changelog: https://github.com/junobuild/juno/compare/v0.0.69...v0.0.70