v1.13.0

usestrix/strixv1.13.0Jul 20, 2026by skyfallsin

AI Summary

This release focuses on improving browser persistence and recovery mechanisms, including the ability to recover zombie browser contexts and persist IndexedDB alongside cookies and local storage. It also introduces a configurable server bind host and increases Docker shared memory for better stability.

Key Highlights

  • Recover zombie browser contexts with a configurable 10-second deadline.
  • Persist IndexedDB alongside cookies and local storage when enabled.
  • Support a configurable server bind host.
  • Increase Docker shared memory to 2 GB for improved browser stability.

New Features

  • Recover zombie browser contexts with configurable `newPageTimeoutMs`.
  • Persist IndexedDB alongside cookies and local storage.
  • Reset persisted session storage through the cookie/session reset flow.
  • Support a configurable server bind host.
  • Increase Docker shared memory to 2 GB.

Full Release Notes

## Highlights

- Recover zombie browser contexts during tab creation with a configurable 10-second `newPageTimeoutMs` deadline, targeted context replacement, and one retry — thanks @Love-JourneY (#5416).
- Persist IndexedDB alongside cookies and local storage when enabled — thanks @ianks (#7225).
- Fully reset persisted session storage through the cookie/session reset flow — thanks @PluginsKers (#6972).
- Support a configurable server bind host — thanks @snapss-dev (#8096).
- Increase Docker shared memory to 2 GB for improved browser stability — thanks @lindenau-cedix (#6017).

## Contributors

Thank you to @Love-JourneY, @ianks, @PluginsKers, @snapss-dev, and @lindenau-cedix for the contributions included in this release.

**Full diff:** https://github.com/jo-inc/camofox-browser/compare/v1.12.1...v1.13.0