Browsertrix v1.10.0-beta.6
Pre-release
Pre-release
github-actions
released this
01 May 23:32
·
331 commits
to main
since this release
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.10.0-beta.6/browsertrix-v1.10.0-beta.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.10.0-beta.6
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Update index.ts by @white-gecko in #1749
- Fix 'Review Crawl' button disabled state. by @ikreymer in #1751
- Add note on checking browser profiles for scheduled crawls by @Shrinks99 in #1763
- Handle null replicas in browser profile by @SuaYoo in #1765
- Fix misleading upload error notification by @SuaYoo in #1768
- Fix add to collection dropdown by @SuaYoo in #1766
- check that status.lastUpdatedTime is set before attempting to subtract! by @ikreymer in #1754
- Frontend QA dual slider view doesn't correctly show missing images by @emma-sg in #1770
- Fix QA tab loading state by @SuaYoo in #1772
- regression fix: remove 'project' from non-raw crawl object getters, by @ikreymer in #1778
- QA review tooltip + comment improvements by @SuaYoo in #1779
New Contributors
- @white-gecko made their first contribution in #1749
Full Changelog: v1.10.0-beta.5...v1.10.0-beta.6