Skip to content

Browsertrix v1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 23:45
· 71 commits to main since this release
6032e28

Deployment

This release can be deployed with Helm directly by running:

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

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

Major New Features/Changes

  • Consolidated new workflow selection into single button / dropdown by scope type, also remembering last choice.
  • Docs 'User guide' available from workflow creation screen, docs can also be hosted locally at /docs/
  • Support for crawling and profile creation through proxies configured on the backend, and available per-org.

What's Changed

  • Serialize datetimes with Z suffix by @tw4l in #2058
  • Ensure that CI fails if extracted strings don't match by @emma-sg in #2078
  • docs: Clarify hosted vs. self-deployment requirements by @SuaYoo in #2082
  • Ensure email comparisons are case-insensitive, emails stored as lowercase (#2084) by @ikreymer in #2086
  • Update ansible pipfile by @vnznznz in #2088
  • security: tweak get /invite endpoints / InviteOut to: by @ikreymer in #2087
  • feat: Merge workflow job types by @SuaYoo in #2068
  • chore: Auto-commit extracted localization strings by @SuaYoo in #2089
  • Configure browsertrix proxies by @vnznznz in #1847
  • Save new workflow scope type preference by @SuaYoo in #2099
  • [Chore] Update browserlist db by @emma-sg in #2081
  • [Chore] Webpack: Migrate from onBeforeSetupMiddleware to setupMiddlewares by @emma-sg in #2080
  • Stopped crawls should not show stop/cancel buttons by @ikreymer in #2101
  • Docs: Proxy docs copy editing by @Shrinks99 in #2102
  • switch to async streaming download: by @ikreymer in #1982
  • ui: fix missing click handler on QA review 'cancel' button by @ikreymer in #2103
  • quickfix: add a flag to avoid clearing primarySeedUrl when switching scope types by @ikreymer in #2104
  • sidebar setup guide fixes: by @ikreymer in #2105
  • Frontend hosted-docs by @ikreymer in #2107
  • fix: firstOrgAdmin being set to true even if invite was not for an admin by @ikreymer in #2110

Full Changelog: v1.11.7...v1.12.0