Skip to content
ricochet

v0.7.0

Released: April 23, 2026

  • 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_USER environment variable to match restore process behavior
  • Proxy improvements: Fixed entrypoint handling for Shiny applications by passing appDir correctly
  • Proxy improvements: Changed to use vendored renv from R_LIBS_USER instead of requireNamespace
  • UI fixes: Resolved various minor UI bugs
  • API security: Removed the retrieval of (encrypted) environment variables from TOML API endpoint
  • Process management: Improved init process to properly handle SIGTERM with PID 1. Added a fallback to SIGKILL to prevent zombie processes.