Skip to content

Tags: webrecorder/browsertrix

Tags

v1.13.0-beta.0

Toggle v1.13.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docs: Add API Reference as top-level nav (#2180)

can either link to redoc hosted elsewhere or make a local copy:
- for local frontend build, just redirect to
http://localhost:30870/api/redoc
- for deployment, make local copy: run copy-api-docs.sh, copy locally
from prod and serve at /api/
- copy-api-docs.sh copies openapi.json, redoc and logo to /api/ dir
- if analytics enabled, also injects analytics scripts
- for local testing, run copy-api-docs.sh and then run mkdocs serve
- ci: copy from prod server
- fixes #1582

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Frontend: update org subscription messaging to handle trials. (#2179)

- Show `Trialing` status on billing page, list trial end time and choose
plan option.
- Show custom alert when trial is about to end, <4 days left, similar to
subscription cancellation
- No backend changes needed, `trialing` status checked on frontend along
with `futureCancelDate`

---------

Co-authored-by: Henry Wilkinson <[email protected]>

v1.12.1

Toggle v1.12.1's commit message
version: bump to 1.12.1

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: firstOrgAdmin being set to true even if invite was not for an ad…

…min (#2110)

Non-admin users should not be given option to rename org when invited to
a new org:
- set firstOrgAdmin to true only when invite is for an admin
- default to false instead of null
- update tests to check

v1.12.0-beta.0

Toggle v1.12.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Save new workflow scope type preference (#2099)

Resolves #2091

<!-- Fixes #issue_number -->

### Changes

Saves scope type chosen from "+ New Workflow" dropdown to local storage, as well as from within workflow editor when creating a new workflow (but not editing an existing one).

v1.11.7

Toggle v1.11.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure email comparisons are case-insensitive, emails stored as lower…

…case (#2084)

- Add a custom EmailStr type which lowercases the full e-mail, not just
the domain.
- Ensure EmailStr is used throughout wherever e-mails are used, both for
invites and user models
- Tests: update to check for lowercase email responses, e-mails returned
from APIs are always lowercase
- Tests: remove tests where '@' was ur-lencoded, should not be possible
since POSTing JSON and no url-decoding is done/expected. E-mails should
have '@' present.
- Fixes #2083 where invites were rejected due to case differences
- CI: pin pymongo dependency due to latest releases update, update
python used for CI
- bump to 1.11.7

v1.11.6

Toggle v1.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow custom auto-resize crawler volume ratio adjustable (#2076)

Make the avail / used storage ratio (for crawler volumes) adjustable.
Disable auto-resize if set to 0.
Follow-up to #2023

v1.11.5

Toggle v1.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Breadcrumb navigation (#2053)

- Adds breadcrumb navigation to all detail views, returning to correct
origin for workflow and collection items
- Refactors list page headers into layout utility
- Refactors crawl tab labels and renames "Files" tab to "WACZ Files"

v1.11.4

Toggle v1.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add link to hosted sign-up page (#2045)

Resolves #2043

<!-- Fixes #issue_number -->

### Changes

- Shows link to sign up in UI if `sign_up_url` is configured.
- Expires settings in session storage (for now)

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
QA: Count QA execution minutes separately for now (#2011)

For now, keep QA exec time separate, as it may be scaled differently and currently still in beta.