Changes since v0.9.64
- ๐ ๏ธ Fix an upgrade bug that could leave the background runner using 100% CPU with nothing left to archive. Existing affected collections are repaired automatically during upgrade. #1892
- ๐ง Adjust parallel captures to the memory available on your server, using the memory consumed by actual captures to decide when to start more work.
- ๐ Reduce TLSNotary's memory use by loading its extension only when needed and avoiding a second rendered copy of the page. Check available memory before proving, and stop the proof with a clear error if memory runs low. Clean up verification windows without closing your original page or unrelated tabs.
- ๐ฆ Improve WACZ captures of pages that use service workers. If your app cannot play a WACZ, the viewer now offers an Open in browser button.
- ๐ Fix search commands when no virtual environment is activated.
- ๐ Stop unnecessary progress polling after opening a saved output, and fix occasional CLI startup failures during concurrent database activity.
- ๐ Fix folder and ZIP links for older snapshots whose saved files live directly in the snapshot directory.
- โฌ๏ธ Fix startup after upgrading older 0.6.x collections that created their own migration files. #1891