Browsertrix v1.14.4
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.14.4/browsertrix-v1.14.4.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.14.4
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Fix nightly tests by @tw4l in #2460
- Add thumbnail endpoint by @ikreymer in #2468
- set default crawler channel if not set, possible fix for #2458 by @ikreymer in #2469
- fix: Open and highlight correct workflow form section on tab click by @SuaYoo in #2463
- Add missing "payment never made" subscription status to superadmin org list by @emma-sg in #2457
- Translations update from Hosted Weblate (#2467) by @ikreymer in #2471
- docs: add public collections gallery howto by @ikreymer in #2462
Full Changelog: v1.14.3...v1.14.4