Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.10.1

30 May 20:00
d42de92
Compare
Choose a tag to compare

Deployment

This release can be deployed with Helm directly by running:

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

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

What's Changed

  • Fix editing browser profile metadata by @SuaYoo in #1812
  • Misc UI fixes (primarily buttons) by @emma-sg in #1814
  • Fix regression to changing user roles via PATCH /user-role API by @ikreymer in #1824
  • UX improvements to browser profile editing & creating view by @SuaYoo in #1815
  • ensure loader fills image swiper, and only display loader when replay data is nullish, not when it's loaded but there's no image data by @emma-sg in #1819
  • Backend: Add modified field and track created/modifier users for profiles by @tw4l in #1820
  • Browser profile list and detail minor UX improvements by @SuaYoo in #1822
  • Add migration to set profile modified date by @tw4l in #1832
  • include workflow config in QA runs + different browser instances for QA by @ikreymer in #1829
  • Display name of user who last updated browser profile by @SuaYoo in #1834
  • Profile UX tweaks + sync between new and edit workflows by @ikreymer in #1840
  • Docs: Elaborates on using user agents by @Shrinks99 in #1841
  • QA analysis scale configurable in helm chart by @ikreymer in #1843

Full Changelog: v1.10.0...v1.10.1

Browsertrix v1.10.0

21 May 17:43
040d1b7
Compare
Choose a tag to compare

Major Features

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

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

What's Changed

Read more

Browsertrix v1.10.0-beta.7

15 May 18:33
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.7/browsertrix-v1.10.0-beta.7.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.7

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

What's Changed

  • Update dash and slash icons by @Shrinks99 in #1783
  • Fix truncation for long workflow / item names by @Shrinks99 in #1773
  • Add emails to the org settings tables by @Shrinks99 in #1785
  • Auto-load seed url when replaying seeded crawls by @Shrinks99 in #1786
  • Fix browser navigation button usage in QA review by @SuaYoo in #1776
  • QA review Replay embed improvements by @SuaYoo in #1775
  • [Bug] Collection detail: only update dialog state on close event if close event originates from dialog by @emma-sg in #1793
  • Fix needing to go back twice in archived item detail initial load by @emma-sg in #1796
  • Allow QA view to be larger than viewport height if necessary by @emma-sg in #1790
  • Add plugins directory to frontend Dockerfile by @vnznznz in #1798

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

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