Skip to content

Releases: webrecorder/browsertrix

Browsertrix v1.17.1

18 Jun 17:10
db46216
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.17.1/browsertrix-v1.17.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.17.1

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

What's Changed

  • Add hardcoded exceptions to preventing enter keypresses in workflow form by @emma-sg in #2674
  • Bump version to 1.17.1 by @tw4l in #2678

Full Changelog: v1.17.0...v1.17.1

Browsertrix v1.17.0

12 Jun 23:09
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.17.0/browsertrix-v1.17.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.17.0

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

What's Changed

  • Pause / Resume Crawls Initial Implmentation. by @ikreymer in #2572
  • feat: Update superadmin active crawls view by @SuaYoo in #2618
  • Fix securityContext for pod by @ikreymer in #2623
  • fix: Show 404 page for nonexistent org by @SuaYoo in #2620
  • gh: Update issue templates by @SuaYoo in #2621
  • devex: Create btrix-popover component by @SuaYoo in #2632
  • feat: Handle paused state + workflow performance improvements by @SuaYoo in #2610
  • feat: Make saving simple workflow more efficient by @SuaYoo in #2626
  • docs: update remote deployment docs with working nginx-install example by @extua in #2625
  • Popover styling fixes by @emma-sg in #2637
  • Don't clobber existing helm chart in release! by @ikreymer in #2643
  • Allow users to run crawls with 1 or 2 browser windows by @tw4l in #2627
  • fix: Improve embedded user guide UX by @SuaYoo in #2630
  • gh: Update issue contact links by @SuaYoo in #2645
  • Fix issues with superadmin org filtering logic by @emma-sg in #2638
  • devex: Replace inverted tooltip style with popver component by @SuaYoo in #2644
  • Quick fix: use custom getFns for user-related keys in superadmin by @emma-sg in #2649
  • Normalize & document icon usage, and move design documents into storybook by @emma-sg in #2597
  • Optimize single-page crawl workflows by @ikreymer in #2656
  • fix: Display correct page after renaming org slug by @SuaYoo in #2659
  • Add securityContext for Redis pod by @ikreymer in #2640
  • fix: Handle trial ending without cancelation by @SuaYoo in #2651
  • helm: add crawler_network_policy_additional_egress by @vnznznz in #2641
  • crawl status related fixes: by @ikreymer in #2662
  • Draft doc for Pausing and Resuming Crawl section by @DaleLore in #2639
  • docs: Update frontend dev docs by @SuaYoo in #2666
  • Weblate -> Main Merge by @ikreymer in #2670
  • docs: add docs for path / virtual addressing by @ikreymer in #2669
  • additional scale / browser window cleanup to properly support QA: by @ikreymer in #2663
  • Set fields in AIOConfig to prevent MissingContentLength error on upload by @tw4l in #2665
  • Make trial banner informational at start of trial by @SuaYoo in #2667

New Contributors

Full Changelog: v1.16.2...v1.17.0

Browsertrix v1.16.2

21 May 01:46
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.16.2/browsertrix-v1.16.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.16.2

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

What's Changed

Full Changelog: v1.16.1...v1.16.2

Browsertrix v1.16.1

13 May 22:02
c73512d
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.16.1/browsertrix-v1.16.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.16.1

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

What's Changed

  • devex: Data grid component by @SuaYoo in #2561
  • Ensure crawl page counts are correct when re-adding pages by @tw4l in #2601
  • Add minimized superadmin banner by @emma-sg in #2598
  • Add ISO-639-1 language code validation to backend by @tw4l in #2602
  • Bump version to 1.16.1 by @tw4l in #2606

Full Changelog: v1.16.0...v1.16.1

Browsertrix v1.16.0

08 May 23:26
6b510fe
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.16.0/browsertrix-v1.16.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.16.0

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

What's Changed

  • deps: Upgrade main frontend dependencies by @SuaYoo in #2551
  • devex: Add Storybook for component development by @SuaYoo in #2556
  • Add grid view to collection list by @emma-sg in #2403
  • Add custom behavior docs to user guide by @tw4l in #2559
  • devex: Document workflow table components by @SuaYoo in #2558
  • Update button text from "Setup Guide" to "User Guide" for consistency by @tw4l in #2565
  • feat: Apply saved workflow settings to current crawl by @SuaYoo in #2514
  • Fix table grid column CSS variable, superadmin list menus being hidden/inoperable, and various other table tweaks by @emma-sg in #2573
  • Ensure primary button in button group has its border appear by @emma-sg in #2583
  • Add overflow scroll component with scroll scrim/shadow by @emma-sg in #2578
  • fix: Correct post load delay label by @SuaYoo in #2593
  • fix: Show correct button for workflow without crawls by @SuaYoo in #2590
  • fix: Hide incorrect menu item for running workflow crawl by @SuaYoo in #2591
  • Add API endpoint to check if subscription is activated by @tw4l in #2582
  • Add "cancellation scheduled" state to superadmin org list by @emma-sg in #2594
  • Sort running crawls first by default by @emma-sg in #2587
  • compute top page origins for each collection by @ikreymer in #2483
  • fix: Sync user guide to correct workflow section by @SuaYoo in #2592

Full Changelog: v1.15.0...v1.16.0

Browsertrix v1.15.0

10 Apr 06:24
224f34e
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.15.0/browsertrix-v1.15.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.15.0

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

What's Changed

  • feat: Specify custom link selectors by @SuaYoo in #2487
  • fix qa page sorting: by @ikreymer in #2530
  • Add backend support for custom behaviors + validation endpoint by @tw4l in #2505
  • feat: Add custom behaviors to workflow by @SuaYoo in #2520
  • Add basic backend validation for selectLinks by @tw4l in #2510
  • Add behavior logs from Redis to database and add endpoint to serve by @tw4l in #2526
  • fix: Enable saving workflow with default select links by @SuaYoo in #2537
  • feat: Custom autoclick selector by @tw4l in #2517
  • Ensure error and behavior logs are written to database in order by @tw4l in #2540
  • feat: Display behavior logs by @SuaYoo in #2531
  • Move custom behaviors behind checkbox by @SuaYoo in #2545
  • Add basic opengraph & twitter card tags & image to browsertrix root by @emma-sg in #2547
  • feat: Add custom behaviors to org crawling defaults by @SuaYoo in #2546
  • fix: Handle no crawling defaults by @SuaYoo in #2549
  • Persist pagination state in url by @emma-sg in #2538
  • fix: Update custom behavior file placeholder text by @SuaYoo in #2552
  • Update to docker/setup-buildx-action@v3 by @emma-sg in #2553

Full Changelog: v1.14.8...v1.15.0

Browsertrix v1.14.8

31 Mar 21:57
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.14.8/browsertrix-v1.14.8.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.14.8

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

What's Changed

  • task: Display built-in behaviors as list by @SuaYoo in #2518
  • support overriding crawler image pull policy per channel by @ikreymer in #2523

Full Changelog: v1.14.7...v1.14.8

Browsertrix v1.14.7

26 Mar 20:04
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.14.7/browsertrix-v1.14.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.14.7

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

What's Changed

Full Changelog: v1.14.6...v1.14.7

Browsertrix v1.14.6

20 Mar 23:59
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.14.6/browsertrix-v1.14.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.14.6

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

What's Changed

  • Add Content-Length and Etag headers to thumbnail endpoint by @emma-sg in #2474
  • feat: Add behaviors section to workflow form by @SuaYoo in #2464
  • Hide breadcrumbs for private orgs by @emma-sg in #2477
  • docs: Organize readme and fix doc links by @SuaYoo in #2479
  • Fix broken thumbnail images not taking up appropriate size on ff by @emma-sg in #2486
  • feat: Show running crawl when editing workflow by @SuaYoo in #2481
  • Fixes #2488 by @ikreymer in #2493
  • fixes token lifetime bug / improve security by @ikreymer in #2490
  • Workflow editor footer button: ensure isCrawlRunning is false if editing a new workflow by @emma-sg in #2496
  • devex: Add frontend code snippet & update dev docs by @SuaYoo in #2494
  • login: don't set default slug if user not part of any orgs #2491 by @ikreymer in #2492
  • docs: add development section on action menus by @Shrinks99 in #2429
  • cleanup unused chart values + change mongo default by @ikreymer in #2484
  • add org subs info to /api/users/emails endpoint by @ikreymer in #2495
  • crawl replay: remove isSeed=true from initialPages query by @ikreymer in #2509
  • frontend: move name field to the top of the signup form by @Shrinks99 in #2508
  • docs: Add UI documentation page on status icons by @Shrinks99 in #2506

Full Changelog: v1.14.5...v1.14.6

Browsertrix v1.14.5

19 Mar 00:26
c212501
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.14.5/browsertrix-v1.14.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.14.5

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

Full Changelog: v1.14.4...v1.14.5

What's Changed

Full Changelog: v1.14.4...v1.14.5