Skip to content

Browsertrix v1.10.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 17:02
· 270 commits to main since this release
b574f00

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • email templates update + customization + doc update (fixes #1652) by @ikreymer in #1653
  • Remove URL prefix dropdown from new browser profile screen by @tw4l in #1660
  • Emit eslint errors during webpack builds & during dev by @emma-sg in #1667
  • Change crawl.reviewStatus to 1-5 scale int by @tw4l in #1664
  • Remove pages from QA Configmap by @ikreymer in #1671
  • renumber crawl priority classes: by @ikreymer in #1673
  • Improve reliability of backend tests by @vnznznz in #1675
  • Add mime field to Page model by @tw4l in #1678
  • Add reviewStatus, qaState, and qaRunCount sort options to crawls/all-crawls list endpoints by @tw4l in #1686
  • restrict qa runs to a 'min_qa_crawler_image' if set in the chart by @ikreymer in #1685
  • Add QA run aggregate stats API endpoint by @tw4l in #1682
  • Run crawler and profilebrowser with non-root user by @vnznznz in #1625
  • Changes download icons to cloud-download by @Shrinks99 in #1688
  • QA page details by @emma-sg in #1656
  • Ensure /all-crawls?sortBy=qaState always sorts crawls above uploads by @tw4l in #1691
  • Display QA resources as table by @SuaYoo in #1692
  • Frontend: App Branding! by @Shrinks99 in #1592
  • Add 'activeQAStats' field by @ikreymer in #1694
  • Add post load delay to Browsertrix by @tw4l in #1700
  • Fix workflow language setting showing HTML code in select element by @emma-sg in #1702
  • Frontend QA Polish Changes by @Shrinks99 in #1703
  • Ensure dates are formatted with the current app locale (and not browser default) by @emma-sg in #1697
  • Update tests with latest crawler by @ikreymer in #1711
  • Change resource table to be based on mime type by @tw4l in #1698
  • Add Repository Index + Chart Rename + Docs Rename by @ikreymer in #1708

Full Changelog: v1.10.0-beta.0...v1.10.0-beta.1