Browsertrix v1.11.6
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.11.6/browsertrix-v1.11.6.tgz
Alternatively, you can add the Browsertrix Helm Chart Repo with:
helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.11.6
See the development guide for more info how to deploy Browsertrix.
What's Changed
- feat: Display scale as number of browser windows by @SuaYoo in #2057
- fix: Fix collection description by @SuaYoo in #2065
- feat: Improve UX of choosing new workflow crawl type by @SuaYoo in #2067
- fix: Unstyled content visibility by @SuaYoo in #2070
- feat: Localization workflow improvements by @SuaYoo in #2069
- fix: Archived item navigation improvements by @SuaYoo in #2062
- fix: Watch tab crawl state consistency by @SuaYoo in #2060
- chore: Revert frontend build check trigger by @SuaYoo in #2071
- chore: Format XLIFF files by @SuaYoo in #2074
- Translations update from Hosted Weblate by @weblate in #2075
- Allow custom auto-resize crawler volume ratio adjustable by @ikreymer in #2076
New Contributors
Full Changelog: v1.11.5...v1.11.6