Browsertrix v1.19.0
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.0/browsertrix-v1.19.0.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.0
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Update subscription cancellation email to be clearer about user-initiated action by @emma-sg in #2815
- feat: Enable custom cron schedule by @SuaYoo in #2809
- Don't delete seed files if referenced by crawls by @tw4l in #2816
- Move crawl and QA logs to new mongo collection by @tw4l in #2791
- Implement virtual scrolling for org list by @emma-sg in #2819
- frontend logs rendering: make details part of log optional by @ikreymer in #2822
- feat: Add shortcut to copy first seed + fix incorrect crawl URL labels by @SuaYoo in #2803
- quickfix: migration: remove 'errors' and 'behaviorLogs' fields for uploads as well by @ikreymer in #2823
Full Changelog: v1.18.1...v1.19.0