Skip to content

Browsertrix v1.18.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:14
· 59 commits to main since this release

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • devex: Refactor workflow action menus into component by @SuaYoo in #2776
  • Handle long URLs better in workflow & archived item detail views by @emma-sg in #2808
  • deps: Address koa vulnerability by @SuaYoo in #2813
  • Add basic nightly test for scheduled crawls by @tw4l in #2797
  • Add subscription info to invite emails & endpoint for sending "trial ending soon" emails by @emma-sg in #2799
  • fix: Show seed file in archived item detail by @SuaYoo in #2811

Full Changelog: v1.18.0...v1.18.1