Skip to content

Browsertrix v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 06:24
· 129 commits to main since this release
224f34e

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.15.0/browsertrix-v1.15.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.15.0

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • feat: Specify custom link selectors by @SuaYoo in #2487
  • fix qa page sorting: by @ikreymer in #2530
  • Add backend support for custom behaviors + validation endpoint by @tw4l in #2505
  • feat: Add custom behaviors to workflow by @SuaYoo in #2520
  • Add basic backend validation for selectLinks by @tw4l in #2510
  • Add behavior logs from Redis to database and add endpoint to serve by @tw4l in #2526
  • fix: Enable saving workflow with default select links by @SuaYoo in #2537
  • feat: Custom autoclick selector by @tw4l in #2517
  • Ensure error and behavior logs are written to database in order by @tw4l in #2540
  • feat: Display behavior logs by @SuaYoo in #2531
  • Move custom behaviors behind checkbox by @SuaYoo in #2545
  • Add basic opengraph & twitter card tags & image to browsertrix root by @emma-sg in #2547
  • feat: Add custom behaviors to org crawling defaults by @SuaYoo in #2546
  • fix: Handle no crawling defaults by @SuaYoo in #2549
  • Persist pagination state in url by @emma-sg in #2538
  • fix: Update custom behavior file placeholder text by @SuaYoo in #2552
  • Update to docker/setup-buildx-action@v3 by @emma-sg in #2553

Full Changelog: v1.14.8...v1.15.0