Browsertrix v1.10.0-beta.2
Pre-release
Pre-release
github-actions
released this
23 Apr 21:43
·
281 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.2/browsertrix-v1.10.0-beta.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.10.0-beta.2
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Support sorting by last QA started time by @ikreymer in #1712
- Fix QA run deletion by @SuaYoo in #1721
- Add QA columns to archived item list by @SuaYoo in #1683
- Frontend QA: show currently sorted heuristic percentages in page list by @emma-sg in #1720
- Ensure QA run WACZs are deleted by @tw4l in #1715
- More Frontend QA Polish Changes by @emma-sg in #1709
- QA UI: Copy updates & beta tag by @emma-sg in #1722
- add best text & screenshot match sorting options by @emma-sg in #1726
- Add QA page analysis chart by @SuaYoo in #1725
- Fix QA navigation by @SuaYoo in #1731
- Poll archived items list by @SuaYoo in #1730
- Hide QA UI from users without crawler role by @SuaYoo in #1733
- Fix QA review comments by @SuaYoo in #1723
- Fix archived item status icon size + minor review UI updates by @SuaYoo in #1734
- allow configuring designated registration org to which new users can register by @ikreymer in #1735
Full Changelog: v1.10.0-beta.1...v1.10.0-beta.2