Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.12.1

13 Nov 23:55
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.12.1/browsertrix-v1.12.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.12.1

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

What's Changed

  • fix: Collection deletion dialog visibility by @SuaYoo in #2147
  • fix: Update collection deletion confirmation buttons by @SuaYoo in #2154

Full Changelog: v1.12.0...v1.12.1

Browsertrix v1.12.0

08 Oct 23:45
6032e28
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.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

Browsertrix v1.12.0-beta.0

03 Oct 02:10
22435dd
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.12.0-beta.0/browsertrix-v1.12.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.12.0-beta.0

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

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

Full Changelog: v1.11.7...v1.12.0-beta.0

Browsertrix v1.11.7

19 Sep 17:19
7a61568
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.11.7/browsertrix-v1.11.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.11.7

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

What's Changed

  • Ensure email comparisons are case-insensitive, emails stored as lowercase by @ikreymer in #2084

Full Changelog: v1.11.6...v1.11.7

Browsertrix v1.11.6

12 Sep 16:32
1f919de
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.11.6/browsertrix-v1.11.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.11.6

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

What's Changed

  • feat: Display scale as number of browser windows by @SuaYoo in #2057
  • fix: Fix collection description by @SuaYoo in #2065
  • feat: Improve UX of choosing new workflow crawl type by @SuaYoo in #2067
  • fix: Unstyled content visibility by @SuaYoo in #2070
  • feat: Localization workflow improvements by @SuaYoo in #2069
  • fix: Archived item navigation improvements by @SuaYoo in #2062
  • fix: Watch tab crawl state consistency by @SuaYoo in #2060
  • chore: Revert frontend build check trigger by @SuaYoo in #2071
  • chore: Format XLIFF files by @SuaYoo in #2074
  • Translations update from Hosted Weblate by @weblate in #2075
  • Allow custom auto-resize crawler volume ratio adjustable by @ikreymer in #2076

New Contributors

Full Changelog: v1.11.5...v1.11.6

Browsertrix v1.11.5

02 Sep 20:13
880e273
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.11.5/browsertrix-v1.11.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.11.5

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

What's Changed

Full Changelog: v1.11.4...v1.11.5

Browsertrix v1.11.4

27 Aug 00:36
337454f
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.11.4/browsertrix-v1.11.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.11.4

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

What's Changed

  • type fixes on util functions by @ikreymer in #2009
  • chore: Refactor frontend shared state by @SuaYoo in #1997
  • Include user and user org info in login response by @tw4l in #2014
  • Docs: Adds example section on basic auth by @Shrinks99 in #2021
  • chore: Refactor home component by @SuaYoo in #2000
  • feat: Clean up settings UI by @SuaYoo in #2018
  • fix: Use correct job type in crawl settings by @SuaYoo in #2028
  • fix: Prevent browser profile selection overflow by @SuaYoo in #2029
  • Ensure Subscription Update doesn't update the gifted quotas by @ikreymer in #2012
  • Properly pluralize "Pages" in QA, and display skeletons instead of incorrect fallback values by @emma-sg in #2026
  • Add detailed permissions & permission summaries to user invite popup by @emma-sg in #2003
  • quickfix: webhooks: ensure the 'crawl_reviewed' webhook is sent async, doesn't delay submitting a review by @ikreymer in #2033
  • fix: Make footer translatable by @SuaYoo in #2038
  • feat: Add additional context around workflow job type options by @SuaYoo in #2032
  • feat: Enable deleting workflow from list by @SuaYoo in #2042
  • fix: Hide login link on login page by @SuaYoo in #2039
  • add a crawling defaults on the Org to allow setting certain crawl workflow fields as defaults: by @ikreymer in #2031
  • feat: Add help shortcuts to app header & footer by @SuaYoo in #2040
  • update crawler channel fix: add crawlerChannel to update check by @ikreymer in #2046
  • chore: Improve time to load org UI by @SuaYoo in #2044
  • stats recompute fixes: by @ikreymer in #2022
  • Attempt to auto-adjust storage if usage is running out while crawl is running by @ikreymer in #2023
  • chore: Lock yarn version to classic by @SuaYoo in #2047
  • fix: Help forum link not showing on mobile by @SuaYoo in #2049
  • feat: Add link to hosted sign-up page by @SuaYoo in #2045

Full Changelog: v1.11.3...v1.11.4

Browsertrix v1.11.3

09 Aug 20:34
12f994b
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.11.3/browsertrix-v1.11.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.11.3

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

What's Changed

  • Prevent invalid slugs from causing redirects in org settings by @emma-sg in #2004
  • fix: Redirect /orgs to default path by @SuaYoo in #2006
  • add missing 'Z' for iso-dates until ISO-formatting is fixed by @ikreymer in #2008
  • Additional operator edge case fixes by @ikreymer in #2007
  • QA: Count QA execution minutes separately for now by @ikreymer in #2011

Full Changelog: v1.11.2...v1.11.3

Browsertrix v1.11.2

07 Aug 19:45
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.11.2/browsertrix-v1.11.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.11.2

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

What's Changed

Full Changelog: v1.11.1...v1.11.2

Browsertrix v1.11.1

07 Aug 02:10
0b14be8
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.11.1/browsertrix-v1.11.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.11.1

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

What's Changed

Full Changelog: v1.11.0...v1.11.1