Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.10.0-beta.6

01 May 23:32
e7dbf91
Compare
Choose a tag to compare
Pre-release

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.6/browsertrix-v1.10.0-beta.6.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.6

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

What's Changed

  • Update index.ts by @white-gecko in #1749
  • Fix 'Review Crawl' button disabled state. by @ikreymer in #1751
  • Add note on checking browser profiles for scheduled crawls by @Shrinks99 in #1763
  • Handle null replicas in browser profile by @SuaYoo in #1765
  • Fix misleading upload error notification by @SuaYoo in #1768
  • Fix add to collection dropdown by @SuaYoo in #1766
  • check that status.lastUpdatedTime is set before attempting to subtract! by @ikreymer in #1754
  • Frontend QA dual slider view doesn't correctly show missing images by @emma-sg in #1770
  • Fix QA tab loading state by @SuaYoo in #1772
  • regression fix: remove 'project' from non-raw crawl object getters, by @ikreymer in #1778
  • QA review tooltip + comment improvements by @SuaYoo in #1779

New Contributors

Full Changelog: v1.10.0-beta.5...v1.10.0-beta.6

Browsertrix v1.10.0-beta.5

25 Apr 07:07
Compare
Choose a tag to compare
Pre-release

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.5/browsertrix-v1.10.0-beta.5.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.5

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

What's Changed

Full Changelog: v1.10.0-beta.4...v1.10.0-beta.5

Browsertrix v1.10.0-beta.4

24 Apr 14:58
Compare
Choose a tag to compare
Pre-release

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.4/browsertrix-v1.10.0-beta.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.10.0-beta.4

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

What's Changed

  • Typo Fix: fix typos in setting max crawler memory by @ikreymer in #1747
  • Handle registration when user already exists by @ikreymer in #1744

Full Changelog: v1.10.0-beta.3...v1.10.0-beta.4

Browsertrix v1.10.0-beta.3

24 Apr 13:46
Compare
Choose a tag to compare
Pre-release

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.3/browsertrix-v1.10.0-beta.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.10.0-beta.3

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

What's Changed

  • Quick fix: hoist tooltips in archived item list by @emma-sg in #1738
  • quickfix: nginx: have nginx serve the fallback index.html with a 200 instead of a 404 by @ikreymer in #1742
  • Redirect if org with slug doesn't exist by @SuaYoo in #1740
  • operator: add 'max_crawler_memory' to limit autosizing of crawler pods by @ikreymer in #1746

Full Changelog: v1.10.0-beta.2...v1.10.0-beta.3

Browsertrix v1.10.0-beta.2

23 Apr 21:43
Compare
Choose a tag to compare
Pre-release

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.2/browsertrix-v1.10.0-beta.2.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.2

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

What's Changed

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

Browsertrix v1.10.0-beta.1

21 Apr 17:02
b574f00
Compare
Choose a tag to compare
Pre-release

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

Browsertrix Cloud v1.9.8

15 Apr 21:13
f76b83e
Compare
Choose a tag to compare

Deployment

This release can be deployed with Helm by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/v1.9.8/browsertrix-cloud-v1.9.8.tgz

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

What's Changed

Full Changelog: v1.9.7...v1.9.8

Browsertrix Cloud v1.9.7

08 Apr 23:44
4ec1266
Compare
Choose a tag to compare

Deployment

This release can be deployed with Helm by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/v1.9.7/browsertrix-cloud-v1.9.7.tgz

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

What's Changed

  • email templates update + customization (for 1.9.7) by @ikreymer in #1654
  • Remove URL prefix dropdown from new browser profile screen by @tw4l in #1661

Full Changelog: v1.9.6...v1.9.7

Browsertrix Cloud v1.10.0-beta.0

05 Apr 01:54
4229b94
Compare
Choose a tag to compare
Pre-release

Major Features

Initial Alpha QA support (requires Browsertrix-Crawler 1.1.0 Beta or higher)

Deployment

This release can be deployed with Helm by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/v1.10.0-beta.0/browsertrix-cloud-v1.10.0-beta.0.tgz

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

What's Changed

New Contributors

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

Browsertrix Cloud v1.9.6

29 Mar 21:25
e3f03ef
Compare
Choose a tag to compare

Deployment

This release can be deployed with Helm by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/v1.9.6/browsertrix-cloud-v1.9.6.tgz

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

What's Changed

Full Changelog: v1.9.5...v1.9.6