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