Skip to content
ricochet

v0.16.0

Released: August 4, 2026

  • Navbar quick actions: The navbar now includes direct links to the release notes and issue tracker, so you can check what changed or report a problem without leaving ricochet.
  • Rootless container-in-container: ricochet now supports running inside a rootless container.
  • Earlier tracing and logging: Tracing and logging now start as early as possible during ricochet startup, so failures that happen before ricochet is fully started are captured in the logs.
  • Deleted Content: Cntent items are now deleted as a background task so that deletion occurrs promptly in the UI.
  • Live view for static sites: The “View live” action is now shown only when a static site has actually rendered HTML, so the link no longer leads to a missing page.
  • Tooltips on disabled buttons: Tooltips now render on disabled buttons, which previously showed no explanation of why an action was unavailable.
  • Recovery without a successful deployment: Tasks that have never deployed successfully now surface a clear error and a path to recover, instead of leaving you without next steps.
  • Process wait status: Fixes a bug where some exit codes were incorrectly categorized as a successfull run.
  • newuidmap dependency: Packages now declare newuidmap as a required dependency, preventing installs that are missing it from failing at runtime.