Browsertrix v1.21.3
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.21.3/browsertrix-v1.21.3.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.21.3
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Add "QA Rating" filter to archived item list by @emma-sg in #3136
- fix: Regex syntax highlighting by @SuaYoo in #3155
Full Changelog: v1.21.2...v1.21.3