Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.13.1

20 Dec 02:52
5898196
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.13.1/browsertrix-v1.13.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.13.1

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

What's Changed

Full Changelog: v1.13.0...v1.13.1

Browsertrix v1.13.0

18 Dec 00:09
147096c
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.13.0/browsertrix-v1.13.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.13.0

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

What's Changed

  • Move org deletion to background job with access to backend ops classes by @tw4l in #2098
  • Fix nightly tests: modify kubectl exec syntax for creating new minio bucket by @tw4l in #2097
  • Fix nightly tests: Add boto3 as test requirement by @tw4l in #2116
  • Update nightly org deletion tests to account for bg job by @tw4l in #2118
  • Consolidate ops class initialization by @tw4l in #2117
  • Update Webrecorder.net links by @Shrinks99 in #2120
  • Update Readme to add Weblate information by @Shrinks99 in #2109
  • chore: Update PR template headings by @SuaYoo in #2132
  • feat: Allow users to specify language preference by @SuaYoo in #2129
  • chore: Automatically output translation files on weblate PR by @SuaYoo in #2137
  • Add missing navigation button icons by @Shrinks99 in #2144
  • refactor: Implement brand colors by @SuaYoo in #2141
  • refactor: Migrate LiteElements by @SuaYoo in #2145
  • feat: Add details on translation status by @SuaYoo in #2139
  • v1.12.1 release by @SuaYoo in #2155
  • [Docs]: Fix edit URLs and update instructions for running docs locally by @emma-sg in #2161
  • [Docs]: Only enable Plausible on deployment builds by @emma-sg in #2162
  • fix: Fix app not loading for browsers without adoptedStyleSheets support by @SuaYoo in #2163
  • fix: Check password strength on password auto-fill by @SuaYoo in #2148
  • Move org storage recalculation into background job by @tw4l in #2138
  • Translations update from Hosted Weblate by @weblate in #2140
  • feat: Localize dates, bytes, and numbers by @SuaYoo in #2146
  • 1.12.2 release -> main by @ikreymer in #2181
  • feat: Update subscription strings by @SuaYoo in #2185
  • Fix issue with failed background job emails not being sent by @tw4l in #2187
  • Docs: Add API Reference as top-level nav by @ikreymer in #2180
  • fix: Fix debounced inputs by @SuaYoo in #2191
  • Localize durations on frontend by @emma-sg in #2196
  • Resolve Weblate conflicts by @emma-sg in #2199
  • Translations update from Hosted Weblate (#2200) by @emma-sg in #2201
  • Add site_url by @Shrinks99 in #2130
  • Minor help text & QA affordance improvements by @Shrinks99 in #2189
  • fix: More accurate rounded days in subscription end message by @SuaYoo in #2193
  • Redirect previous crawl paths to new paths under their workflow by @emma-sg in #2214
  • Add linguist-generated attribute to generated files by @emma-sg in #2221
  • tweak the 'stop crawl' confirmation message to be more accurate by @ikreymer in #2215
  • Changes to support weblate workflow by @ikreymer in #2210
  • Add superuser endpoint to get user emails with org info by @tw4l in #2211
  • fix: Prevent submitting invalid regex with keyboard enter by @SuaYoo in #2228
  • Plausible analytics by @emma-sg in #2226
  • Send subscription cancelation email by @ikreymer in #2234
  • analytics path in dev server by @ikreymer in #2231
  • Adds optional IDs to toasts to replace rather than add to toast stack by @emma-sg in #2236
  • Allow configuring available languages from helm chart by @emma-sg in #2230
  • Add new locales by @ikreymer in #2240
  • quickfix: update test_api.py to match all locales enabled by default by @ikreymer in #2241
  • version: bump to 1.13.0! by @ikreymer in #2242
  • fix rendering org list if org.created is null: by @ikreymer in #2243
  • add missing toast id: by @ikreymer in #2245
  • test: Update Playwright E2E test settings by @SuaYoo in #2247
  • chore: Prevent blocking connected callback by @SuaYoo in #2244
  • Weblate->Main by @ikreymer in #2255

Full Changelog: v1.12.0...v1.13.0

Browsertrix v1.13.0-beta.0

28 Nov 01:01
9911547
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.13.0-beta.0/browsertrix-v1.13.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.13.0-beta.0

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

What's Changed

  • Move org deletion to background job with access to backend ops classes by @tw4l in #2098
  • Fix nightly tests: modify kubectl exec syntax for creating new minio bucket by @tw4l in #2097
  • Fix nightly tests: Add boto3 as test requirement by @tw4l in #2116
  • Update nightly org deletion tests to account for bg job by @tw4l in #2118
  • Consolidate ops class initialization by @tw4l in #2117
  • Update Webrecorder.net links by @Shrinks99 in #2120
  • Update Readme to add Weblate information by @Shrinks99 in #2109
  • chore: Update PR template headings by @SuaYoo in #2132
  • feat: Allow users to specify language preference by @SuaYoo in #2129
  • chore: Automatically output translation files on weblate PR by @SuaYoo in #2137
  • Add missing navigation button icons by @Shrinks99 in #2144
  • refactor: Implement brand colors by @SuaYoo in #2141
  • refactor: Migrate LiteElements by @SuaYoo in #2145
  • feat: Add details on translation status by @SuaYoo in #2139
  • v1.12.1 release by @SuaYoo in #2155
  • [Docs]: Fix edit URLs and update instructions for running docs locally by @emma-sg in #2161
  • [Docs]: Only enable Plausible on deployment builds by @emma-sg in #2162
  • fix: Fix app not loading for browsers without adoptedStyleSheets support by @SuaYoo in #2163
  • fix: Check password strength on password auto-fill by @SuaYoo in #2148
  • Move org storage recalculation into background job by @tw4l in #2138
  • Translations update from Hosted Weblate by @weblate in #2140
  • feat: Localize dates, bytes, and numbers by @SuaYoo in #2146
  • 1.12.2 release -> main by @ikreymer in #2181
  • feat: Update subscription strings by @SuaYoo in #2185
  • Fix issue with failed background job emails not being sent by @tw4l in #2187
  • Docs: Add API Reference as top-level nav by @ikreymer in #2180

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

Browsertrix v1.12.2

25 Nov 08:35
f503c9e
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.2/browsertrix-v1.12.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.12.2

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

What's Changed

  • ensure collection replay is fully reload (cache cleared) when: by @ikreymer in #2176
  • self-registration: fix returning configured registration org by @ikreymer in #2178
  • Prepend HTTPS to Crawl Start URL by @ikreymer in #2177
  • Frontend: update org subscription messaging to handle trials. by @ikreymer in #2179

Full Changelog: v1.12.1...v1.12.2

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