Container Images
Pull the sidecar images for this release from the GitHub Container Registry:
docker pull ghcr.io/far-beyond-pulsar/pulsar-relay:v0.2.41
| Image | Package page | Tags |
|---|---|---|
pulsar-relay |
ghcr.io/far-beyond-pulsar/pulsar-relay | v0.2.41, latest |
✨ Highlights
- Introduced a new plugin install screen for easier plugin management. Thanks @tristanpoland!
- Overhauled the entry screen for a more streamlined user experience. Thanks @tristanpoland!
- Fixed selected sidebar item icon color for better visual clarity. Thanks @tristanpoland!
- Updated onboarding flow to improve user guidance. Thanks @tristanpoland!
🚀 Features
- Added HTTP fallback for enhanced connectivity. Thanks @tristanpoland!
- Embedded Git support for better version control integration. Thanks @tristanpoland!
🛠️ Improvements
- Updated WGPUI library, though it introduces a known issue with brighter canvases. Thanks @tristanpoland!
- Fixed surface tint issues for improved UI consistency. Thanks @tristanpoland!
- Cleaned up launcher UI for a more polished appearance. Thanks @tristanpoland!
🐛 Bug Fixes
- Resolved an issue with the onboarding screen trigger not functioning as expected. Thanks @tristanpoland!
- Fixed image rendering issues across the application. Thanks @tristanpoland!
- Prevented overlay input leakage to improve input handling. Thanks @tristanpoland!
🧰 Developer Experience
- Cleaned up
Cargo.tomlfor better dependency management. Thanks @tristanpoland! - Performed general cargo cleanup to streamline the build process. Thanks @tristanpoland!
🧹 Internal
- Added a TODO note for future development. Thanks @tristanpoland!
- Reverted UI surface element fixes to address unintended side effects. Thanks @tristanpoland!
- Updated
main.rsandonboarding.rsfor internal code improvements. Thanks @tristanpoland!