Skip to content

Browsertrix v1.19.3

Choose a tag to compare

@github-actions github-actions released this 15 Oct 22:13
· 18 commits to main since this release
c0fcc20

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • test: Fix frontend tests that use timezone by @SuaYoo in #2873
  • Frontend archived item edit dialog focus by @SuaYoo in #2876
  • feat: Enable fuzzy search for collection auto-add by @SuaYoo in #2871
  • Apply changes from filter chip dropdowns immediately by @emma-sg in #2877
  • Fix a variety of layout issues by @emma-sg in #2879
  • fix: Fix tag input dropdown overlap by @SuaYoo in #2883
  • Switch to crawling old.webrecorder.net in backend and nightly tests by @tw4l in #2886
  • Fix issues with filters on archived item & workflow list pages by @emma-sg in #2888
  • devex: Refactor components to use org search context by @SuaYoo in #2880
  • fix: Fix whitespace in workflow deletion toast message by @SuaYoo in #2895
  • Refactor workflows list to use Task & SearchParamsValue by @emma-sg in #2898

Full Changelog: v1.19.2...v1.19.3