Skip to content

Browsertrix v1.11.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 17:57
· 187 commits to main since this release
f1274a6

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • Move copy-field label outside of field by @Shrinks99 in #1845
  • feat: User-sort browser profiles list by @SuaYoo in #1839
  • Include number of Identical Files in QA stats and meter by @tw4l in #1848
  • Use standard firstSeed/seedCount fallback for workflows with no name in profile details by @tw4l in #1852
  • Add button to QA Latest Crawl to Watch tab by @tw4l in #1856
  • tests: fix typo in waiting for qa run to stop test! by @ikreymer in #1857
  • Show QA meter while analysis is running by @tw4l in #1854
  • 1.10.2 release merge by @ikreymer in #1866
  • Use internal rounded bar in <btrix-meter> for QA analysis meters by @emma-sg in #1869
  • Add billing enabled and sales email to Helm chart and /settings API endpoint by @tw4l in #1873
  • QA stats aggregation: exclude isFile / isError pages from stats by @ikreymer in #1879
  • Adds GitHub and Forum to the email invite template by @Shrinks99 in #1887
  • Add and enforce readOnly field in Organization by @tw4l in #1886
  • Improved Scale Handling by @ikreymer in #1889
  • Add slug validation and test by @tw4l in #1891
  • feat: Rename org when accepting org invite for first admin by @tw4l in #1870
  • Update authsigner to 0.5.2 by @ikreymer in #1899
  • Remove Crawl Workflow Configmaps by @ikreymer in #1894
  • Extends Org Create endpont + shared secret auth by @ikreymer in #1897
  • Disable uploading and creating browser profiles when read-only by @tw4l in #1907
  • Add superuser API endpoints to export and import org data by @tw4l in #1394
  • Refactor Invites and Registration, Flatten Per-User Invites by @ikreymer in #1902
  • Crawler network policy by @vnznznz in #1727
  • feat: support both ipv6 / ipv4 in resolv.conf (was: only use ipv4 addresses from resolv.conf) by @schmoaaaaah in #1867
  • Add API endpoint to delete org by @tw4l in #1448
  • test: Remove temporary commonjs module mocks by @SuaYoo in #1910
  • Add counts for HTML pages, files, and errors to QA tab by @tw4l in #1913

New Contributors

Full Changelog: v1.10.2...v1.11.0-beta.0