Browsertrix v1.11.5
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.11.5/browsertrix-v1.11.5.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.5
See the development guide for more info how to deploy Browsertrix.
What's Changed
- docs: Reorganize user guide by @SuaYoo in #2050
- docs: Publish only on release by @SuaYoo in #2055
- feat: Allow org admins to set default workflow configs by @SuaYoo in #2020
- fix: Update browser title by @SuaYoo in #2054
- feat: Breadcrumb navigation by @SuaYoo in #2053
Full Changelog: v1.11.4...v1.11.5