v0.7.0
Released: April 23, 2026
Features
Section titled “Features”- Environment page: Added a new central UI page for viewing and managing environment settings
- Cancel restore jobs: Added UI option to cancel running restore jobs
- User management: Added ricochet-server CLI subcommand for listing users and setting user roles
- Manual git sync: Added manual sync button with last-synced timestamp display in the UI
- Package restore improvements: Set custom HTTP user agent for compatibility with rpkgs.com binaries
- Proxy improvements: Fixed
R_LIBS_USERenvironment variable to match restore process behavior - Proxy improvements: Fixed entrypoint handling for Shiny applications by passing
appDircorrectly - Proxy improvements: Changed to use vendored renv from
R_LIBS_USERinstead ofrequireNamespace - UI fixes: Resolved various minor UI bugs
- API security: Removed the retrieval of (encrypted) environment variables from TOML API endpoint
Security
Section titled “Security”- Process management: Improved init process to properly handle SIGTERM with PID 1. Added a fallback to SIGKILL to prevent zombie processes.