Browsertrix v1.16.1
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.16.1/browsertrix-v1.16.1.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.16.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- devex: Data grid component by @SuaYoo in #2561
- Ensure crawl page counts are correct when re-adding pages by @tw4l in #2601
- Add minimized superadmin banner by @emma-sg in #2598
- Add ISO-639-1 language code validation to backend by @tw4l in #2602
- Bump version to 1.16.1 by @tw4l in #2606
Full Changelog: v1.16.0...v1.16.1