Skip to content

Browsertrix v1.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 20:00
· 224 commits to main since this release
d42de92

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.10.1/browsertrix-v1.10.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.10.1

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • Fix editing browser profile metadata by @SuaYoo in #1812
  • Misc UI fixes (primarily buttons) by @emma-sg in #1814
  • Fix regression to changing user roles via PATCH /user-role API by @ikreymer in #1824
  • UX improvements to browser profile editing & creating view by @SuaYoo in #1815
  • ensure loader fills image swiper, and only display loader when replay data is nullish, not when it's loaded but there's no image data by @emma-sg in #1819
  • Backend: Add modified field and track created/modifier users for profiles by @tw4l in #1820
  • Browser profile list and detail minor UX improvements by @SuaYoo in #1822
  • Add migration to set profile modified date by @tw4l in #1832
  • include workflow config in QA runs + different browser instances for QA by @ikreymer in #1829
  • Display name of user who last updated browser profile by @SuaYoo in #1834
  • Profile UX tweaks + sync between new and edit workflows by @ikreymer in #1840
  • Docs: Elaborates on using user agents by @Shrinks99 in #1841
  • QA analysis scale configurable in helm chart by @ikreymer in #1843

Full Changelog: v1.10.0...v1.10.1