Browsertrix v1.19.2
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.2/browsertrix-v1.19.2.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.19.2
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Add backend validation and migration for failOnContentCheck by @tw4l in #2844
- feat: Move collection settings to own section by @SuaYoo in #2847
- fix: Prevent showing "not found" page when opening link in new tab by @SuaYoo in #2849
- Fix a couple issues with pagination component by @emma-sg in #2852
- Dashboard: change gifted execution minutes graph color by @emma-sg in #2837
- Update superadmin quota dialog with relative changes & presets by @emma-sg in #2825
- Fix nightly test for fail on content check by adding browser profile by @tw4l in #2857
- quickfix: helm chart: only set AVAILABLE_PLANS if actually defined by @ikreymer in #2869
- Add archived item tag filter by @emma-sg in #2855
- optimization: adding/removing crawls to/from collection: by @ikreymer in #2870
- Shareable workflows (API + frontend) by @tw4l in #2783
- Download archived items as single WACZ file when possible via new download endpoint query parameter by @tw4l in #2850
Full Changelog: v1.19.1...v1.19.2