Releases: webrecorder/browsertrix
Browsertrix v1.17.1
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
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
getFn
s 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
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
- chore: Clean up data grid component by @SuaYoo in #2604
- feat: Workflow "latest crawl" tab by @SuaYoo in #2605
- storage: use s3v4 signature for presigning urls by @ikreymer in #2611
- Optimize presigning for replay.json by @ikreymer in #2516
- docs: Document latest crawl by @SuaYoo in #2613
- tests: fix nightly test config after #2611 by @ikreymer in #2614
- Add Org Check for Collection access by @ikreymer in #2616
- remove deleted collections from crawlconfigs by @ikreymer in #2615
Full Changelog: v1.16.1...v1.16.2
Browsertrix v1.16.1
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
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
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
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
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
- Fix user emails use userout by @ikreymer in #2511
- ingress: remove X-Forward-Proto snippet, no longer needed and now con… by @ikreymer in #2519
- CI: Update python version + script by @ikreymer in #2521
Full Changelog: v1.14.6...v1.14.7
Browsertrix v1.14.6
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
isfalse
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
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