Skip to content

Browsertrix v1.11.4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 00:36
· 113 commits to main since this release
337454f

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • type fixes on util functions by @ikreymer in #2009
  • chore: Refactor frontend shared state by @SuaYoo in #1997
  • Include user and user org info in login response by @tw4l in #2014
  • Docs: Adds example section on basic auth by @Shrinks99 in #2021
  • chore: Refactor home component by @SuaYoo in #2000
  • feat: Clean up settings UI by @SuaYoo in #2018
  • fix: Use correct job type in crawl settings by @SuaYoo in #2028
  • fix: Prevent browser profile selection overflow by @SuaYoo in #2029
  • Ensure Subscription Update doesn't update the gifted quotas by @ikreymer in #2012
  • Properly pluralize "Pages" in QA, and display skeletons instead of incorrect fallback values by @emma-sg in #2026
  • Add detailed permissions & permission summaries to user invite popup by @emma-sg in #2003
  • quickfix: webhooks: ensure the 'crawl_reviewed' webhook is sent async, doesn't delay submitting a review by @ikreymer in #2033
  • fix: Make footer translatable by @SuaYoo in #2038
  • feat: Add additional context around workflow job type options by @SuaYoo in #2032
  • feat: Enable deleting workflow from list by @SuaYoo in #2042
  • fix: Hide login link on login page by @SuaYoo in #2039
  • add a crawling defaults on the Org to allow setting certain crawl workflow fields as defaults: by @ikreymer in #2031
  • feat: Add help shortcuts to app header & footer by @SuaYoo in #2040
  • update crawler channel fix: add crawlerChannel to update check by @ikreymer in #2046
  • chore: Improve time to load org UI by @SuaYoo in #2044
  • stats recompute fixes: by @ikreymer in #2022
  • Attempt to auto-adjust storage if usage is running out while crawl is running by @ikreymer in #2023
  • chore: Lock yarn version to classic by @SuaYoo in #2047
  • fix: Help forum link not showing on mobile by @SuaYoo in #2049
  • feat: Add link to hosted sign-up page by @SuaYoo in #2045

Full Changelog: v1.11.3...v1.11.4